1. 6568f60 Simplify mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  2. 2c9f86b Add docs for mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  3. 28bc1ab Use exact bounds for allocations in mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  4. ba600b2 Remove expected param from mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  5. 771ac65 Add tests for mbedtls_ct_memcmp_partial by Dave Rodgman · 1 year, 11 months ago
  6. 8a7fb2d Merge pull request #1055 from waleed-elmelegy-arm/add-new-pkcs12-pbe2-ext-fun by Gilles Peskine · 1 year, 11 months ago
  7. 57d09b7 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  8. 49d7223 Fix test under memsan by Dave Rodgman · 1 year, 11 months ago
  9. 70e022b code style by Dave Rodgman · 1 year, 11 months ago
  10. 140d5c7 Add single-bit difference tests by Dave Rodgman · 1 year, 11 months ago
  11. e1cb35b Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  12. 31d49cd Merge pull request #1053 from waleed-elmelegy-arm/Improve-and-test-mbedtls_pkcs12_pbe by Gilles Peskine · 1 year, 11 months ago
  13. 1f59ee0 Add correct dependencies to pkcs12 tests by Waleed Elmelegy · 1 year, 11 months ago
  14. 0960170 Fix identation error in pkcs12 tests by Waleed Elmelegy · 1 year, 11 months ago
  15. 75b9eb3 Change pkcs12 test comparison macro to the new macro by Waleed Elmelegy · 1 year, 11 months ago
  16. 8317e91 Change pkcs12 test allocation macros to the new macros by Waleed Elmelegy · 1 year, 11 months ago
  17. 15de809 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
  18. 255db80 Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  19. 1a7d387 Merge pull request #1041 from waleed-elmelegy-arm/add-new-pkcs5-pbe2-ext-fun by Gilles Peskine · 1 year, 11 months ago
  20. 21d7d85 Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
  21. 730bbee Merge remote-tracking branch 'origin/development' into update-restricted-2023-08-30 by Dave Rodgman · 2 years ago
  22. a878b66 Merge pull request #8090 from silabs-Kusumit/PBKDF2_higher_cost_tests by Gilles Peskine · 2 years ago
  23. 79b6e26 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  24. e65bba4 Merge pull request #7803 from gilles-peskine-arm/psa-low-hash-mac-size by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7803-17d5081ffb27e1be0807d52ede3edffdc722482a
  25. 6d14c2b Remove dead code by Gilles Peskine · 2 years ago
  26. c9187c5 New test suite for the low-level hash interface by Gilles Peskine · 2 years, 2 months ago
  27. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  28. e220d25 Merge pull request #8086 from yanesca/remove-new-bignum by Janos Follath · 2 years ago gh-readonly-queue/development/pr-8086-1fdc884ed831927600838a3656b6d74a0417d52b
  29. 5cad47d Modify test description by Kusumit Ghoderao · 2 years ago
  30. e4d634c Add tests with higher input costs for pbkdf2 by Kusumit Ghoderao · 2 years ago
  31. f2334b7 Remove new bignum when not needed by Janos Follath · 2 years ago
  32. 4a0a989 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  33. 87bc1e1 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  34. 5d3f315 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  35. 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
  36. d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
  37. 6c104b9 Modify derive output test cases and add actual output by Kusumit Ghoderao · 2 years ago
  38. 6da3d83 Fix resource leak in test failure case by Paul Elliott · 2 years ago
  39. 26b7c93 Merge pull request #7992 from valeriosetti/issue7755 by Manuel Pégourié-Gonnard · 2 years ago
  40. 54da1a6 Merge pull request #7578 from daverodgman/safer-ct5 by Manuel Pégourié-Gonnard · 2 years ago
  41. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  42. 3580f44 test: solve test disparities for x509[parse/write] suites by Valerio Setti · 2 years ago
  43. ac69b45 Document and test mbedtls_ct_size_if_else_0 by Dave Rodgman · 2 years ago
  44. 98ddc01 Rename ...if0 to ...else_0 by Dave Rodgman · 2 years ago
  45. b7825ce Rename uint->bool operators to reflect input types by Dave Rodgman · 2 years ago
  46. c5d85e5 test: remove BIGNUM dependencies from pk[parse/write] suites by Valerio Setti · 2 years ago
  47. 115784b Merge pull request #1040 from waleed-elmelegy-arm/development-restricted by Janos Follath · 2 years ago
  48. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  49. 953f2a4 Merge pull request #7892 from AgathiyanB/fix-coverage-MBEDTLS_ECP_NIST_OPTIM-disabled by Dave Rodgman · 2 years ago
  50. 4dd8931 Update w.r.t. test macro name changes from #6253 by Dave Rodgman · 2 years ago
  51. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  52. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  53. 003a5e1 Merge pull request #1046 from Mbed-TLS/merge_3.4.1 by Dave Rodgman · 2 years ago
  54. a0fc998 Merge branch 'development' into merge_3.4.1 by Dave Rodgman · 2 years ago
  55. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  56. 6919546 Update more test dependencies when using test-ca.key by Gilles Peskine · 2 years ago
  57. d4e7fe0 Change tests to work on different MBEDTLS_RSA_GEN_KEY_MIN_BITS configs by Waleed Elmelegy · 2 years ago
  58. a824f8b Update test dependencies when using test-ca.key by Gilles Peskine · 2 years ago
  59. 6eff0b2 Remove test vector by Kusumit Ghoderao · 2 years ago
  60. 550d147 Bump version to 3.4.1 by Gilles Peskine · 2 years ago
  61. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  62. 50745e7 Update failing unit tests to use the moved data files by Gilles Peskine · 2 years ago
  63. 895074e Merge pull request #8002 from valeriosetti/issue7904 by Bence Szépkúti · 2 years ago
  64. 926d8da Fix test dependency by Dave Rodgman · 2 years ago
  65. 378280e Revert "Move constant_flow.h into the main library" by Dave Rodgman · 2 years ago
  66. fd78c34 Move constant_flow.h into the main library by Dave Rodgman · 2 years ago
  67. 04a334a Make const-time test not depend on internal knowledge of mbedtls_ct_condition_t by Dave Rodgman · 2 years ago
  68. f5051ef test: properly size output buffer in key_agreement_fail() by Valerio Setti · 2 years ago
  69. d0657b0 ecp_mod_p448 has been moved to ecp_mod_p_generic_raw, remove here by Xiaokang Qian · 2 years ago
  70. e25597d Make ecp_mode_xxx functions depend on the new macro by Xiaokang Qian · 2 years, 2 months ago
  71. 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
  72. fa5a4bb Improve mbedtls_ct_memmove_left w.r.t. const-flow tests by Dave Rodgman · 2 years ago
  73. 8de3482 Fix false-positive non-const-time errors in test by Dave Rodgman · 2 years ago
  74. be55b7e Add test cases for 16 byte and empty password by Kusumit Ghoderao · 2 years ago
  75. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  76. 0540fe7 Fix code style by Tom Cosgrove · 2 years ago
  77. 763b353 Replace TEST_ASSERT("message" == 0) with TEST_FAIL by Agathiyan Bragadeesh · 2 years ago
  78. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  79. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  80. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  81. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  82. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  83. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  84. f3fafc3 Fix CI errors related pkcs5_pbe changes by Waleed Elmelegy · 2 years, 1 month ago
  85. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  86. 2387bda Merge pull request #1038 from Mbed-TLS/development by Gilles Peskine · 2 years, 1 month ago
  87. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years, 1 month ago
  88. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  89. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  90. 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years, 1 month ago
  91. c723e86 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  92. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  93. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  94. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  95. 708d78f Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  96. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  97. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  98. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  99. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  100. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago