1. d3590a8 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  2. 081803d Remove unnecessary dependencies from psa_crypto_helpers.h by Ryan Everett · 1 year, 6 months ago
  3. 001ae33 Merge pull request #1143 from davidhorstmann-arm/memory-poisoning-runtime-enable-2.28 by David Horstmann · 1 year, 6 months ago
  4. 7dfb612 Remove _Thread_local variable for 2.28 by David Horstmann · 1 year, 7 months ago
  5. e7bfbc2 Add underflow check to UNPOISON counter decrement by David Horstmann · 1 year, 7 months ago
  6. 6de5828 Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
  7. 756b4dc Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
  8. a980aa0 Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  9. e5ebe5e Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
  10. 42fa8ea Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  11. 50580a5 Enable generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  12. d5e5e6d Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  13. 5d05b47 Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
  14. cb229db Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
  15. 7cb7343 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  16. 9c97fda Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
  17. 8c2d029 Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
  18. 0bfaee3 Add comment explaining the purpose of header by David Horstmann · 1 year, 8 months ago
  19. 3e77e98 Add missing license header by David Horstmann · 1 year, 8 months ago
  20. 63f82f7 Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
  21. 96f4d4c Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
  22. 014d89b Avoid unused variable warnings in some plausible usage by Gilles Peskine · 1 year, 9 months ago
  23. 5e87405 Use the existing definition of MBEDTLS_TEST_HAVE_ASAN by Gilles Peskine · 1 year, 9 months ago
  24. 962c5da Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  25. 071d144 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  26. 87270e5 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  27. c3a9bdb Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  28. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  29. 3ca2f5c Make TEST_CALLOC_NONNULL more robust by Dave Rodgman · 1 year, 11 months ago
  30. 72aa683 Introduce TEST_CALLOC_NONNULL by Dave Rodgman · 1 year, 11 months ago
  31. 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  32. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  33. cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
  34. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  35. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  36. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  37. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  38. 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
  39. 1dd20a3 Remove trailing backslash by Agathiyan Bragadeesh · 2 years, 1 month ago
  40. 4f8bf3c MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests by Gilles Peskine · 2 years, 3 months ago
  41. 73521b0 Tests: provide necessary functions for MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  42. 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  43. e20ec4f crypto_config_test_driver_extension: treat PUBLIC_KEY the same way as KEY_PAIR by Valerio Setti · 2 years, 2 months ago
  44. 5b673a8 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  45. 6494d92 Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  46. 9ad7bd3 Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  47. 74df201 ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  48. d02c317 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  49. c4abee2 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
  50. e62e8a1 ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
  51. e16808c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 5 months ago
  52. 89b4d12 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  53. 1ef77c0 ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 5 months ago
  54. 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
  55. 59ab276 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
  56. 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  57. 3c30191 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  58. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  59. 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
  60. 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
  61. a03396a Fix additional mis-spellings by Dave Rodgman · 2 years, 8 months ago
  62. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  63. 9603a44 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  64. d64123a Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  65. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  66. 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  67. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  68. 9e8556c Enable MBEDTLS_POLY1305_C in test drivers build by Przemek Stekiel · 2 years, 10 months ago
  69. b771762 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  70. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  71. 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  72. 9538c90 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  73. e3619d0 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  74. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  75. 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  76. 03efa0b Fix ARIA support in test driver configuration by Gilles Peskine · 3 years, 4 months ago
  77. 6f63cc7 tests: prevent inclusion of time.h in baremetal compiles by Daniel Axtens · 5 years ago
  78. 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  79. 981a0ce Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  80. 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
  81. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  82. bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  83. ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  84. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  85. b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  86. df885c0 tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
  87. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  88. d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  89. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  90. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  91. b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  92. 7c7fb87 ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
  93. b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  94. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  95. ff03fd6 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  96. 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
  97. 4d9009e Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  98. d28f293 Import crypto_spe.h from TF-M by Gilles Peskine · 4 years, 2 months ago
  99. db47971 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  100. 62da8ac Merge pull request #4276 from gilles-peskine-arm/random-range-uniformity by Manuel Pégourié-Gonnard · 4 years, 2 months ago