1. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  2. 470f10c Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_function by Gilles Peskine · 2 years, 6 months ago
  3. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  4. 18b9b03 test: add test for a full length serial of 0xFF by Valerio Setti · 2 years, 6 months ago
  5. a87f839 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago
  6. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  7. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  8. 86c90fc Rename variables to follow the naming convention by Gabor Mezei · 2 years, 6 months ago
  9. ee2aff2 Add check for test input by Gabor Mezei · 2 years, 6 months ago
  10. 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  11. 9073f7d Remove unneeded check by Gabor Mezei · 2 years, 7 months ago
  12. e81a2b8 Change the fix_quasi_reduction function to static by Gabor Mezei · 2 years, 7 months ago
  13. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 7 months ago
  14. 3e0769b Merge pull request #6832 from daverodgman/fast-unaligned-ct by Janos Follath · 2 years, 7 months ago
  15. 58c721e Add TEST_CF_SECRET to mbedtls_ct_memcpy_if_eq test by Dave Rodgman · 2 years, 7 months ago
  16. 22b0d1a Test memcmp with differences starting after the first byte by Dave Rodgman · 2 years, 7 months ago
  17. 95ec58c Remove not-needed stdio include from tests by Dave Rodgman · 2 years, 7 months ago
  18. 39188c0 Add unit tests for mbedtls_ct_memcmp and mbedtls_ct_memcpy_if_eq by Dave Rodgman · 2 years, 8 months ago
  19. dc3b154 Fix test guards by Dave Rodgman · 2 years, 7 months ago
  20. 723b877 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  21. a86cef3 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
  22. 9113df8 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
  23. 2566679 Add metadata test case for PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  24. 4db02f2 Add SECRET input validation test cases for PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  25. 763ffdd Add metadata test case for PSA_ALG_CCM_STAR_NO_TAG by Gilles Peskine · 2 years, 8 months ago
  26. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  27. 714ae65 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
  28. a38db2a Add missing inlcude by Gabor Mezei · 2 years, 7 months ago
  29. 65fc9f7 Add tests for ecp quasi-reduction by Gabor Mezei · 2 years, 7 months ago
  30. 856cec4 test: x509: add more tests for checking certificate serial by Valerio Setti · 2 years, 7 months ago
  31. b8dc18f test: fix: remove invalid comment by Valerio Setti · 2 years, 7 months ago
  32. ea19d2d changelog: fixed typos by Valerio Setti · 2 years, 7 months ago
  33. aad8dbd test: fix tests for x509write_crt_set_serial(_new) by Valerio Setti · 2 years, 7 months ago
  34. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago
  35. da0afcc x509: remove direct dependency from BIGNUM_C by Valerio Setti · 2 years, 7 months ago
  36. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  37. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  38. 2c12185 test: fix dependencies on function and data files by Valerio Setti · 2 years, 7 months ago
  39. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
  40. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  41. 9502b56 Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  42. 73260b6 test: extend test_suite_ssl for testing new functions by Valerio Setti · 2 years, 7 months ago
  43. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  44. b4b0bb7 Merge pull request #5907 from mpg/use-psa-rsa-pss by Janos Follath · 2 years, 7 months ago
  45. 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  46. 6ea0a8d Disable 'wrong salt len' PK test with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  47. 77b1452 test: fix error in test_suite_ssl by Valerio Setti · 2 years, 8 months ago
  48. 676766f Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mul by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  49. 2fcb4c1 Merge pull request #6747 from gilles-peskine-arm/bignum-mod-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  50. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 8 months ago
  51. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  52. f65c71f Fix possible uninitialization error by Gabor Mezei · 2 years, 8 months ago
  53. 3b1a706 Disable 'wrong salt len' test with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  54. 4c950d5 Cosmetic fix by Gilles Peskine · 2 years, 8 months ago
  55. d1aa75d Update of the RNG seed in mpi_mod_random_values by Gilles Peskine · 2 years, 8 months ago
  56. e1d8326 Fix representation of mod-random output by Gilles Peskine · 2 years, 8 months ago
  57. 1e2a4d4 Functions to convert raw residues to/from the modulus representation by Gilles Peskine · 2 years, 8 months ago
  58. 78c4fb4 Fix possible uninitialization error by Gabor Mezei · 2 years, 8 months ago
  59. f972813 Fix the order of freeing memory by Gabor Mezei · 2 years, 8 months ago
  60. 61fd1fb Calling the residue_release() is not needed by Gabor Mezei · 2 years, 8 months ago
  61. 809baef Use helper functions to simplify test code by Gabor Mezei · 2 years, 8 months ago
  62. 77b877d Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
  63. eca7466 Add tests for mod_mul by Gabor Mezei · 2 years, 8 months ago
  64. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  65. cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
  66. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  67. b31b2e6 Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
  68. 071f473 Document the test strategy by Gilles Peskine · 2 years, 8 months ago
  69. d878d1c Add validation tests for mbedtls_mpi_{mod,mod_raw}_random by Gilles Peskine · 2 years, 8 months ago
  70. b1eea02 Implement and test mbedtls_mpi_mod_random by Gilles Peskine · 2 years, 8 months ago
  71. d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
  72. a57cf98 Implement and test mbedtls_mpi_mod_raw_random by Gilles Peskine · 2 years, 8 months ago
  73. 8c32b24 Rename MPI-legacy test function for clarity by Gilles Peskine · 2 years, 8 months ago
  74. 881447d Move bignum helpers to their own module by Gilles Peskine · 2 years, 8 months ago
  75. 5bf8629 Merge pull request #6303 from gilles-peskine-arm/bignum-core-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  76. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  77. 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
  78. dc19759 Add tests for mbedtls_mpi_mod_inv() by Tom Cosgrove · 2 years, 8 months ago
  79. 786848b Add low-level Montgomery conversion functions to bignum_core by Tom Cosgrove · 2 years, 8 months ago
  80. 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 8 months ago
  81. 30f3b4d Add mbedtls_mpi_core_check_zero_ct() and tests by Tom Cosgrove · 2 years, 8 months ago
  82. acdefdd Unify RNG initialization that must be unified by Gilles Peskine · 2 years, 8 months ago
  83. 80a334a Add generated tests for mod_raw_mul by Gabor Mezei · 2 years, 8 months ago
  84. 9fa4897 Merge pull request #6772 from wernerlewis/bignum_refactor_sub by Gilles Peskine · 2 years, 8 months ago
  85. 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
  86. 7f4d15e Update mbedtls_mpi_mod_sub() tests to incorporate mod_add test feedback by Tom Cosgrove · 2 years, 8 months ago
  87. 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  88. 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
  89. ebef356 Revert "Add generated files" by Dave Rodgman · 2 years, 8 months ago
  90. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  91. 46e8fd8 test: sha: test SHA224 and SHA256 separately by Valerio Setti · 2 years, 8 months ago
  92. 898e7a3 test: sha: test SHA384 and SHA512 separately by Valerio Setti · 2 years, 8 months ago
  93. ca906e9 Remove B + A tests by Werner Lewis · 2 years, 8 months ago
  94. 79341a4 Reallocate X_raw to enforce no overflow by Werner Lewis · 2 years, 8 months ago
  95. 25690a9 Rename oret to expected_ret by Werner Lewis · 2 years, 8 months ago
  96. 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  97. 1362c5a Test for both PKCS 7 bugs found by OSS-Fuzz by Demi Marie Obenour · 2 years, 8 months ago
  98. 91a2aab Refactor mpi_core_sub tests to use arch_split by Werner Lewis · 2 years, 8 months ago
  99. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  100. 9a60b23 bignum_mod_raw testsuite: Refactored `mpi_mod_raw_neg()`. by Minos Galanakis · 2 years, 8 months ago