1. 4fded13 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  2. c5efb8e Use PSA error code by Gabor Mezei · 3 years, 6 months ago
  3. 5d7d201 Update test by Gabor Mezei · 3 years, 6 months ago
  4. ebc9368 typo by Gabor Mezei · 3 years, 6 months ago
  5. 298a2d6 Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
  6. 62bf024 Make the mbedtls_psa_hkdf_extract function more PSA compatible by Gabor Mezei · 3 years, 6 months ago
  7. 73cb6f5 Add tests for mbedtls_psa_hkdf_extrct by Gabor Mezei · 3 years, 6 months ago
  8. 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
  9. 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
  10. baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
  11. 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
  12. cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  13. 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
  14. 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
  15. d917081 Typo by Gabor Mezei · 3 years, 6 months ago
  16. 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
  17. bebeae9 Merge pull request #5504 from gstrauss/mbedtls_pem_get_der by Gilles Peskine · 3 years, 6 months ago
  18. b35759d Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
  19. 748ab4a Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
  20. 1df23b9 Check the result of PEM decoding by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  21. 33ab075 Add success case for pem_read testing by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  22. 72bd4e4 Add accessor to get buf from mbedtls_pem_context by Glenn Strauss · 3 years, 6 months ago
  23. 443c78e BUGFIX: PSA test vectors use UID 1 instead of 0. by pespacek · 3 years, 6 months ago
  24. d62e906 TEST: added psa_its_set expected failure test by pespacek · 3 years, 6 months ago
  25. 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  26. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  27. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  28. 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  29. 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
  30. 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
  31. d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
  32. f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
  33. 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  34. 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
  35. 89dad93 Rename psa_status_to_mbedtls->ssl_psa_status_to_mbedtls and add conversion for PSA_ERROR_INVALID_SIGNATURE by Przemyslaw Stekiel · 3 years, 6 months ago
  36. 4a36dd3 ssl test ssl_decrypt_non_etm_cbc(): add missing ret check by Przemyslaw Stekiel · 3 years, 6 months ago
  37. f4ca3f0 ssl test build_transforms(): in psa mode distinguish encrypt/decrypt keys by Przemyslaw Stekiel · 3 years, 6 months ago
  38. f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
  39. f4b3f08 test_suite_ssl.data: remove redundant test cases(short tag + GCM) by Przemyslaw Stekiel · 3 years, 7 months ago
  40. 5b2de0c test_suite_ssl.data: remove redundant test cases by Przemyslaw Stekiel · 3 years, 7 months ago
  41. 93cf4ee Adapt test_suite_ssl for psa crypto by Przemyslaw Stekiel · 3 years, 7 months ago
  42. c6753a6 Merge pull request #5363 from AndrzejKurek/clarify-testing-set-nonce-set-lengths by Gilles Peskine · 3 years, 6 months ago
  43. 6d6d93e Merge pull request #5350 from AndrzejKurek/psa-aead-invalid-tag-lengths-setup by Gilles Peskine · 3 years, 7 months ago
  44. c191add Merge pull request #5267 from mprse/mac_multipart by Gilles Peskine · 3 years, 7 months ago
  45. fe271b9 Merge pull request #5253 from AndrzejKurek/chacha-iv-len-16-fixes by Gilles Peskine · 3 years, 7 months ago
  46. daaf38b Remove multipart part from mac_verify test case by Przemyslaw Stekiel · 3 years, 8 months ago
  47. 6ec59f8 Add mac_verify_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
  48. 1af1983 Remove multipart part from mac_sign test case by Przemyslaw Stekiel · 3 years, 8 months ago
  49. f47b8d3 Add mac_sign_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
  50. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
  51. 031df4a Clarify test descriptions by Andrzej Kurek · 3 years, 7 months ago
  52. e5f94fb PSA AEAD: test long plaintext lengths for psa_set_lengths by Andrzej Kurek · 3 years, 7 months ago
  53. 1e8e174 PSA AEAD: test more combinations of set_nonce and set_lengths by Andrzej Kurek · 3 years, 7 months ago
  54. a2ce72e Test calling psa_aead_set_lengths and set_nonce in various order by Andrzej Kurek · 3 years, 7 months ago
  55. 77b8e09 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  56. ad2b8b5 Fix a dependence in chacha cipher test suite by Andrzej Kurek · 3 years, 7 months ago
  57. ee8b57f Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
  58. d2da19b Merge pull request #5380 from AndrzejKurek/key-id-encodes-owner-psa-fixes by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  59. a15503f Merge pull request #5344 from AndrzejKurek/psa-aead-more-generate-nonce-combinations by Manuel Pégourié-Gonnard · 3 years, 7 months ago
  60. b9fbc11 Dynamically allocate iv in dec_empty_buf tests by Andrzej Kurek · 3 years, 7 months ago
  61. 8be8e4a Add a missing test case to ChaCha20 tests - decrypt empty buffer by Andrzej Kurek · 3 years, 8 months ago
  62. 63439ed Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  63. 33ca6af Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  64. 08f3465 Return the same error in multipart and single shot AEAD by Bence Szépkúti · 3 years, 8 months ago
  65. dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
  66. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  67. b8c3301 Revert "Add generated files" by Dave Rodgman · 3 years, 8 months ago
  68. ad83752 PSA AEAD: test more combinations of generate_nonce and set_lengths by Andrzej Kurek · 3 years, 8 months ago
  69. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  70. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  71. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  72. a5c1851 Merge pull request #5155 from paul-elliott-arm/pcks12_fix by Gilles Peskine · 3 years, 8 months ago
  73. 6e7deb1 Add expected output for tests by Paul Elliott · 3 years, 8 months ago
  74. 2331fdb Merge pull request #5293 from ronald-cron-arm/tls13-mvp-misc by Ronald Cron · 3 years, 8 months ago
  75. dc8ecda Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
  76. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  77. fe051f6 Merge pull request #5297 from paul-elliott-arm/test_suite_cipher_returns by Gilles Peskine · 3 years, 8 months ago
  78. 0cf7e38 Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
  79. 46a6c20 Add checked returns to tests without them. by Paul Elliott · 3 years, 8 months ago
  80. d5b2a59 Merge pull request #5047 from paul-elliott-arm/psa-m-aead-ccm by Gilles Peskine · 3 years, 8 months ago
  81. d7d740e Merge pull request #5236 from gabor-mezei-arm/4926_base64_move_constant-time_functions by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  82. 37ec16b Add explanation for workaround in test code by Paul Elliott · 3 years, 8 months ago
  83. 3938fef Indicate set nonce negative test failure reasons by Paul Elliott · 3 years, 8 months ago
  84. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  85. 3921134 Merge pull request #5263 from ronald-cron-arm/psa-test-driver_3.x by Gilles Peskine · 3 years, 8 months ago
  86. 8c8cea2 Merge pull request #5166 from xffbai/code-align by Ronald Cron · 3 years, 8 months ago
  87. c9586db tests: psa: Add dependencies on built-in hash by Ronald Cron · 3 years, 10 months ago
  88. d21e6b7 tests: psa: Fix the dependencies on some driver wrappers fallback tests by Ronald Cron · 4 years, 4 months ago
  89. ae4a690 tests: psa: Fix MD5 support not available dependencies by Ronald Cron · 3 years, 10 months ago
  90. 18cd8db tests: ssl: Add misssing dependencies on SHA-1 by Ronald Cron · 3 years, 10 months ago
  91. 40e46cf tests: psa: Remove wrong test function dependencies by Ronald Cron · 4 years, 4 months ago
  92. 1bbf6d6 Merge pull request #5149 from mfil/feature/additional_cipher_info_getters by Gilles Peskine · 3 years, 8 months ago
  93. d25fab6 Update based on comments by Xiaofei Bai · 3 years, 8 months ago
  94. 4768a30 Simplify Input usage macros by Paul Elliott · 3 years, 8 months ago
  95. df00695 Rename (and relabel) pkcs12 test case by Paul Elliott · 3 years, 8 months ago
  96. 3584ae4 Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
  97. 72abd8a Fix type for iv size and block size in tests by Max Fillinger · 3 years, 8 months ago
  98. d77b86c Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  99. 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  100. b8d7892 Rename functions to have suitable name by Gabor Mezei · 3 years, 9 months ago