1. 1e64f7a Use MBEDTLS_USE_PSA_CRYPTO macro guard for testing instead of MBEDTLS_PSA_CRYPTO_C by Gabor Mezei · 3 years, 5 months ago
  2. 892c4aa Update hkdf test cases to handle PSA code by Gabor Mezei · 3 years, 5 months ago
  3. 8d4bc5e Merge pull request #5481 from gabor-mezei-arm/5401_implement_hkdf_extract_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  4. 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  5. 88f3b2e Update old style test function parameter handling by Gabor Mezei · 3 years, 5 months ago
  6. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  7. c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  8. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  9. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  10. 73e91e1 Merge pull request #2229 from RonEld/fix_test_md_api_violation by Dave Rodgman · 3 years, 5 months ago
  11. c85f091 psa_crypto.c, test_suite_psa_crypto.function: fix style by Przemek Stekiel · 3 years, 5 months ago
  12. b6bdebd asymmetric_encrypt: handle forced output by Przemek Stekiel · 3 years, 5 months ago
  13. d5e5c8b asymmetric_encrypt: add remining test driver cases by Przemek Stekiel · 3 years, 5 months ago
  14. c9c967c Fix RSA sanity checks for asymmetric_encrypt by Gilles Peskine · 3 years, 5 months ago
  15. 44311f5 Merge pull request #5571 from superna9999/5162-pk-rsa-signing by Gilles Peskine · 3 years, 5 months ago
  16. 6bf5c8c Merge pull request #5506 from superna9999/4964-extend-psa-one-shot-multipart by Gilles Peskine · 3 years, 5 months ago
  17. 72373f3 WIP: Add asymmetric_encrypt test case by Przemek Stekiel · 3 years, 5 months ago
  18. 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
  19. fd4c259 Use PSA_INIT() in mac_multipart_internal_func() by Neil Armstrong · 3 years, 5 months ago
  20. 0df1ecd Fix test_suite_md API violation by Ron Eldor · 7 years ago
  21. 469fa95 Add the timing test dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
  22. 502da11 Initialize PSA crypto in test_suite_pk pk_rsa_decrypt_test_vec() when USE_PSA_CRYPTO is enabled by Neil Armstrong · 3 years, 6 months ago
  23. 5f8328b Initialize PSA crypto in test_suite_x509write for RSA signing tests by Neil Armstrong · 3 years, 6 months ago
  24. fe6da1c Fix style issues in mac_sign_verify_multi() by Neil Armstrong · 3 years, 5 months ago
  25. 052deb9 Merge pull request #5554 from tom-daubney-arm/fix_uninitialised_buffers_in_tests by Gilles Peskine · 3 years, 5 months ago
  26. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  27. 38df86c Simplyfy asymmetric_decrypt() test function by Przemek Stekiel · 3 years, 5 months ago
  28. 92e08fb Merge pull request #5475 from miudr/fix_issue_5140 by Gilles Peskine · 3 years, 5 months ago
  29. 4400be4 Adapt test cases for invalid bits with and without ECC keys enabled by Przemek Stekiel · 3 years, 5 months ago
  30. dcab6cc Return PSA_ERROR_INVALID_ARGUMENT for a public key, and PSA_ERROR_NOT_SUPPORTED for a type that is not handled. by Przemek Stekiel · 3 years, 5 months ago
  31. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  32. 60234f8 Revert "Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences" by Neil Armstrong · 3 years, 5 months ago
  33. 9c656ec Fix unused function warning by Gilles Peskine · 3 years, 5 months ago
  34. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 7 months ago
  35. 3ccd08b Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences by Neil Armstrong · 3 years, 5 months ago
  36. ee9686b Fix style issue in hash_setup() by Neil Armstrong · 3 years, 5 months ago
  37. aeaa4f0 Code optimization by Przemyslaw Stekiel · 3 years, 6 months ago
  38. f6c2c87 Fix ECC derivation tests by Przemyslaw Stekiel · 3 years, 8 months ago
  39. 7b6e61a Add test vectors for ECC key excercise by Przemyslaw Stekiel · 3 years, 8 months ago
  40. 50fcc53 Add Weierstrass curve/bits consistancy check + negative test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
  41. 02cf12f Enable tests for Montgomery curves by Przemyslaw Stekiel · 3 years, 8 months ago
  42. 8590f3b Enable related test vectors by Przemyslaw Stekiel · 3 years, 8 months ago
  43. 696b120 Add tests for ECC key derivation by Przemyslaw Stekiel · 3 years, 9 months ago
  44. 66a479f Add Cipher Decrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  45. d8dba4e Add Cipher Encrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  46. 3ee335d Add Cipher Encrypt multi-part case by Neil Armstrong · 3 years, 6 months ago
  47. 752d811 Add AEAD Key Policy check multi-part cases by Neil Armstrong · 3 years, 6 months ago
  48. 78aeaf8 Add Cipher Key Policy check one-shot cases by Neil Armstrong · 3 years, 6 months ago
  49. 3af9b97 Add Multipart Message authentication Compute & Verify cases by Neil Armstrong · 3 years, 6 months ago
  50. ca30a00 Add Multipart Hash Compute & Compare tests by Neil Armstrong · 3 years, 6 months ago
  51. 55a1be1 Add Multipart Hash Compare fail tests by Neil Armstrong · 3 years, 6 months ago
  52. 161ec5c Add Multipart Hash Compute fail tests by Neil Armstrong · 3 years, 6 months ago
  53. edb2086 Add One-Shot Hash setup test by Neil Armstrong · 3 years, 6 months ago
  54. d9fa999 Extend test coverage for transparent driver decryption. by Przemyslaw Stekiel · 3 years, 6 months ago
  55. 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
  56. e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  57. 4fded13 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  58. c5efb8e Use PSA error code by Gabor Mezei · 3 years, 6 months ago
  59. 5d7d201 Update test by Gabor Mezei · 3 years, 6 months ago
  60. ebc9368 typo by Gabor Mezei · 3 years, 6 months ago
  61. 298a2d6 Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
  62. 62bf024 Make the mbedtls_psa_hkdf_extract function more PSA compatible by Gabor Mezei · 3 years, 6 months ago
  63. 73cb6f5 Add tests for mbedtls_psa_hkdf_extrct by Gabor Mezei · 3 years, 6 months ago
  64. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  65. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
  66. 1255b0d Positive unit testing for SSL context version functions by Gilles Peskine · 3 years, 7 months ago
  67. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  68. 4901978 Modifies data files to match new test function name by Thomas Daubney · 3 years, 6 months ago
  69. 9b545c0 Merge pull request #5520 from gabor-mezei-arm/5402_implement_hkdf_expand_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  70. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  71. 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
  72. 5dcbc4d Changes name of iv_check to iv_len_validity by Thomas Daubney · 3 years, 6 months ago
  73. 0bd08e7 Initialise buffer before use by Thomas Daubney · 3 years, 6 months ago
  74. cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  75. 3a066ec Initialise iv buffer before use by Thomas Daubney · 3 years, 6 months ago
  76. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  77. 4fa604c Merge pull request #5511 from SiliconLabs/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0 by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  78. 32048a6 pk_verify_ext: introduce more tests for signature length mismatches by Andrzej Kurek · 3 years, 6 months ago
  79. d917081 Typo by Gabor Mezei · 3 years, 6 months ago
  80. 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  81. 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  82. 853ad7b Use macros in tests for PSA init/deinit routines by Andrzej Kurek · 3 years, 6 months ago
  83. bebeae9 Merge pull request #5504 from gstrauss/mbedtls_pem_get_der by Gilles Peskine · 3 years, 6 months ago
  84. b35759d Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  85. 7db1b78 Make RSA-PSS verification use PSA with MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 6 months ago
  86. 748ab4a Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
  87. 1df23b9 Check the result of PEM decoding by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  88. 33ab075 Add success case for pem_read testing by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  89. 72bd4e4 Add accessor to get buf from mbedtls_pem_context by Glenn Strauss · 3 years, 6 months ago
  90. 443c78e BUGFIX: PSA test vectors use UID 1 instead of 0. by pespacek · 3 years, 6 months ago
  91. d62e906 TEST: added psa_its_set expected failure test by pespacek · 3 years, 6 months ago
  92. 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  93. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  94. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  95. 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  96. 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
  97. 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
  98. d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
  99. f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
  100. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago