1. a1cf101 Generate test wrappers for mac functions by Thomas Daubney · 1 year, 6 months ago
  2. e883870 Merge branch 'development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
  3. 84a666d Re-add cipher_encrypt to test wrapper script by Ryan Everett · 1 year, 6 months ago
  4. 77b91e3 Generate test wrappers for key management by Ryan Everett · 1 year, 6 months ago
  5. f430f47 Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  6. 047c724 Merge remote-tracking branch 'restricted/development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
  7. 9c5c9c3 Merge pull request #1141 from davidhorstmann-arm/memory-poisoning-runtime-enable by David Horstmann · 1 year, 6 months ago
  8. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  9. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  10. 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
  11. fad038c Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
  12. 4411c9c Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  13. 88385c2 PSA wrappers: don't poison buffers when buffer copying is disabled by Gilles Peskine · 1 year, 7 months ago
  14. 8e7960b Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
  15. 90d14d7 Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  16. 6e4332c Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  17. 62b6f10 test_driver_asymmetric_encryption: implement opaque [en/de]cryption functions by Valerio Setti · 1 year, 7 months ago
  18. 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
  19. 8174478 Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
  20. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  21. 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
  22. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  23. 2de5abf Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
  24. 6d43e6d Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  25. 83ece2f Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
  26. 6668453 Improve guards around memory poisoning setup by David Horstmann · 1 year, 8 months ago
  27. b489257 Move test hook setup and teardown to helpers.c by David Horstmann · 1 year, 8 months ago
  28. a7cde5d Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
  29. 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
  30. f1cacad Correctly use asymmetric encrypt/decrypt driver by Pengyu Lv · 1 year, 8 months ago
  31. 302a487 test_driver_key_management: rename counter for export_public_key() hits by Valerio Setti · 1 year, 8 months ago
  32. 829ce0f test_driver_cipher: add forced return status for encrypt and set_iv by Valerio Setti · 1 year, 8 months ago
  33. 7ef35a9 test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_update() by Valerio Setti · 1 year, 9 months ago
  34. 7448367 test_suite_psa_crypto_slot_management: modify check on open key slots by Valerio Setti · 1 year, 9 months ago
  35. 45337a8 test_suite_psa_crypto_driver_wrappers: add counter for cipher_update() by Valerio Setti · 1 year, 9 months ago
  36. 6ef82ae test_suite_psa_crypto_driver_wrappers: improving driver access counters by Valerio Setti · 1 year, 9 months ago
  37. 0bdb6dc Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  38. d29cce9 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  39. 3fd3d05 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  40. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  41. 392ed3f Add better documentation for mbedtls_test_mutex_mutex by Paul Elliott · 1 year, 9 months ago
  42. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 9 months ago
  43. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  44. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  45. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  46. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  47. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  48. 9e25936 Rename mutex->is_valid to mutex->state by Paul Elliott · 1 year, 9 months ago
  49. 3774637 Make threading helpers tests thread safe by Paul Elliott · 1 year, 9 months ago
  50. 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
  51. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  52. fe03a40 ssl_helper: fix missin initialization of cli_log_obj by Pengyu Lv · 1 year, 9 months ago
  53. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  54. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  55. 3d59ebe ssl_helpers: remove CIPHER_C guards in mbedtls_test_ssl_build_transforms() by Valerio Setti · 1 year, 9 months ago
  56. 31ad3a1 ssl_helpers: allow mbedtls_test_ssl_build_transforms to work without CIPHER_C by Valerio Setti · 1 year, 9 months ago
  57. 34e9516 Add unit test for max_early_data_size of ticket by Jerry Yu · 2 years, 8 months ago
  58. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  59. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 11 months ago
  60. ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
  61. 9099d3f Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  62. 94d3190 Set input cost as 1 for psa_key_exercise test by Kusumit Ghoderao · 1 year, 11 months ago
  63. 7c61ffc Rename parse_binary_string function by Kusumit Ghoderao · 1 year, 11 months ago
  64. a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 2 years ago
  65. 33e1f42 Fix use of mbedtls_psa_safer_memcmp in test code by Dave Rodgman · 2 years ago
  66. ac7a04a Move parse_binary_string function to psa_crypto_helpers by Kusumit Ghoderao · 2 years ago
  67. f2334b7 Remove new bignum when not needed by Janos Follath · 2 years ago
  68. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  69. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  70. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  71. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  72. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  73. 93a8593 Remove remaining redundant casts by Agathiyan Bragadeesh · 2 years ago
  74. d298b76 Remove redundant casts by Agathiyan Bragadeesh · 2 years ago
  75. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  76. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  77. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  78. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  79. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  80. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  81. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  82. 2f017a8 Add enum casts in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  83. be3ad4a Add type casts in psa_exercise_key by Agathiyan Bragadeesh · 2 years, 1 month ago
  84. 9321265 Move declarations to top in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  85. 2e3795d tests: Fix header inclusion by Ronald Cron · 2 years, 1 month ago
  86. b366fe9 Merge pull request #7478 from yuhaoth/pr/add-script-for-generating-cert-macros by Gilles Peskine · 2 years, 1 month ago
  87. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY by Valerio Setti · 2 years, 1 month ago
  88. 5cbb93e Add test for cache timeout getter by Pengyu Lv · 2 years, 1 month ago
  89. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  90. c5b2e28 Remove workaround code by Jerry Yu · 2 years, 2 months ago
  91. 2ef2e78 Add commands for `test_certs.h` by Jerry Yu · 2 years, 3 months ago
  92. fa0c399 Move certs/keys data to seperate file by Jerry Yu · 2 years, 3 months ago
  93. 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
  94. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  95. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  96. 4c0174d psa: replace remaining ECC_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  97. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
  98. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  99. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  100. 3048c8c Merge pull request #7725 from minosgalanakis/ecp/7268_add_optimised_reduction_setup_3 by Paul Elliott · 2 years, 2 months ago