1. 9aa4fa9 generate_test_keys: generate also look-up table in script by Valerio Setti · 1 year, 4 months ago
  2. 7031a4e generate_test_keys: generate arrays for all keys in asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  3. 59c614b generate_test_keys: generate also RSA public key arrays by Valerio Setti · 1 year, 4 months ago
  4. 862d14e generate_test_keys: minor improvements by Valerio Setti · 1 year, 4 months ago
  5. 6bda5f5 generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  6. 3e22bf2 generate_test_keys.py: minor improvements by Valerio Setti · 1 year, 4 months ago
  7. 7126ba5 test_suite_pk: add python script to generate predefined keys by Valerio Setti · 1 year, 4 months ago
  8. 5670813 test_suite_pk: use look-up table instead of file for the predefined keys by Valerio Setti · 1 year, 4 months ago
  9. 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
  10. 44ccc87 Merge pull request #8924 from Ryan-Everett-arm/threading-same-key-tests by Paul Elliott · 1 year, 5 months ago
  11. 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
  12. 6de38ac Add missing PSA_ASSERT in mbedtls_test_psa_raw_key_agreement_with_self by Ryan Everett · 1 year, 5 months ago
  13. 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
  14. 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
  15. 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
  16. fbf815d Add key_destroyable parameter to key export smoke tests by Ryan Everett · 1 year, 5 months ago
  17. 73e4ea3 Add key_destroyable parameter to non-raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  18. 13beaa2 psa_crypto_stubs: extend stub functions for the CRYPTO_CLIENT tests by Valerio Setti · 1 year, 5 months ago
  19. 8163028 Add key_destroyable parameter to raw key agreement smoke tests by Ryan Everett · 1 year, 5 months ago
  20. c1cc668 Add key_destroyable parameter to key derivation smoke tests by Ryan Everett · 1 year, 5 months ago
  21. d48fc10 Add key_destroyable parameter to exercise_asymmetric_encryption_key by Ryan Everett · 1 year, 5 months ago
  22. 6edd408 Add key_destroyable parameter to exercise_signature_key by Ryan Everett · 1 year, 5 months ago
  23. fbe703d Add key_destroyable parameter to exercise_aead_key by Ryan Everett · 1 year, 5 months ago
  24. 70691f3 Add key_destroyable parameter to psa_exercise_cipher_key by Ryan Everett · 1 year, 5 months ago
  25. 7763550 Add key_destroyable parameter to exercise_mac_key by Ryan Everett · 1 year, 5 months ago
  26. f08a93f Add key_destroyable parameter to check_key_attributes_sanity by Ryan Everett · 1 year, 5 months ago
  27. 0a271fd Add key_destroyable parameter to mbedtls_test_psa_exercise_key by Ryan Everett · 1 year, 5 months ago
  28. af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  29. 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
  30. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  31. 8462146 Merge pull request #8867 from gilles-peskine-arm/psa_key_attributes-remove_core by Gilles Peskine · 1 year, 5 months ago
  32. 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
  33. ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
  34. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  35. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  36. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  37. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  38. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  39. a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
  40. ca21b24 Merge pull request #8840 from gilles-peskine-arm/domain_parameters-remove by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8840-f4a200f106f4203322fcfc141c50cd2645021272
  41. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  42. f4a200f Merge pull request #8838 from paul-elliott-arm/improve_test_data_accessors by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8838-0f63028809e775eb068b3575a1fd36f1ed917ff0
  43. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  44. 9011dae Improve documentation / comments by Paul Elliott · 1 year, 5 months ago
  45. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  46. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  47. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  48. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  49. ba536dc Lock test mutex before doing mutex usage check by Paul Elliott · 1 year, 6 months ago
  50. 114ed5e Fix missing mutex lock for mutex usage error by Paul Elliott · 1 year, 6 months ago
  51. 264e210 Rename internal test info data accessors by Paul Elliott · 1 year, 6 months ago
  52. f50cd59 Fix encrypt/decrypt confusion by Gilles Peskine · 1 year, 6 months ago
  53. e66c841 Make internal test info accessor functions static. by Paul Elliott · 1 year, 6 months ago
  54. e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  55. 9718203 Fix deadlock with test failures by Paul Elliott · 1 year, 6 months ago
  56. 3495567 Don't exercise if the algorithm is not supported by Gilles Peskine · 1 year, 6 months ago
  57. fdb809e exercise_key: fix asymmetric encrypt/decrypt with >2028-bit RSA by Gilles Peskine · 1 year, 6 months ago
  58. 4781bd9 exercise_key: allow SIGN_MESSAGE/VERIFY_MESSAGE with PSA_ALG_ANY_HASH by Gilles Peskine · 1 year, 6 months ago
  59. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  60. c7fa82e tests: ssl: Improve test parameter sanity check by Ronald Cron · 1 year, 6 months ago
  61. 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
  62. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  63. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  64. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  65. b4ad3e7 tests: ssl: First reset to all zeroes options in init by Ronald Cron · 1 year, 6 months ago
  66. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  67. f20728e Fix missed case for removing accessor by Paul Elliott · 1 year, 6 months ago
  68. ac61cee Restore mutex lock for mbedtls_test_set_step() by Paul Elliott · 1 year, 6 months ago
  69. 0b2835d Fix accidental copy paste mistake by Paul Elliott · 1 year, 6 months ago
  70. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  71. 9efc602 Fix code style issues by Paul Elliott · 1 year, 6 months ago
  72. faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
  73. fad978b Fix race condition with test comparison functions by Paul Elliott · 1 year, 6 months ago
  74. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  75. ec3408d tests: ssl: Move setting of debug callback by Ronald Cron · 1 year, 7 months ago
  76. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  77. 3d2db89 Access the test data mutex via accessor by Paul Elliott · 1 year, 7 months ago
  78. e2f6662 Make test data static now it has accessors by Paul Elliott · 1 year, 7 months ago
  79. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  80. 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
  81. 62b6f10 test_driver_asymmetric_encryption: implement opaque [en/de]cryption functions by Valerio Setti · 1 year, 7 months ago
  82. 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
  83. c57f86e Add ticket creation time to TLS 1.2 session serialization by Ronald Cron · 1 year, 9 months ago
  84. 7b1921a Add endpoint in TLS 1.2 session serialization data by Ronald Cron · 1 year, 9 months ago
  85. 2c4264b Add hkdf_extract, hkdf_expand and ecjpake_to_pms cases by Kusumit Ghoderao · 1 year, 8 months ago
  86. 0710ac4 Add ability to exclude mutex from tests by Paul Elliott · 1 year, 7 months ago
  87. 6506426 Protect test info access with mutex by Paul Elliott · 1 year, 8 months ago
  88. c7a1e99 Move bignum flag for negative zero into test_info by Paul Elliott · 1 year, 9 months ago
  89. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  90. 3a4d2f1 Add test thread create/join abstraction by Paul Elliott · 1 year, 8 months ago
  91. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  92. 5c498f3 Use mbedtls_test_info accessors internally as well by Paul Elliott · 1 year, 9 months ago
  93. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  94. 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
  95. 049cd30 Refactor record size limit extension handling by Waleed Elmelegy · 1 year, 8 months ago
  96. 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
  97. f1cacad Correctly use asymmetric encrypt/decrypt driver by Pengyu Lv · 1 year, 8 months ago
  98. 302a487 test_driver_key_management: rename counter for export_public_key() hits by Valerio Setti · 1 year, 8 months ago
  99. 829ce0f test_driver_cipher: add forced return status for encrypt and set_iv by Valerio Setti · 1 year, 8 months ago
  100. 7ef35a9 test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_update() by Valerio Setti · 1 year, 9 months ago