1. 6da3d83 Fix resource leak in test failure case by Paul Elliott · 2 years ago
  2. 26b7c93 Merge pull request #7992 from valeriosetti/issue7755 by Manuel Pégourié-Gonnard · 2 years ago
  3. 54da1a6 Merge pull request #7578 from daverodgman/safer-ct5 by Manuel Pégourié-Gonnard · 2 years ago
  4. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  5. 3580f44 test: solve test disparities for x509[parse/write] suites by Valerio Setti · 2 years ago
  6. ac69b45 Document and test mbedtls_ct_size_if_else_0 by Dave Rodgman · 2 years ago
  7. 98ddc01 Rename ...if0 to ...else_0 by Dave Rodgman · 2 years ago
  8. b7825ce Rename uint->bool operators to reflect input types by Dave Rodgman · 2 years ago
  9. c5d85e5 test: remove BIGNUM dependencies from pk[parse/write] suites by Valerio Setti · 2 years ago
  10. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  11. 953f2a4 Merge pull request #7892 from AgathiyanB/fix-coverage-MBEDTLS_ECP_NIST_OPTIM-disabled by Dave Rodgman · 2 years ago
  12. 4dd8931 Update w.r.t. test macro name changes from #6253 by Dave Rodgman · 2 years ago
  13. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  14. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  15. 003a5e1 Merge pull request #1046 from Mbed-TLS/merge_3.4.1 by Dave Rodgman · 2 years ago
  16. a0fc998 Merge branch 'development' into merge_3.4.1 by Dave Rodgman · 2 years ago
  17. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  18. 6919546 Update more test dependencies when using test-ca.key by Gilles Peskine · 2 years ago
  19. d4e7fe0 Change tests to work on different MBEDTLS_RSA_GEN_KEY_MIN_BITS configs by Waleed Elmelegy · 2 years ago
  20. a824f8b Update test dependencies when using test-ca.key by Gilles Peskine · 2 years ago
  21. 550d147 Bump version to 3.4.1 by Gilles Peskine · 2 years ago
  22. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  23. 50745e7 Update failing unit tests to use the moved data files by Gilles Peskine · 2 years ago
  24. 895074e Merge pull request #8002 from valeriosetti/issue7904 by Bence Szépkúti · 2 years ago
  25. 926d8da Fix test dependency by Dave Rodgman · 2 years ago
  26. 378280e Revert "Move constant_flow.h into the main library" by Dave Rodgman · 2 years ago
  27. fd78c34 Move constant_flow.h into the main library by Dave Rodgman · 2 years ago
  28. 04a334a Make const-time test not depend on internal knowledge of mbedtls_ct_condition_t by Dave Rodgman · 2 years ago
  29. f5051ef test: properly size output buffer in key_agreement_fail() by Valerio Setti · 2 years ago
  30. d0657b0 ecp_mod_p448 has been moved to ecp_mod_p_generic_raw, remove here by Xiaokang Qian · 2 years ago
  31. e25597d Make ecp_mode_xxx functions depend on the new macro by Xiaokang Qian · 2 years, 2 months ago
  32. 1eacae8 test: check exported length against proper MAX_SIZE by Valerio Setti · 2 years ago
  33. fa5a4bb Improve mbedtls_ct_memmove_left w.r.t. const-flow tests by Dave Rodgman · 2 years ago
  34. 8de3482 Fix false-positive non-const-time errors in test by Dave Rodgman · 2 years ago
  35. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  36. 0540fe7 Fix code style by Tom Cosgrove · 2 years ago
  37. 763b353 Replace TEST_ASSERT("message" == 0) with TEST_FAIL by Agathiyan Bragadeesh · 2 years ago
  38. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  39. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  40. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  41. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  42. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  43. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  44. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  45. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years, 1 month ago
  46. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  47. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  48. 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years, 1 month ago
  49. c723e86 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  50. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  51. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  52. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  53. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  54. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  55. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  56. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  57. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
  58. 2e3795d tests: Fix header inclusion by Ronald Cron · 2 years, 1 month ago
  59. d8c4549 Merge pull request #7432 from oberon-microsystems/fix-test-ecjpake-to-pms-dependency by Gilles Peskine · 2 years, 1 month ago
  60. f0021d4 Update test function dependencies by Gabor Mezei · 2 years, 1 month ago
  61. 92ce4c2 Fix ecp variant check by Gabor Mezei · 2 years, 1 month ago
  62. 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
  63. 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
  64. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  65. acab57b test: replace RSA_KEY_PAIR_LEGACY with proper symbols by Valerio Setti · 2 years, 1 month ago
  66. 1e6063c test: set MBEDTLS_ECP_DP dependency also for Montgomery curves by Valerio Setti · 2 years, 1 month ago
  67. d476faa test: add more tests for Montgomery's invalid masks by Valerio Setti · 2 years, 1 month ago
  68. aed8799 test: verify that Montgomery keys can be fixed on parsing by Valerio Setti · 2 years, 1 month ago
  69. 4a09dcc test: replace ECP_DP_CURVE25519_ENABLED with PSA_WANT_ECC_MONTGOMERY_255 by Valerio Setti · 2 years, 1 month ago
  70. ef80d11 test: add proper key requirements in X25519 key parsing tests by Valerio Setti · 2 years, 1 month ago
  71. 0a92121 test: test of Montgomery keys with uncorrect bits whenever PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  72. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  73. d9f0c76 Merge pull request #7879 from tgonzalezorlandoarm/development by Gilles Peskine · 2 years, 1 month ago
  74. f3e488e Merge pull request #7216 from lpy4105/issue/6840/add-getters-for-some-fields by Dave Rodgman · 2 years, 1 month ago
  75. f614bde Merge pull request #7656 from mprse/ffdh_tls13_v2_drivers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  76. ee3a4d0 debug: replace occurence of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  77. 6f0441d tls: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  78. db61433 Add test for endpoint getter by Pengyu Lv · 2 years, 1 month ago
  79. 30e0870 Add test for hostname getter by Pengyu Lv · 2 years, 1 month ago
  80. 7dbd2bf Merge pull request #7441 from gilles-peskine-arm/mbedtls_x509_crt_parse_path-qemu-bug by Dave Rodgman · 2 years, 1 month ago
  81. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  82. 8abb349 Merge branch 'development' into mbedtls_x509_crt_parse_path-qemu-bug by Dave Rodgman · 2 years, 1 month ago
  83. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  84. 3e1e2e1 Add dependency MBEDTLS_ECP_NIST_OPTIM for ECP test by Agathiyan Bragadeesh · 2 years, 1 month ago
  85. 3719f9e tests/test_suite_pem: Augment DES test cases with AES: PEM by Tomás González · 2 years, 1 month ago
  86. a30c5cf Use minimal include in test_suite_random by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  87. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  88. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  89. 2a7bcaf Use only `MBEDTLS_ECP_WITH_MPI_UINT` to switch between the ecp variants by Gabor Mezei · 2 years, 1 month ago
  90. 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
  91. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  92. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  93. 84f4ff1 Minor adaptations after ffdh was enabled for tls1.3 by Przemek Stekiel · 2 years, 1 month ago
  94. 0d539c2 Merge pull request #7702 from silabs-Kusumit/PBKDF2_out_of_range_input_cost by Dave Rodgman · 2 years, 1 month ago
  95. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  96. 45e009a Merge pull request #7814 from valeriosetti/issue7746 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  97. c4a760c Merge pull request #7849 from davidhorstmann-arm/fix-string-to-names-retcode by Tom Cosgrove · 2 years, 1 month ago
  98. 2d07a72 Merge pull request #7821 from davidhorstmann-arm/simplify-test-dn-formatting by Dave Rodgman · 2 years, 1 month ago
  99. c810707 Add check for the ecp module variants by Gabor Mezei · 2 years, 2 months ago
  100. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago