1. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  2. 8473390 tests: fix guards in test suites to allow testing with PSASIM by Valerio Setti · 1 year, 1 month ago
  3. 7062d3d tests: src: Fix PSA test wrappers for PAKE by Ronald Cron · 1 year, 2 months ago
  4. 70cd911 Improve comment in a header file by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  5. ebdca79 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  6. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  7. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  8. e1b50f3 Document unsupported concurrency scenario in psa_exercise_key by Ryan Everett · 1 year, 5 months ago
  9. 73e4ea3 Add key_destroyable parameter to non-raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  10. 80a5dbd Regenerate PSA wrappers for new PSA functions by David Horstmann · 1 year, 5 months ago
  11. 8163028 Add key_destroyable parameter to raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  12. c1cc668 Add key_destroyable parameter to key derivation smoke tests by Ryan Everett · 1 year, 5 months ago
  13. 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
  14. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  15. 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
  16. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  17. 053b788 Ensure drivers have threading enabled if required by Paul Elliott · 1 year, 5 months ago
  18. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  19. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  20. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  21. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  22. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  23. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  24. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  25. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  26. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  27. 465e4ed Prioritize SHA2 over MD5 for KNOWN_SUPPORTED_HASH_ALG by Gilles Peskine · 1 year, 6 months ago
  28. 3495567 Don't exercise if the algorithm is not supported by Gilles Peskine · 1 year, 6 months ago
  29. 5d2bcc6 Fix typo / improve documentation for test step fns by Paul Elliott · 1 year, 6 months ago
  30. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  31. 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
  32. 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
  33. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  34. e053cb2 Stop platform test failures with GCC and TSAN by Paul Elliott · 1 year, 6 months ago
  35. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  36. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  37. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  38. 79e2e5d Add comment to set/increment step functions by Paul Elliott · 1 year, 6 months ago
  39. e883870 Merge branch 'development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
  40. 098e2d8 Revert accidental formatting change by Paul Elliott · 1 year, 6 months ago
  41. 8d60685 Remove unnecessary dependencies from psa_crypto_helpers.h by Ryan Everett · 1 year, 6 months ago
  42. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  43. ae942ec Fix style issues by Paul Elliott · 1 year, 6 months ago
  44. 24e9a32 Refactor to help future other implementations by Paul Elliott · 1 year, 6 months ago
  45. b2c9f0e Disable poisoning with PSA_CRYPTO_DRIVER_TEST by David Horstmann · 1 year, 6 months ago
  46. 047c724 Merge remote-tracking branch 'restricted/development-restricted' into update-development-r by Dave Rodgman · 1 year, 6 months ago
  47. da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
  48. 9c5c9c3 Merge pull request #1141 from davidhorstmann-arm/memory-poisoning-runtime-enable by David Horstmann · 1 year, 6 months ago
  49. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  50. 3d2db89 Access the test data mutex via accessor by Paul Elliott · 1 year, 7 months ago
  51. ed3ba3c Fix documentation typos. by Paul Elliott · 1 year, 7 months ago
  52. 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
  53. d3efb92 Add underflow check to UNPOISON counter decrement by David Horstmann · 1 year, 7 months ago
  54. 1161b44 crypto_config_test_driver_extension: support accelaration of DH groups by Valerio Setti · 1 year, 7 months ago
  55. fad038c Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
  56. 4411c9c Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  57. 8e7960b Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
  58. 90d14d7 Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  59. 2b106de Enable generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  60. 6e4332c Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  61. 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
  62. 7b1921a Add endpoint in TLS 1.2 session serialization data by Ronald Cron · 1 year, 9 months ago
  63. 8174478 Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
  64. 6506426 Protect test info access with mutex by Paul Elliott · 1 year, 8 months ago
  65. c7a1e99 Move bignum flag for negative zero into test_info by Paul Elliott · 1 year, 9 months ago
  66. 3a4d2f1 Add test thread create/join abstraction by Paul Elliott · 1 year, 8 months ago
  67. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  68. 5c498f3 Use mbedtls_test_info accessors internally as well by Paul Elliott · 1 year, 9 months ago
  69. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  70. 2de5abf Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
  71. 83ece2f Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
  72. 853f9f9 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  73. 10e9aa2 tests: add PSA_INIT/PSA_DONE to CCM and GCM test suites by Valerio Setti · 1 year, 8 months ago
  74. 7de0928 Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
  75. a7cde5d Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
  76. b7a5b6e Add comment explaining the purpose of header by David Horstmann · 1 year, 8 months ago
  77. bbd44a7 Add missing license header by David Horstmann · 1 year, 8 months ago
  78. e138dce Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
  79. 8f35a4f Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
  80. 302a487 test_driver_key_management: rename counter for export_public_key() hits by Valerio Setti · 1 year, 8 months ago
  81. 829ce0f test_driver_cipher: add forced return status for encrypt and set_iv by Valerio Setti · 1 year, 8 months ago
  82. 7ef35a9 test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_update() by Valerio Setti · 1 year, 8 months ago
  83. 7448367 test_suite_psa_crypto_slot_management: modify check on open key slots by Valerio Setti · 1 year, 8 months ago
  84. 45337a8 test_suite_psa_crypto_driver_wrappers: add counter for cipher_update() by Valerio Setti · 1 year, 9 months ago
  85. 6ef82ae test_suite_psa_crypto_driver_wrappers: improving driver access counters by Valerio Setti · 1 year, 9 months ago
  86. dc32ac2 test_suite_[ctr_drbg/random]: initialize/close PSA in tests by Valerio Setti · 1 year, 9 months ago
  87. 402cfba psa: free RNG implementation before checking for remaining open key slots by Valerio Setti · 1 year, 9 months ago
  88. a72bc9a ssl_helpers: remove guard for rng_get() by Yanray Wang · 1 year, 8 months ago
  89. f88e529 ssl_helpers: make rng_get available for other test cases by Yanray Wang · 1 year, 8 months ago
  90. 81f8132 Avoid unused variable warnings in some plausible usage by Gilles Peskine · 1 year, 9 months ago
  91. abfad78 Use the existing definition of MBEDTLS_TEST_HAVE_ASAN by Gilles Peskine · 1 year, 9 months ago
  92. 0bdb6dc Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  93. d29cce9 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  94. 3fd3d05 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  95. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  96. c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
  97. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 9 months ago
  98. fa8ec26 Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  99. 776981b psa_exercise_key: add missing #else for KNOWN_SUPPORTED_BLOCK_CIPHER by Valerio Setti · 1 year, 9 months ago
  100. a4b6059 psa_exercise_key: replace legacy symbols with PSA_WANT ones by Valerio Setti · 1 year, 9 months ago