1. 466df6e Introduce helper function for init/free of MPI array by Hanno Becker · 3 years, 7 months ago
  2. ac4d4bc Improve documentation of ECP module by Hanno Becker · 3 years, 7 months ago
  3. ee95f6c Don't allow Z coordinate being unset in ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  4. c27a0e0 Add more wrappers for ECP MPI operations by Hanno Becker · 3 years, 7 months ago
  5. 595616e Add more wrappers for internal ECP coordinate operations by Hanno Becker · 3 years, 7 months ago
  6. 6a28870 Make ecp_select_comb() create valid EC point with Z coordinate set by Hanno Becker · 3 years, 7 months ago
  7. 3083886 Keep temporaries across iterations of ecp_double_add_mxz() by Hanno Becker · 3 years, 7 months ago
  8. 3b29f21 Keep temporaries across iterations of ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  9. a7f8edd Keep temporaries across iterated invocations of ecp_double_jac() by Hanno Becker · 3 years, 7 months ago
  10. 28ccb1c Reduce number of local MPIs from 9 to 4 in ecp_double_add_mxz() by Hanno Becker · 3 years, 7 months ago
  11. 376dc89 Reorder ops in ecp_double_add_mxz() to indicate redundant local MPIs by Hanno Becker · 3 years, 7 months ago
  12. 0d62979 Remove local MPI from ecp_randomize_jac() by Hanno Becker · 3 years, 7 months ago
  13. 885ed40 Introduce wrapper for modular squaring by Hanno Becker · 3 years, 7 months ago
  14. b8442cd Remove another local MPI from ecp_normalize_jac_many() by Hanno Becker · 3 years, 7 months ago
  15. 02a999b Remove local MPI from ecp_normalize_jac_many() by Hanno Becker · 3 years, 7 months ago
  16. 838b715 Add comment on input/output aliasing in ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  17. ce29ae8 Introduce macro wrappers for ECC modular arithmetic by Hanno Becker · 3 years, 7 months ago
  18. 76f897d Reduce number of temporary MPIs in ECP normalization by Hanno Becker · 3 years, 7 months ago
  19. 02b35bd Introduce wrapper for modular multiplication with single-width const by Hanno Becker · 3 years, 7 months ago
  20. 5c8ea30 Reduce number of local MPIs in ECP mixed point addition by Hanno Becker · 3 years, 7 months ago
  21. 77d778e Merge branch 'development' into mbedtls-3.1.0_merge_into_release by Dave Rodgman · 3 years, 8 months ago
  22. b8c3301 Revert "Add generated files" by Dave Rodgman · 3 years, 8 months ago
  23. 863b96a Add copyright notice to ssl_debug_helpers* by Gilles Peskine · 3 years, 8 months ago
  24. 1a1e78f Remove comments indicating that the file was automatically generated by Gilles Peskine · 3 years, 8 months ago
  25. 923d5c9 Rename ssl_debug_helpers.h by Gilles Peskine · 3 years, 8 months ago
  26. ccbc318 Remove generation of ssl_debug_helpers_generated.h by Gilles Peskine · 3 years, 8 months ago
  27. 09f1ee6 Commit header file by Gilles Peskine · 3 years, 8 months ago
  28. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  29. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  30. 9ed3873 psa: driver wrapper: cipher: Fix unused variable warning by Ronald Cron · 3 years, 8 months ago
  31. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  32. 12e27d4 List ssl_debug_helpers_generated.h in generated files by Gilles Peskine · 3 years, 8 months ago
  33. 32d2a58 Merge pull request #5325 from gilles-peskine-arm/zeroize-tag-3.1 by Gilles Peskine · 3 years, 8 months ago
  34. cd74298 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
  35. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  36. a417431 Initialize hash_len before using it by Gilles Peskine · 3 years, 8 months ago
  37. 14d5fef PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
  38. f0fd4c3 mbedtls_ssl_parse_finished: zeroize expected finished value on error by Gilles Peskine · 3 years, 8 months ago
  39. c2f7b75 mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
  40. 60aebec PSA hash verification: zeroize expected hash on hash mismatch by Gilles Peskine · 3 years, 8 months ago
  41. e7835d9 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
  42. 050ad4b Merge pull request #5313 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac by Dave Rodgman · 3 years, 8 months ago
  43. ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
  44. d5ba50e Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
  45. db6adc5 ssl: Fix some compilation guards for TLS 1.3 signature algorithms by Ronald Cron · 3 years, 8 months ago
  46. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  47. 76a2b30 Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated by Dave Rodgman · 3 years, 8 months ago
  48. 4525cce Merge pull request #5256 from yuhaoth/pr/clean-up-secrets-after-done by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  49. 6b07916 Merge pull request #5230 from ronald-cron-arm/tls13_ccs_client by Ronald Cron · 3 years, 8 months ago
  50. a5563f6 move position of base_key init by Jerry Yu · 3 years, 8 months ago
  51. b737f6a move base_key init by Jerry Yu · 3 years, 8 months ago
  52. 574ace4 Remove unnecessary blank line by Ronald Cron · 3 years, 8 months ago
  53. 9c07473 fix various issues by Jerry Yu · 3 years, 8 months ago
  54. 889b3b7 fix clang build fail by Jerry Yu · 3 years, 8 months ago
  55. d05e1ce fix build fail on `check_*` by Jerry Yu · 3 years, 8 months ago
  56. e6369b0 fix test_cmake_as_package fail by Jerry Yu · 3 years, 8 months ago
  57. eb96fb5 Add cmake generator by Jerry Yu · 3 years, 8 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. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  71. d4c6402 tls13: Move state transition after sending CCS to ssl_tls13_client.c by Ronald Cron · 3 years, 8 months ago
  72. 49ad619 Add injection of dummy's ChangeCipherSpec for middlebox compatibility by Ronald Cron · 3 years, 9 months ago
  73. 7e38cba Add incoming ChangeCipherSpec filtering in TLS 1.3 by Ronald Cron · 3 years, 9 months ago
  74. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  75. 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
  76. b873577 Merge pull request #5240 from duckpowermb/development by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  77. cfe74a3 mbedtls_ssl_handshake_params: move ecrs_ctx back further by Gilles Peskine · 3 years, 8 months ago
  78. 41139a2 mbedtls_ssl_handshake_params: move group_list earlier to save code size by Gilles Peskine · 3 years, 8 months ago
  79. 1865585 Merge pull request #5212 from yuhaoth/pr/add-tls13-compat-testcases by Ronald Cron · 3 years, 8 months ago
  80. 5d9f422 Merge pull request #861 from ronald-cron-arm/fix-aead-nonce by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  81. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  82. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  83. 0b4d123 Remove assertion on local nonce buffer size by Ronald Cron · 3 years, 8 months ago
  84. a393619 Change test on local nonce buffer size to an assertion by Ronald Cron · 3 years, 8 months ago
  85. 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
  86. 6eaa41c Fix overflow error by Jerry Yu · 3 years, 9 months ago
  87. f467d63 psa: Fix obsolete code guard by Ronald Cron · 3 years, 9 months ago
  88. fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  89. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  90. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  91. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  92. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  93. 7a55deb psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  94. 89b4aa7 psa: asymmetric_encrypt/decrypt: Improve error code consistency by Ronald Cron · 4 years ago
  95. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  96. 69a6342 psa: Fix the size of hash buffers by Ronald Cron · 3 years, 10 months ago
  97. 56f7897 psa: Fix hash and mac operation type by Ronald Cron · 4 years, 4 months ago
  98. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  99. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  100. 1700670 psa: Fix unused variable warnings by Ronald Cron · 3 years, 8 months ago