1. e1b50f3 Document unsupported concurrency scenario in psa_exercise_key by Ryan Everett · 1 year, 5 months ago
  2. 73e4ea3 Add key_destroyable parameter to non-raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  3. 8163028 Add key_destroyable parameter to raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  4. c1cc668 Add key_destroyable parameter to key derivation smoke tests by Ryan Everett · 1 year, 5 months ago
  5. 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
  6. 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
  7. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  8. 053b788 Ensure drivers have threading enabled if required by Paul Elliott · 1 year, 5 months ago
  9. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  10. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  11. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  12. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  13. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  14. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  15. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  16. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  17. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  18. 465e4ed Prioritize SHA2 over MD5 for KNOWN_SUPPORTED_HASH_ALG by Gilles Peskine · 1 year, 6 months ago
  19. 3495567 Don't exercise if the algorithm is not supported by Gilles Peskine · 1 year, 6 months ago
  20. 5d2bcc6 Fix typo / improve documentation for test step fns by Paul Elliott · 1 year, 6 months ago
  21. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  22. 7a28738 Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8636-1dbfc8ad3c32f77f360e47a367c074397915a4bd
  23. 292b1dc Merge pull request #8789 from paul-elliott-arm/fix_tsan_gcc by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8789-1d7bc1ecdf04db9b137931442fd46fe278813f2b
  24. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  25. e053cb2 Stop platform test failures with GCC and TSAN by Paul Elliott · 1 year, 6 months ago
  26. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  27. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  28. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  29. 79e2e5d Add comment to set/increment step functions by Paul Elliott · 1 year, 6 months ago
  30. 098e2d8 Revert accidental formatting change by Paul Elliott · 1 year, 6 months ago
  31. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  32. ae942ec Fix style issues by Paul Elliott · 1 year, 6 months ago
  33. 24e9a32 Refactor to help future other implementations by Paul Elliott · 1 year, 6 months ago
  34. da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
  35. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  36. 3d2db89 Access the test data mutex via accessor by Paul Elliott · 1 year, 7 months ago
  37. ed3ba3c Fix documentation typos. by Paul Elliott · 1 year, 7 months ago
  38. 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
  39. 1161b44 crypto_config_test_driver_extension: support accelaration of DH groups by Valerio Setti · 1 year, 7 months ago
  40. 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
  41. 7b1921a Add endpoint in TLS 1.2 session serialization data by Ronald Cron · 1 year, 9 months ago
  42. 6506426 Protect test info access with mutex by Paul Elliott · 1 year, 8 months ago
  43. c7a1e99 Move bignum flag for negative zero into test_info by Paul Elliott · 1 year, 9 months ago
  44. 3a4d2f1 Add test thread create/join abstraction by Paul Elliott · 1 year, 8 months ago
  45. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  46. 5c498f3 Use mbedtls_test_info accessors internally as well by Paul Elliott · 1 year, 9 months ago
  47. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  48. 10e9aa2 tests: add PSA_INIT/PSA_DONE to CCM and GCM test suites by Valerio Setti · 1 year, 8 months ago
  49. 302a487 test_driver_key_management: rename counter for export_public_key() hits by Valerio Setti · 1 year, 8 months ago
  50. 829ce0f test_driver_cipher: add forced return status for encrypt and set_iv by Valerio Setti · 1 year, 8 months ago
  51. 7ef35a9 test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_update() by Valerio Setti · 1 year, 8 months ago
  52. 7448367 test_suite_psa_crypto_slot_management: modify check on open key slots by Valerio Setti · 1 year, 8 months ago
  53. 45337a8 test_suite_psa_crypto_driver_wrappers: add counter for cipher_update() by Valerio Setti · 1 year, 9 months ago
  54. 6ef82ae test_suite_psa_crypto_driver_wrappers: improving driver access counters by Valerio Setti · 1 year, 9 months ago
  55. dc32ac2 test_suite_[ctr_drbg/random]: initialize/close PSA in tests by Valerio Setti · 1 year, 9 months ago
  56. 402cfba psa: free RNG implementation before checking for remaining open key slots by Valerio Setti · 1 year, 9 months ago
  57. a72bc9a ssl_helpers: remove guard for rng_get() by Yanray Wang · 1 year, 8 months ago
  58. f88e529 ssl_helpers: make rng_get available for other test cases by Yanray Wang · 1 year, 8 months ago
  59. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  60. c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
  61. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 9 months ago
  62. fa8ec26 Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  63. 776981b psa_exercise_key: add missing #else for KNOWN_SUPPORTED_BLOCK_CIPHER by Valerio Setti · 1 year, 9 months ago
  64. a4b6059 psa_exercise_key: replace legacy symbols with PSA_WANT ones by Valerio Setti · 1 year, 9 months ago
  65. a765eaa test_driver_extension: fix acceleration support for CCM and CCM* by Valerio Setti · 1 year, 9 months ago
  66. bce640b Merge pull request #8499 from valeriosetti/issue8488 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  67. b901538 test_driver_extension: use same def/undef pattern for all accelerated symbols by Valerio Setti · 1 year, 9 months ago
  68. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  69. e9f50bf Merge pull request #8443 from valeriosetti/issue8274 by Gilles Peskine · 1 year, 9 months ago
  70. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  71. 05c25cb test_driver_extension: manage curves' acceleration the same as other PSA_WANT symbols by Valerio Setti · 1 year, 9 months ago
  72. 221d8aa libtestdriver1: fix acceleration for ALG_STREAM_CIPHER/ALG_ECB_NO_PADDING by Valerio Setti · 1 year, 10 months ago
  73. af5003a CMAC: accelerate CMAC in accel_cipher by Yanray Wang · 1 year, 10 months ago
  74. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  75. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  76. cc21ad4 Add SHA-3 support to libtestdriver1 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  77. ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
  78. 193f942 Merge pull request #1071 from gilles-peskine-arm/ssl_decrypt_stream_short_buffer by Gilles Peskine · 1 year, 11 months ago
  79. 986006e Make TEST_CALLOC_NONNULL more robust by Dave Rodgman · 1 year, 11 months ago
  80. a328635 Introduce TEST_CALLOC_NONNULL by Dave Rodgman · 1 year, 11 months ago
  81. 9099d3f Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  82. 7c61ffc Rename parse_binary_string function by Kusumit Ghoderao · 1 year, 11 months ago
  83. 44243e1 Remove obsolete header inclusions by Gilles Peskine · 2 years, 3 months ago
  84. ac7a04a Move parse_binary_string function to psa_crypto_helpers by Kusumit Ghoderao · 2 years ago
  85. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  86. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  87. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  88. 3dd3ae2 Remove trailing backslash by Agathiyan Bragadeesh · 2 years, 1 month ago
  89. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  90. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years, 1 month ago
  91. a45d902 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
  92. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  93. 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years, 1 month ago
  94. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  95. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  96. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  97. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  98. 2d310de Add cast in test macros.h by Agathiyan Bragadeesh · 2 years, 1 month ago
  99. 801d5b4 Remove unnecessary (and harmful) include by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  100. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago