1. eca7466 Add tests for mod_mul by Gabor Mezei · 2 years, 8 months ago
  2. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  3. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
  4. b31b2e6 Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
  5. 5bf8629 Merge pull request #6303 from gilles-peskine-arm/bignum-core-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  6. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  7. c8d6163 Merge pull request #6793 from tom-cosgrove-arm/update-mbedtls_mpi_mod_sub-tests-to-match-mod_add-tests by Gilles Peskine · 2 years, 8 months ago
  8. dc19759 Add tests for mbedtls_mpi_mod_inv() by Tom Cosgrove · 2 years, 8 months ago
  9. 786848b Add low-level Montgomery conversion functions to bignum_core by Tom Cosgrove · 2 years, 8 months ago
  10. 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 8 months ago
  11. 30f3b4d Add mbedtls_mpi_core_check_zero_ct() and tests by Tom Cosgrove · 2 years, 8 months ago
  12. acdefdd Unify RNG initialization that must be unified by Gilles Peskine · 2 years, 8 months ago
  13. 80a334a Add generated tests for mod_raw_mul by Gabor Mezei · 2 years, 8 months ago
  14. 9fa4897 Merge pull request #6772 from wernerlewis/bignum_refactor_sub by Gilles Peskine · 2 years, 8 months ago
  15. 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
  16. 7f4d15e Update mbedtls_mpi_mod_sub() tests to incorporate mod_add test feedback by Tom Cosgrove · 2 years, 8 months ago
  17. 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  18. 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
  19. ebef356 Revert "Add generated files" by Dave Rodgman · 2 years, 8 months ago
  20. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  21. ca906e9 Remove B + A tests by Werner Lewis · 2 years, 8 months ago
  22. 79341a4 Reallocate X_raw to enforce no overflow by Werner Lewis · 2 years, 8 months ago
  23. 25690a9 Rename oret to expected_ret by Werner Lewis · 2 years, 8 months ago
  24. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  25. 1362c5a Test for both PKCS 7 bugs found by OSS-Fuzz by Demi Marie Obenour · 2 years, 8 months ago
  26. 91a2aab Refactor mpi_core_sub tests to use arch_split by Werner Lewis · 2 years, 8 months ago
  27. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  28. 9a60b23 bignum_mod_raw testsuite: Refactored `mpi_mod_raw_neg()`. by Minos Galanakis · 2 years, 8 months ago
  29. 6118a3e test_suite_bignumg_mod_raw: Added test for mpi_mod_raw_neg by Minos Galanakis · 2 years, 8 months ago
  30. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  31. 31e99bb test: pake: fix: destroy key only in opaque case by Valerio Setti · 2 years, 8 months ago
  32. 9d313df test: pake: minor enhancement for opaque keys by Valerio Setti · 2 years, 8 months ago
  33. c18d932 Add generated files by Dave Rodgman · 2 years, 8 months ago
  34. 5786646 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  35. cc6e0a6 Fix missing initialisation of PSA Crypto by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  36. 2a3ffb4 test: pake: add test for opaque password key by Valerio Setti · 2 years, 8 months ago
  37. 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
  38. 6129268 Bignum: Implement mbedtls_mpi_mod_raw_inv_prime() and tests by Tom Cosgrove · 2 years, 8 months ago
  39. a7f0d7b mbedtls_mpi_core_exp_mod() ouuput may alias input A by Tom Cosgrove · 2 years, 8 months ago
  40. 3e5d56e Remove duplicated test cases by Gilles Peskine · 2 years, 8 months ago
  41. f11e05a test: psa: minor improvements to test by Valerio Setti · 2 years, 8 months ago
  42. 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
  43. d45924d Merge pull request #6733 from tom-cosgrove-arm/issue-6293-mod_exp-memory by Janos Follath · 2 years, 8 months ago
  44. 8781dd0 Fix overly large allocations of MPIs by Gilles Peskine · 2 years, 8 months ago
  45. de09ddd Move tests of random-in-range functions to their own suite by Gilles Peskine · 2 years, 8 months ago
  46. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  47. 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
  48. 6146887 Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
  49. 0a0dded Have mbedtls_mpi_core_exp_mod() take a temporary instead of allocating memory by Tom Cosgrove · 2 years, 8 months ago
  50. 3f2999a Rename test_suite_bignum_mod.data for consistency by Werner Lewis · 2 years, 8 months ago
  51. e1b6b7c Implement mbedtls_mpi_mod_add() by Werner Lewis · 2 years, 8 months ago
  52. ba22c9c test: pake: remove useless check in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  53. 2e1e43f test: pake: fix error in ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  54. f51f972 Apply review comments by Tom Cosgrove · 2 years, 8 months ago
  55. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  56. e7518ba test: pake: reshaping the ssl_ecjpake_set_password() by Valerio Setti · 2 years, 8 months ago
  57. da9746e Test NOT_ACCEPTABLE cases for MPI get-random by Gilles Peskine · 2 years, 10 months ago
  58. e3a1b81 Switch mpi_random_many test function to testing core by Gilles Peskine · 2 years, 10 months ago
  59. 34e8a2c Test mbedtls_mpi_random differentially from mbedtls_mpi_core_random by Gilles Peskine · 2 years, 10 months ago
  60. 6f949ea New constant-flow function mbedtls_mpi_core_uint_le_mpi by Gilles Peskine · 2 years, 11 months ago
  61. 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
  62. 4452e98 test: pake: add tests for set password functions by Valerio Setti · 2 years, 8 months ago
  63. 481a5e4 Improve parsing of test data by Dave Rodgman · 2 years, 8 months ago
  64. 7fc53dd Suppress over-eager compiler warnings in tests by Dave Rodgman · 2 years, 8 months ago
  65. 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 8 months ago
  66. 9dc55ba Suppress over-eager compiler warnings in test code by Dave Rodgman · 2 years, 8 months ago
  67. 63e6a88 Suppress over-eager compiler warning in tests by Dave Rodgman · 2 years, 8 months ago
  68. fb5fedc Add tests for alignment.h by Dave Rodgman · 2 years, 8 months ago
  69. edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 8 months ago
  70. d1bc6da Fix the build with MBEDTLS_TEST_HOOKS && !MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 2 years, 8 months ago
  71. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  72. 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  73. 77e68c3 Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  74. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  75. f9720cf Merge pull request #6670 from gilles-peskine-arm/pkcs7-use-after-free-20221127 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  76. a13f5eb Add missing dependency for the fuzzer-constructed test data by Gilles Peskine · 2 years, 8 months ago
  77. d98ac8b Merge remote-tracking branch 'dave/fast_xor' into fast_unaligned by Dave Rodgman · 2 years, 8 months ago
  78. 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
  79. a34d030 test: psa_pake: fix dependency by Valerio Setti · 2 years, 8 months ago
  80. 4f01121 Fix memory leak on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
  81. 391005c Fix structures initialized too late in tests by Gilles Peskine · 2 years, 8 months ago
  82. 2336555 Improve test failure reporting by Gilles Peskine · 2 years, 8 months ago
  83. 290f01b Fix dangling freed pointer on error in pkcs7_get_signers_info_set by Gilles Peskine · 2 years, 8 months ago
  84. e7190a2 mpi_mod_io_neg: fix use of uninitialized value by Janos Follath · 2 years, 8 months ago
  85. 0020df9 mpi_mod_io: test with various buffer sizes by Janos Follath · 2 years, 8 months ago
  86. 8dfc8c4 mbedtls_mpi_mod_write: prevent data corruption by Janos Follath · 2 years, 8 months ago
  87. d7bb352 mbedtls_mpi_mod_read/write: restrict pre-conditions by Janos Follath · 2 years, 8 months ago
  88. 6ef582f Bignum Mod Tests: improve readabilty and style by Janos Follath · 2 years, 8 months ago
  89. 339b439 Bignum Mod: remove unused parameter in io_neg test by Janos Follath · 2 years, 8 months ago
  90. 566c91d Bignum Mod: io_neg test pass data directly by Janos Follath · 2 years, 8 months ago
  91. 96070a5 bignum_tests: Refactored `mpi_mod_io_neg()` by Minos Galanakis · 2 years, 8 months ago
  92. 91f3abd Bignum Mod: improve residue_setup test by Janos Follath · 2 years, 8 months ago
  93. f55505d Bignum Mod Raw: fix tests after rebase by Janos Follath · 2 years, 8 months ago
  94. 799eaee Bignum Mod: move init before any goto by Janos Follath · 2 years, 8 months ago
  95. 91295d2 Bignum Mod: remove endianness from modulus by Janos Follath · 2 years, 9 months ago
  96. 3e3fc91 Bignum Mod: pass endianness as a parameter by Janos Follath · 2 years, 9 months ago
  97. d3eed33 Bignum Mod Raw: pass endianness as a parameter by Janos Follath · 2 years, 9 months ago
  98. 50cd4b8 Bignum Mod: Restrict residue setup by Janos Follath · 2 years, 9 months ago
  99. b62bad4 Bidnum Mod: fix check in setup by Janos Follath · 2 years, 9 months ago
  100. 8b37545 bignum_mod: Refactored `mbedtls_mpi_mod_read/write()` by Minos Galanakis · 2 years, 9 months ago