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