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