1. 14d5fef PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
  2. f0fd4c3 mbedtls_ssl_parse_finished: zeroize expected finished value on error by Gilles Peskine · 3 years, 8 months ago
  3. c2f7b75 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
  4. 60aebec PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  5. e7835d9 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
  6. 050ad4b Merge pull request #5313 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac by Dave Rodgman · 3 years, 8 months ago
  7. ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
  8. d5ba50e Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
  9. c11192f Merge pull request #5290 from minosgalanakis/development by Gilles Peskine · 3 years, 8 months ago
  10. f434994 Merge pull request #5303 from yuhaoth/pr/add_list_config_function by paul-elliott-arm · 3 years, 8 months ago
  11. 2331fdb Merge pull request #5293 from ronald-cron-arm/tls13-mvp-misc by Ronald Cron · 3 years, 8 months ago
  12. 476b157 Merge pull request #5305 from gilles-peskine-arm/test-missing-ret-check-202112-development by Gilles Peskine · 3 years, 8 months ago
  13. c10086e changelog: Addressed review comments #6 by Minos Galanakis · 3 years, 8 months ago
  14. 29ceb56 fix help message issues by Jerry Yu · 3 years, 8 months ago
  15. 8340ea8 changelog: Addressed review comments #5 by Minos Galanakis · 3 years, 8 months ago
  16. 64bff9f tests: data_files: Avoid symbolic links by Ronald Cron · 3 years, 8 months ago
  17. b54b531 fix msvc build faile by Jerry Yu · 3 years, 8 months ago
  18. dc8ecda Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  19. b1822ef docs: TLS 1.3: Improve wording by Ronald Cron · 3 years, 8 months ago
  20. f1c30b2 Check return values in more places by Gilles Peskine · 3 years, 8 months ago
  21. db6adc5 ssl: Fix some compilation guards for TLS 1.3 signature algorithms by Ronald Cron · 3 years, 8 months ago
  22. bb27b43 build: Fix TLS 1.3 prerequisites by Ronald Cron · 3 years, 8 months ago
  23. 6aeda53 Add change log for TLS 1.3 MVP by Ronald Cron · 3 years, 8 months ago
  24. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  25. 2e8b001 Beauty source code by Jerry Yu · 3 years, 8 months ago
  26. 7aa6fc1 docs: TLS 1.3: Update prototype upstreaming status by Ronald Cron · 3 years, 8 months ago
  27. 653d5bc docs: TLS 1.3: Swap prototype upstreaming status and MVP definition by Ronald Cron · 3 years, 8 months ago
  28. 43ffc9d docs: TLS 1.3: Update TLS 1.3 documentation file name by Ronald Cron · 3 years, 8 months ago
  29. 0abf07c Make PSA crypto mandatory for TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  30. 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
  31. 4525cce Merge pull request #5256 from yuhaoth/pr/clean-up-secrets-after-done by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  32. 5f173c6 changelog: Addressed review comments #4 by Minos Galanakis · 3 years, 8 months ago
  33. 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
  34. 3f46f38 changelog: Addressed review comments #3 by Minos Galanakis · 3 years, 8 months ago
  35. d0fcf7f fix ci fail by Jerry Yu · 3 years, 8 months ago
  36. 3a77949 changelog: Addressed review comments #2 by Minos Galanakis · 3 years, 8 months ago
  37. a5563f6 move position of base_key init by Jerry Yu · 3 years, 8 months ago
  38. b737f6a move base_key init by Jerry Yu · 3 years, 8 months ago
  39. fe051f6 Merge pull request #5297 from paul-elliott-arm/test_suite_cipher_returns by Gilles Peskine · 3 years, 8 months ago
  40. 9eab5a6 tests: TLS 1.3: Remove unnecessary test requirement by Ronald Cron · 3 years, 8 months ago
  41. 574ace4 Remove unnecessary blank line by Ronald Cron · 3 years, 8 months ago
  42. ae93725 tests: Make compat mode optional in script generating tests by Ronald Cron · 3 years, 8 months ago
  43. ca14ab3 changelog: Addressed review comments by Minos Galanakis · 3 years, 8 months ago
  44. 9c07473 fix various issues by Jerry Yu · 3 years, 8 months ago
  45. d04fd35 Replace configs_enabled check with query_compile_time_config by Jerry Yu · 3 years, 8 months ago
  46. a15f3cc Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
  47. 84e63a7 Add list_config generation by Jerry Yu · 3 years, 8 months ago
  48. bc8b22e fix tls13 test fail by Jerry Yu · 3 years, 8 months ago
  49. 0cb2cf6 fix build fail by Jerry Yu · 3 years, 8 months ago
  50. 889b3b7 fix clang build fail by Jerry Yu · 3 years, 8 months ago
  51. 9817e3e fix generate check fail by Jerry Yu · 3 years, 8 months ago
  52. d05e1ce fix build fail on `check_*` by Jerry Yu · 3 years, 8 months ago
  53. e6369b0 fix test_cmake_as_package fail by Jerry Yu · 3 years, 8 months ago
  54. eb96fb5 Add cmake generator by Jerry Yu · 3 years, 8 months ago
  55. 6389b25 fix typos error by Jerry Yu · 3 years, 8 months ago
  56. cdcc55f update test check strings by Jerry Yu · 3 years, 9 months ago
  57. e988f0f fix wrong typo by Jerry Yu · 3 years, 9 months ago
  58. e3b3412 Add tests for enum helper by Jerry Yu · 3 years, 10 months ago
  59. e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 11 months ago
  60. 4a2fa5d Move erase handshake secrets by Jerry Yu · 3 years, 8 months ago
  61. 27224f5 fix coding style issue by Jerry Yu · 3 years, 8 months ago
  62. 5132771 Revert "fix possible security leak for counter" by Jerry Yu · 3 years, 8 months ago
  63. 7ca3054 move zerioize tls13_hs_secrets by Jerry Yu · 3 years, 8 months ago
  64. 23ab7a4 move zeroize master secrets by Jerry Yu · 3 years, 8 months ago
  65. 2c70a39 move zeroize randbytes by Jerry Yu · 3 years, 8 months ago
  66. bdfd018 fix compile break after merge by Jerry Yu · 3 years, 8 months ago
  67. a986e9f Clean handshake secrets by Jerry Yu · 3 years, 8 months ago
  68. d103bdb Clean randbytes by Jerry Yu · 3 years, 8 months ago
  69. 745db22 fix possible security leak for counter by Jerry Yu · 3 years, 8 months ago
  70. 1dc3c45 Merge pull request #5295 from paul-elliott-arm/crypt_and_hash_prog by Gilles Peskine · 3 years, 8 months ago
  71. d31da1c Merge pull request #5270 from davidhorstmann-arm/improve-cmac-docs by Gilles Peskine · 3 years, 8 months ago
  72. f401458 Merge pull request #5294 from paul-elliott-arm/ssl_context_info_prog by Gilles Peskine · 3 years, 8 months ago
  73. 9c8c243 Merge pull request #5296 from paul-elliott-arm/test_suite_ssl_returns by Gilles Peskine · 3 years, 8 months ago
  74. 0cf7e38 Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  75. 46a6c20 Add checked returns to tests without them. by Paul Elliott · 3 years, 8 months ago
  76. ef9ccca Fix printf format specifier by Paul Elliott · 3 years, 8 months ago
  77. d79d3eb Add checks for return values to md functions by Paul Elliott · 3 years, 8 months ago
  78. 0f2a46c readme: Addressed review comments #2 by minosgalanakis · 3 years, 8 months ago
  79. d7547fc readme: Addressed review comments by Minos Galanakis · 3 years, 8 months ago
  80. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  81. c42cadb Updated readme by Minos Galanakis · 3 years, 8 months ago
  82. 3820c15 Prevent resource leak by Paul Elliott · 3 years, 8 months ago
  83. d4c6402 tls13: Move state transition after sending CCS to ssl_tls13_client.c by Ronald Cron · 3 years, 8 months ago
  84. a55c5a1 ssl-opt.sh: TLS 1.3: Add middlebox compatibility tests with GnuTLS by Ronald Cron · 3 years, 8 months ago
  85. 7c0185f ssl-opt.sh: TLS 1.3: Add some missing test dependencies by Ronald Cron · 3 years, 8 months ago
  86. 49ad619 Add injection of dummy's ChangeCipherSpec for middlebox compatibility by Ronald Cron · 3 years, 8 months ago
  87. fdb0e3f ssl-opt.sh: TLS 1.3: Run tests with middlebox compatibility enabled by Ronald Cron · 3 years, 8 months ago
  88. 7e38cba Add incoming ChangeCipherSpec filtering in TLS 1.3 by Ronald Cron · 3 years, 9 months ago
  89. ab65c52 Add MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE config option by Ronald Cron · 3 years, 9 months ago
  90. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  91. d7d740e Merge pull request #5236 from gabor-mezei-arm/4926_base64_move_constant-time_functions by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  92. e87790b Update changelog by Minos Galanakis · 3 years, 8 months ago
  93. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  94. b873577 Merge pull request #5240 from duckpowermb/development by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  95. 3938fef Indicate set nonce negative test failure reasons by Paul Elliott · 3 years, 8 months ago
  96. cfe74a3 mbedtls_ssl_handshake_params: move ecrs_ctx back further by Gilles Peskine · 3 years, 8 months ago
  97. b3ec69d mbedtls_ssl_config: better document former bit-fields by Gilles Peskine · 3 years, 8 months ago
  98. 41139a2 mbedtls_ssl_handshake_params: move group_list earlier to save code size by Gilles Peskine · 3 years, 8 months ago
  99. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  100. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago