1. ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
  2. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  3. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  4. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  5. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  6. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  7. f50cd59 Fix encrypt/decrypt confusion by Gilles Peskine · 1 year, 6 months ago
  8. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  9. 9718203 Fix deadlock with test failures by Paul Elliott · 1 year, 6 months ago
  10. 3495567 Don't exercise if the algorithm is not supported by Gilles Peskine · 1 year, 6 months ago
  11. fdb809e exercise_key: fix asymmetric encrypt/decrypt with >2028-bit RSA by Gilles Peskine · 1 year, 6 months ago
  12. 4781bd9 exercise_key: allow SIGN_MESSAGE/VERIFY_MESSAGE with PSA_ALG_ANY_HASH by Gilles Peskine · 1 year, 6 months ago
  13. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  14. c7fa82e tests: ssl: Improve test parameter sanity check by Ronald Cron · 1 year, 6 months ago
  15. 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
  16. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  17. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  18. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  19. b4ad3e7 tests: ssl: First reset to all zeroes options in init by Ronald Cron · 1 year, 6 months ago
  20. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  21. f20728e Fix missed case for removing accessor by Paul Elliott · 1 year, 6 months ago
  22. ac61cee Restore mutex lock for mbedtls_test_set_step() by Paul Elliott · 1 year, 6 months ago
  23. 0b2835d Fix accidental copy paste mistake by Paul Elliott · 1 year, 6 months ago
  24. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  25. 9efc602 Fix code style issues by Paul Elliott · 1 year, 6 months ago
  26. faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
  27. fad978b Fix race condition with test comparison functions by Paul Elliott · 1 year, 6 months ago
  28. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  29. ec3408d tests: ssl: Move setting of debug callback by Ronald Cron · 1 year, 7 months ago
  30. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  31. 3d2db89 Access the test data mutex via accessor by Paul Elliott · 1 year, 7 months ago
  32. e2f6662 Make test data static now it has accessors by Paul Elliott · 1 year, 7 months ago
  33. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  34. 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
  35. 62b6f10 test_driver_asymmetric_encryption: implement opaque [en/de]cryption functions by Valerio Setti · 1 year, 7 months ago
  36. 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
  37. c57f86e Add ticket creation time to TLS 1.2 session serialization by Ronald Cron · 1 year, 9 months ago
  38. 7b1921a Add endpoint in TLS 1.2 session serialization data by Ronald Cron · 1 year, 9 months ago
  39. 2c4264b Add hkdf_extract, hkdf_expand and ecjpake_to_pms cases by Kusumit Ghoderao · 1 year, 8 months ago
  40. 0710ac4 Add ability to exclude mutex from tests by Paul Elliott · 1 year, 7 months ago
  41. 6506426 Protect test info access with mutex by Paul Elliott · 1 year, 8 months ago
  42. c7a1e99 Move bignum flag for negative zero into test_info by Paul Elliott · 1 year, 9 months ago
  43. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 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. 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
  49. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  50. 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
  51. f1cacad Correctly use asymmetric encrypt/decrypt driver by Pengyu Lv · 1 year, 8 months ago
  52. 302a487 test_driver_key_management: rename counter for export_public_key() hits by Valerio Setti · 1 year, 8 months ago
  53. 829ce0f test_driver_cipher: add forced return status for encrypt and set_iv by Valerio Setti · 1 year, 8 months ago
  54. 7ef35a9 test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_update() by Valerio Setti · 1 year, 9 months ago
  55. 7448367 test_suite_psa_crypto_slot_management: modify check on open key slots by Valerio Setti · 1 year, 9 months ago
  56. 45337a8 test_suite_psa_crypto_driver_wrappers: add counter for cipher_update() by Valerio Setti · 1 year, 9 months ago
  57. 6ef82ae test_suite_psa_crypto_driver_wrappers: improving driver access counters by Valerio Setti · 1 year, 9 months ago
  58. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  59. 392ed3f Add better documentation for mbedtls_test_mutex_mutex by Paul Elliott · 1 year, 9 months ago
  60. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 9 months ago
  61. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  62. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  63. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  64. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  65. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  66. 9e25936 Rename mutex->is_valid to mutex->state by Paul Elliott · 1 year, 9 months ago
  67. 3774637 Make threading helpers tests thread safe by Paul Elliott · 1 year, 9 months ago
  68. 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
  69. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  70. fe03a40 ssl_helper: fix missin initialization of cli_log_obj by Pengyu Lv · 1 year, 9 months ago
  71. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  72. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  73. 3d59ebe ssl_helpers: remove CIPHER_C guards in mbedtls_test_ssl_build_transforms() by Valerio Setti · 1 year, 9 months ago
  74. 31ad3a1 ssl_helpers: allow mbedtls_test_ssl_build_transforms to work without CIPHER_C by Valerio Setti · 1 year, 9 months ago
  75. 34e9516 Add unit test for max_early_data_size of ticket by Jerry Yu · 2 years, 8 months ago
  76. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  77. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 11 months ago
  78. ae3cda9 Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_key by Gilles Peskine · 1 year, 11 months ago
  79. 9099d3f Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  80. 94d3190 Set input cost as 1 for psa_key_exercise test by Kusumit Ghoderao · 1 year, 11 months ago
  81. 7c61ffc Rename parse_binary_string function by Kusumit Ghoderao · 1 year, 11 months ago
  82. a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 2 years ago
  83. 33e1f42 Fix use of mbedtls_psa_safer_memcmp in test code by Dave Rodgman · 2 years ago
  84. ac7a04a Move parse_binary_string function to psa_crypto_helpers by Kusumit Ghoderao · 2 years ago
  85. f2334b7 Remove new bignum when not needed by Janos Follath · 2 years ago
  86. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  87. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  88. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  89. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  90. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  91. 93a8593 Remove remaining redundant casts by Agathiyan Bragadeesh · 2 years ago
  92. d298b76 Remove redundant casts by Agathiyan Bragadeesh · 2 years ago
  93. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  94. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  95. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  96. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  97. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  98. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  99. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  100. 2f017a8 Add enum casts in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago