1. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  2. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  3. 26bbd8d Merge branch 'mbedtls-2.28-restricted' into bp228_buffer_protection_for_cipher by Gábor Mezei · 1 year, 5 months ago
  4. 50bcca2 Update test wrapper functions for ciper buffer protection by Gabor Mezei · 1 year, 6 months ago
  5. 143864c Add test wrapper functions for cipher buffer protection by Gabor Mezei · 1 year, 6 months ago
  6. 98397f0 Merge branch 'mbedtls-2.28-restricted' into generate-random-buffer-protection-backport by David Horstmann · 1 year, 5 months ago
  7. 24d60ad Merge branch 'mbedtls-2.28-restricted' into backport_asymmetric_encrypt_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  8. 4e82150 Generate test wrappers for psa_generate_random() by David Horstmann · 1 year, 6 months ago
  9. 8eafe15 Merge branch 'mbedtls-2.28-restricted' into backport_mac_buffer_protection by tom-daubney-arm · 1 year, 6 months ago
  10. 0ce9589 Merge pull request #1133 from davidhorstmann-arm/copying-aead-2.28 by David Horstmann · 1 year, 6 months ago
  11. db5d607 Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  12. a9cc4cd Merge pull request #1179 from Ryan-Everett-arm/key-derivation-buffer-protection-backport by David Horstmann · 1 year, 6 months ago
  13. 2b614f9 Generate all test wrappers by Thomas Daubney · 1 year, 6 months ago
  14. d8adccf Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  15. 6b91503 Generate test wrappers for MAC functions by Thomas Daubney · 1 year, 6 months ago
  16. ebf9329 Generate test wrappers for hash functions by Thomas Daubney · 1 year, 6 months ago
  17. 6c9e69d Add key derivation testing wrappers by Ryan Everett · 1 year, 6 months ago
  18. 810421c Re-add cipher_encrypt buffer copying by Ryan Everett · 1 year, 6 months ago
  19. dcbc1d3 Generate test wrappers for key management by Ryan Everett · 1 year, 6 months ago
  20. c63e31a Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  21. 436b2ef Generate poisoning wrappers for AEAD by David Horstmann · 1 year, 7 months ago
  22. 001ae33 Merge pull request #1143 from davidhorstmann-arm/memory-poisoning-runtime-enable-2.28 by David Horstmann · 1 year, 6 months ago
  23. 7dfb612 Remove _Thread_local variable for 2.28 by David Horstmann · 1 year, 7 months ago
  24. 6de5828 Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
  25. 756b4dc Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
  26. a980aa0 Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  27. b3d457c PSA wrappers: don't poison buffers when buffer copying is disabled by Gilles Peskine · 1 year, 7 months ago
  28. e5ebe5e Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
  29. 42fa8ea Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  30. d5e5e6d Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  31. 5d05b47 Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
  32. 4dc176a Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  33. cb229db Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
  34. ffcc769 Improve guards around memory poisoning setup by David Horstmann · 1 year, 8 months ago
  35. f3c5714 Move test hook setup and teardown to helpers.c by David Horstmann · 1 year, 8 months ago
  36. 8c2d029 Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
  37. 962c5da Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  38. 071d144 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  39. 87270e5 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  40. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  41. 0814a22 Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  42. 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  43. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  44. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  45. 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
  46. e7eb805 Seperate declarations from function body by Agathiyan Bragadeesh · 2 years ago
  47. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  48. 4f8bf3c MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests by Gilles Peskine · 2 years, 3 months ago
  49. 73521b0 Tests: provide necessary functions for MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  50. 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  51. 5b673a8 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  52. 74df201 ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  53. d02c317 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  54. c4abee2 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
  55. cd23aff ssl_helpers.c: change prefix and move *certificate_free to static by Yanray Wang · 2 years, 5 months ago
  56. b4ef9a2 ssl_helpers.c: move some internal functions to static by Yanray Wang · 2 years, 5 months ago
  57. e62e8a1 ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
  58. d2696f2 Fix issue of conversion from size_t to int by Yanray Wang · 2 years, 9 months ago
  59. 89b4d12 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  60. 3742b12 Fix build errors in CMake by Yanray Wang · 2 years, 9 months ago
  61. 1ef77c0 ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 5 months ago
  62. 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
  63. bd56b03 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 5 months ago
  64. 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  65. 721cff1 Fix a copy-paste error in define comment by Andrzej Kurek · 2 years, 7 months ago
  66. c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
  67. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  68. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  69. 9030a25 Fix aead driver code (remove redundant brace) by Przemek Stekiel · 2 years, 10 months ago
  70. f886241 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  71. 7db8e89 Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  72. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  73. 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  74. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  75. b973ae4 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago
  76. b534759 Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 4 months ago
  77. b8bd61a No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  78. 9d3706f exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 5 months ago
  79. 275ecde exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 5 months ago
  80. 743972c Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 5 months ago
  81. 8f3aad2 exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 5 months ago
  82. d0c6a84 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  83. 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  84. 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
  85. 53ad763 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  86. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  87. ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  88. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  89. b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  90. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  91. d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  92. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  93. 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  94. fefa458 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  95. 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  96. a2dbe66 tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  97. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  98. e25351a test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
  99. b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  100. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago