1. f0fede5 minor performance improvement by Jerry Yu · 3 years, 7 months ago
  2. 1510cea fix coding style issues by Jerry Yu · 3 years, 7 months ago
  3. 3ad14ac Add named group IANA value check by Jerry Yu · 3 years, 7 months ago
  4. f46b016 skip some extensions if ephemeral not enabled by Jerry Yu · 3 years, 7 months ago
  5. 63282b4 Refactor write supported group by Jerry Yu · 3 years, 7 months ago
  6. 7f029d8 fix coding style issues by Jerry Yu · 3 years, 7 months ago
  7. ffef9c5 fix alignment issue by Jerry Yu · 3 years, 7 months ago
  8. 136320b fix ci fail by Jerry Yu · 3 years, 8 months ago
  9. 1ea9d10 fix test_ref_configs build fail by Jerry Yu · 3 years, 8 months ago
  10. 1753261 change write_supported_groups_ext prototype by Jerry Yu · 3 years, 8 months ago
  11. 9d555ac Remove TLS12 version write_supported_group_ext by Jerry Yu · 3 years, 8 months ago
  12. 7581c11 Remove tls13_write_supported_groups_ext by Jerry Yu · 3 years, 8 months ago
  13. ba07342 Add generic write_supported-groups_ext by Jerry Yu · 3 years, 8 months ago
  14. b47d0f8 Replace SUPPORTED_ELLIPTIC_CURVES with SUPPORTED_GROUPS by Jerry Yu · 3 years, 8 months ago
  15. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  16. 32d2a58 Merge pull request #5325 from gilles-peskine-arm/zeroize-tag-3.1 by Gilles Peskine · 3 years, 8 months ago
  17. cd74298 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
  18. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  19. a417431 Initialize hash_len before using it by Gilles Peskine · 3 years, 8 months ago
  20. 14d5fef PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
  21. f0fd4c3 mbedtls_ssl_parse_finished: zeroize expected finished value on error by Gilles Peskine · 3 years, 8 months ago
  22. c2f7b75 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
  23. 60aebec PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  24. e7835d9 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
  25. 050ad4b Merge pull request #5313 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac by Dave Rodgman · 3 years, 8 months ago
  26. ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
  27. d5ba50e Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
  28. db6adc5 ssl: Fix some compilation guards for TLS 1.3 signature algorithms by Ronald Cron · 3 years, 8 months ago
  29. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_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. 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
  33. a5563f6 move position of base_key init by Jerry Yu · 3 years, 8 months ago
  34. b737f6a move base_key init by Jerry Yu · 3 years, 8 months ago
  35. 574ace4 Remove unnecessary blank line by Ronald Cron · 3 years, 8 months ago
  36. 9c07473 fix various issues by Jerry Yu · 3 years, 8 months ago
  37. 889b3b7 fix clang build fail by Jerry Yu · 3 years, 8 months ago
  38. d05e1ce fix build fail on `check_*` by Jerry Yu · 3 years, 8 months ago
  39. e6369b0 fix test_cmake_as_package fail by Jerry Yu · 3 years, 8 months ago
  40. eb96fb5 Add cmake generator by Jerry Yu · 3 years, 8 months ago
  41. e3b3412 Add tests for enum helper by Jerry Yu · 3 years, 10 months ago
  42. e78ee99 add enum value to string helpers by Jerry Yu · 3 years, 11 months ago
  43. 4a2fa5d Move erase handshake secrets by Jerry Yu · 3 years, 8 months ago
  44. 27224f5 fix coding style issue by Jerry Yu · 3 years, 8 months ago
  45. 5132771 Revert "fix possible security leak for counter" by Jerry Yu · 3 years, 8 months ago
  46. 7ca3054 move zerioize tls13_hs_secrets by Jerry Yu · 3 years, 8 months ago
  47. 23ab7a4 move zeroize master secrets by Jerry Yu · 3 years, 8 months ago
  48. 2c70a39 move zeroize randbytes by Jerry Yu · 3 years, 8 months ago
  49. bdfd018 fix compile break after merge by Jerry Yu · 3 years, 8 months ago
  50. a986e9f Clean handshake secrets by Jerry Yu · 3 years, 8 months ago
  51. d103bdb Clean randbytes by Jerry Yu · 3 years, 8 months ago
  52. 745db22 fix possible security leak for counter by Jerry Yu · 3 years, 8 months ago
  53. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  54. d4c6402 tls13: Move state transition after sending CCS to ssl_tls13_client.c by Ronald Cron · 3 years, 8 months ago
  55. 49ad619 Add injection of dummy's ChangeCipherSpec for middlebox compatibility by Ronald Cron · 3 years, 8 months ago
  56. 7e38cba Add incoming ChangeCipherSpec filtering in TLS 1.3 by Ronald Cron · 3 years, 8 months ago
  57. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  58. 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
  59. b873577 Merge pull request #5240 from duckpowermb/development by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  60. cfe74a3 mbedtls_ssl_handshake_params: move ecrs_ctx back further by Gilles Peskine · 3 years, 8 months ago
  61. 41139a2 mbedtls_ssl_handshake_params: move group_list earlier to save code size by Gilles Peskine · 3 years, 8 months ago
  62. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  63. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  64. 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
  65. 6eaa41c Fix overflow error by Jerry Yu · 3 years, 9 months ago
  66. f467d63 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  67. fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  68. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  69. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  70. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  71. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  72. 7a55deb psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  73. 89b4aa7 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
  74. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  75. 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  76. 56f7897 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
  77. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  78. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  79. 1700670 psa: Fix unused variable warnings by Ronald Cron · 3 years, 8 months ago
  80. 2fd6b61 Remove incorrect hashing by Paul Elliott · 3 years, 8 months ago
  81. 7298bef Add explanation for safety in function by Paul Elliott · 3 years, 8 months ago
  82. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  83. ec45c1e mbedtls_ssl_handshake_params: reorder fields to save code size by Gilles Peskine · 3 years, 8 months ago
  84. 55490d4 mbedtls_ssl_handshake_params: use bytes for some small values by Gilles Peskine · 3 years, 8 months ago
  85. 0b71611 [session] fix a session copy bug by 吴敬辉 · 3 years, 8 months ago
  86. a096975 Add documentation for the functions by Gabor Mezei · 3 years, 8 months ago
  87. 14d5fac Unify function parameters by Gabor Mezei · 3 years, 8 months ago
  88. c0d8dda Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 3 years, 8 months ago
  89. d77b86c Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  90. 358829a Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  91. 9a4074a Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  92. 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  93. b8d7892 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago
  94. 8716f17 Tweak whitespace for readability by Gilles Peskine · 3 years, 9 months ago
  95. 2d8a182 PSA global data: move fields around to save code size by Gilles Peskine · 3 years, 9 months ago
  96. 6dc90da Rebased on 74217ee and add fixes by Xiaofei Bai · 3 years, 8 months ago
  97. 9539501 Rebase and add fixes by Xiaofei Bai · 3 years, 8 months ago
  98. feecbbb Fix some variable names in code comment by Xiaofei Bai · 3 years, 9 months ago
  99. 89b526d Fix some more variables names by Xiaofei Bai · 3 years, 9 months ago
  100. b797284 Fix variable names in ssl_tls13_keys.* by Xiaofei Bai · 3 years, 9 months ago