1. 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  2. 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
  3. ebef356 Revert "Add generated files" by Dave Rodgman · 2 years, 8 months ago
  4. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  5. ca906e9 Remove B + A tests by Werner Lewis · 2 years, 8 months ago
  6. 79341a4 Reallocate X_raw to enforce no overflow by Werner Lewis · 2 years, 8 months ago
  7. 25690a9 Rename oret to expected_ret by Werner Lewis · 2 years, 8 months ago
  8. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  9. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  10. 1362c5a Test for both PKCS 7 bugs found by OSS-Fuzz by Demi Marie Obenour · 2 years, 8 months ago
  11. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  12. 9a60b23 bignum_mod_raw testsuite: Refactored `mpi_mod_raw_neg()`. by Minos Galanakis · 2 years, 8 months ago
  13. 6118a3e test_suite_bignumg_mod_raw: Added test for mpi_mod_raw_neg by Minos Galanakis · 2 years, 8 months ago
  14. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  15. cd98805 Merge pull request #6683 from mpg/optimize-with-asan by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  16. cd98b93 Merge pull request #6750 from tom-cosgrove-arm/issue-6023-mod_inv_prime by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  17. 31e99bb test: pake: fix: destroy key only in opaque case by Valerio Setti · 2 years, 8 months ago
  18. 9d313df test: pake: minor enhancement for opaque keys by Valerio Setti · 2 years, 8 months ago
  19. c18d932 Add generated files by Dave Rodgman · 2 years, 8 months ago
  20. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  21. 2a3ffb4 test: pake: add test for opaque password key by Valerio Setti · 2 years, 8 months ago
  22. 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
  23. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 8 months ago
  24. a7f0d7b mbedtls_mpi_core_exp_mod() ouuput may alias input A by Tom Cosgrove · 2 years, 8 months ago
  25. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  26. 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
  27. d45924d Merge pull request #6733 from tom-cosgrove-arm/issue-6293-mod_exp-memory by Janos Follath · 2 years, 8 months ago
  28. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  29. 92b5ac1 Add all.sh component to test with code style by David Horstmann · 2 years, 9 months ago
  30. 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
  31. 6146887 Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
  32. 0a0dded Have mbedtls_mpi_core_exp_mod() take a temporary instead of allocating memory by Tom Cosgrove · 2 years, 8 months ago
  33. 3f2999a Rename test_suite_bignum_mod.data for consistency by Werner Lewis · 2 years, 8 months ago
  34. e1b6b7c Implement mbedtls_mpi_mod_add() by Werner Lewis · 2 years, 8 months ago
  35. ba22c9c test: pake: remove useless check in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  36. 2e1e43f test: pake: fix error in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  37. f51f972 Apply review comments by Tom Cosgrove · 2 years, 8 months ago
  38. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  39. 70e0290 test: pake: fix mixed testing in test_tls1_2_ecjpake_compatibility by Valerio Setti · 2 years, 8 months ago
  40. e7518ba test: pake: reshaping the ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  41. b287ddf test: psa_pake: add more tests for opaque password setting by Valerio Setti · 2 years, 8 months ago
  42. 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
  43. dc40bbc test: pake: remove redundant test for opaque passwords by Valerio Setti · 2 years, 8 months ago
  44. 4452e98 test: pake: add tests for set password functions by Valerio Setti · 2 years, 8 months ago
  45. 481a5e4 Improve parsing of test data by Dave Rodgman · 2 years, 8 months ago
  46. c3902ac Merge pull request #6698 from wernerlewis/bignum_mod_py by Dave Rodgman · 2 years, 8 months ago
  47. 7fc53dd Suppress over-eager compiler warnings in tests by Dave Rodgman · 2 years, 8 months ago
  48. 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 8 months ago
  49. 9dc55ba Suppress over-eager compiler warnings in test code by Dave Rodgman · 2 years, 8 months ago
  50. 63e6a88 Suppress over-eager compiler warning in tests by Dave Rodgman · 2 years, 8 months ago
  51. fb5fedc Add tests for alignment.h by Dave Rodgman · 2 years, 8 months ago
  52. a6b69da test: psa_pake: add a separate test for opaque password by Valerio Setti · 2 years, 8 months ago
  53. c84b731 Enable test generation from bignum_mod.py by Werner Lewis · 2 years, 8 months ago
  54. fe549a7 Add comment about use of ASAN_CFLAGS by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  55. 30d9466 Only run what we need from compat.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  56. fc2ac75 Fix the name of basic-build-test.sh within the file by Tom Cosgrove · 2 years, 8 months ago
  57. 72bffe0 Merge pull request #6663 from davidhorstmann-arm/fix-typo-unsupported by Gilles Peskine · 2 years, 8 months ago
  58. edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 8 months ago
  59. d1bc6da Fix the build with MBEDTLS_TEST_HOOKS && !MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 2 years, 8 months ago
  60. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  61. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  62. 0c67160 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  63. df3dd4c Test MBEDTLS_USE_PSA_CRYPTO with Valgrind by Gilles Peskine · 2 years, 8 months ago
  64. 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  65. 77e68c3 Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  66. bfec9d0 Merge pull request #6676 from davidhorstmann-arm/cmake-get-skip-test-from-env by Gilles Peskine · 2 years, 8 months ago
  67. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  68. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  69. f9720cf Merge pull request #6670 from gilles-peskine-arm/pkcs7-use-after-free-20221127 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  70. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  71. 66f0983 Enable optimisation with Asan with make in all.sh by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  72. a13f5eb Add missing dependency for the fuzzer-constructed test data by Gilles Peskine · 2 years, 8 months ago
  73. d98ac8b Merge remote-tracking branch 'dave/fast_xor' into fast_unaligned by Dave Rodgman · 2 years, 8 months ago
  74. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  75. a34d030 test: psa_pake: fix dependency by Valerio Setti · 2 years, 8 months ago
  76. 3861062 Tell cmake to get SKIP_TEST_SUITES from ENV by David Horstmann · 2 years, 8 months ago
  77. 4f01121 Fix memory leak on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
  78. 391005c Fix structures initialized too late in tests by Gilles Peskine · 2 years, 8 months ago
  79. 2336555 Improve test failure reporting by Gilles Peskine · 2 years, 8 months ago
  80. 290f01b Fix dangling freed pointer on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
  81. e7190a2 mpi_mod_io_neg: fix use of uninitialized value by Janos Follath · 2 years, 8 months ago
  82. 0020df9 mpi_mod_io: test with various buffer sizes by Janos Follath · 2 years, 8 months ago
  83. 8dfc8c4 mbedtls_mpi_mod_write: prevent data corruption by Janos Follath · 2 years, 8 months ago
  84. d7bb352 mbedtls_mpi_mod_read/write: restrict pre-conditions by Janos Follath · 2 years, 8 months ago
  85. 6ef582f Bignum Mod Tests: improve readabilty and style by Janos Follath · 2 years, 8 months ago
  86. 339b439 Bignum Mod: remove unused parameter in io_neg test by Janos Follath · 2 years, 8 months ago
  87. 566c91d Bignum Mod: io_neg test pass data directly by Janos Follath · 2 years, 8 months ago
  88. 96070a5 bignum_tests: Refactored `mpi_mod_io_neg()` by Minos Galanakis · 2 years, 8 months ago
  89. 91f3abd Bignum Mod: improve residue_setup test by Janos Follath · 2 years, 8 months ago
  90. f55505d Bignum Mod Raw: fix tests after rebase by Janos Follath · 2 years, 8 months ago
  91. 799eaee Bignum Mod: move init before any goto by Janos Follath · 2 years, 8 months ago
  92. 91295d2 Bignum Mod: remove endianness from modulus by Janos Follath · 2 years, 8 months ago
  93. 3e3fc91 Bignum Mod: pass endianness as a parameter by Janos Follath · 2 years, 8 months ago
  94. d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 8 months ago
  95. 50cd4b8 Bignum Mod: Restrict residue setup by Janos Follath · 2 years, 8 months ago
  96. b62bad4 Bidnum Mod: fix check in setup by Janos Follath · 2 years, 8 months ago
  97. 8b37545 bignum_mod: Refactored `mbedtls_mpi_mod_read/write()` by Minos Galanakis · 2 years, 9 months ago
  98. aed832a bignum_mod: Adjusted input checking for `mbedtls_mpi_mod_residue_setup()` by Minos Galanakis · 2 years, 9 months ago
  99. a17ad48 bignum_mod: Fixed an issue with input checking in `mpi_mod_residue_setup` by Minos Galanakis · 2 years, 9 months ago
  100. 8f24270 test_suite_bignum_mod: Added tests for hight level IO by Minos Galanakis · 2 years, 9 months ago