- 200b47b Add more tests for CertificateRequest by Jerry Yu · 3 years, 6 months ago
- 960bc28 Add tests for no middlebox mode by Jerry Yu · 3 years, 6 months ago
- 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
- e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 860429f Add version number debug check to the GnuTLS interop test as well by Gilles Peskine · 3 years, 6 months ago
- 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
- 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
- c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
- 1255b0d Positive unit testing for SSL context version functions by Gilles Peskine · 3 years, 7 months ago
- 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
- 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
- baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
- 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
- 6331909 remove ifndef guard by Jerry Yu · 3 years, 6 months ago
- 81d5e1f fix various issues by Jerry Yu · 3 years, 6 months ago
- da5af22 tls13_only: add tls13_only test component by Jerry Yu · 3 years, 8 months ago
- ab08290 tls13_only: skip tls12 tests. by Jerry Yu · 3 years, 8 months ago
- 8a49720 tls13_only: tls 1.3 suite pass by Jerry Yu · 3 years, 8 months ago
- c10f6b4 tls13_only: simple test pass by Jerry Yu · 3 years, 8 months ago
- cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
- 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
- 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
- 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 32048a6 pk_verify_ext: introduce more tests for signature length mismatches by Andrzej Kurek · 3 years, 6 months ago
- d917081 Typo by Gabor Mezei · 3 years, 6 months ago
- 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
- 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
- a7a1dea Merge pull request #5393 from gilles-peskine-arm/opt-testcases-outcomes-fix by Ronald Cron · 3 years, 6 months ago
- 853ad7b Use macros in tests for PSA init/deinit routines by Andrzej Kurek · 3 years, 6 months ago
- 135427c Run TLS 1.3 tests when MBEDTLS_USE_PSA_CRYPTO is enabled by Ronald Cron · 3 years, 7 months ago
- bebeae9 Merge pull request #5504 from gstrauss/mbedtls_pem_get_der by Gilles Peskine · 3 years, 6 months ago
- b35759d Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
- e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
- 7db1b78 Make RSA-PSS verification use PSA with MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 6 months ago
- 748ab4a Use ASSERT_ALLOC by Gabor Mezei · 3 years, 6 months ago
- 6ca6faa Merge pull request #5080 from xffbai/add-tls13-read-certificate-request by Ronald Cron · 3 years, 6 months ago
- 1df23b9 Check the result of PEM decoding by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 33ab075 Add success case for pem_read testing by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 72bd4e4 Add accessor to get buf from mbedtls_pem_context by Glenn Strauss · 3 years, 6 months ago
- 443c78e BUGFIX: PSA test vectors use UID 1 instead of 0. by pespacek · 3 years, 6 months ago
- d62e906 TEST: added psa_its_set expected failure test by pespacek · 3 years, 6 months ago
- 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
- d81e774 Merge pull request #5463 from gilles-peskine-arm/cmake-test-suite-enumeration by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 827dbd9 Remove obsolete calls to if_build_succeeded by Gilles Peskine · 3 years, 6 months ago
- c1247c0 Remove obsolete variable restoration or unset at the end of a component by Gilles Peskine · 3 years, 6 months ago
- 3bc3409 Remove obsolete cd at the end of a component by Gilles Peskine · 3 years, 6 months ago
- a300099 Stop CMake out of source tests running on 16.04 (continued) by Gilles Peskine · 3 years, 6 months ago
- 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
- ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
- 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
- 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
- 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
- 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
- f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
- 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
- 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
- 2cb59df ssl-opt.sh: remove cipher context assertions (redundant when psa crypto is enabled) by Przemyslaw Stekiel · 3 years, 6 months ago
- 4a36dd3 ssl test ssl_decrypt_non_etm_cbc(): add missing ret check by Przemyslaw Stekiel · 3 years, 6 months ago
- f4ca3f0 ssl test build_transforms(): in psa mode distinguish encrypt/decrypt keys by Przemyslaw Stekiel · 3 years, 6 months ago
- f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
- f4b3f08 test_suite_ssl.data: remove redundant test cases(short tag + GCM) by Przemyslaw Stekiel · 3 years, 7 months ago
- 5b2de0c test_suite_ssl.data: remove redundant test cases by Przemyslaw Stekiel · 3 years, 7 months ago
- 93cf4ee Adapt test_suite_ssl for psa crypto by Przemyslaw Stekiel · 3 years, 7 months ago
- a909061 Refine HRR parse successfully message in test cases by XiaokangQian · 3 years, 6 months ago
- 7bae3b6 Add more ciphersuites into test cases for hrr by XiaokangQian · 3 years, 6 months ago
- 355e09a Change code base on comments by XiaokangQian · 3 years, 7 months ago
- 78b1fa7 Update code base on comments by XiaokangQian · 3 years, 7 months ago
- 6db08dd Change ssl-opt.sh to make hrr tests pass by XiaokangQian · 3 years, 7 months ago
- 0b56a8f Replace curve_list with group_list and add update test scripts by XiaokangQian · 3 years, 8 months ago
- 69fcd39 Update CertificateRequest tests and the parsing function by Xiaofei Bai · 3 years, 7 months ago
- 5d8598e update certificate request tests by Xiaofei Bai · 3 years, 7 months ago
- a18fb9d Fix string/regexp backslash escapes by Gilles Peskine · 3 years, 6 months ago
- cd55fe0 Remove accidental use of a feature that doesn't exist in CMake 3.5 by Gilles Peskine · 3 years, 6 months ago
- 29080e8 CMake: generate the list of test suites automatically by Gilles Peskine · 3 years, 6 months ago
- 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago
- c6753a6 Merge pull request #5363 from AndrzejKurek/clarify-testing-set-nonce-set-lengths by Gilles Peskine · 3 years, 6 months ago
- 24479b3 Merge pull request #5395 from gilles-peskine-arm/ssl-opt-self-signed-positive by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- ff743a7 Merge pull request #5425 from gabor-mezei-arm/5181_tls_cipher_extend_testing_of_tickets by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6eef563 Add tests for accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
- 6d6d93e Merge pull request #5350 from AndrzejKurek/psa-aead-invalid-tag-lengths-setup by Gilles Peskine · 3 years, 7 months ago
- c191add Merge pull request #5267 from mprse/mac_multipart by Gilles Peskine · 3 years, 7 months ago
- fe271b9 Merge pull request #5253 from AndrzejKurek/chacha-iv-len-16-fixes by Gilles Peskine · 3 years, 7 months ago
- daaf38b Remove multipart part from mac_verify test case by Przemyslaw Stekiel · 3 years, 8 months ago
- 6ec59f8 Add mac_verify_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
- 1af1983 Remove multipart part from mac_sign test case by Przemyslaw Stekiel · 3 years, 8 months ago
- f47b8d3 Add mac_sign_multipart test case + test data by Przemyslaw Stekiel · 3 years, 8 months ago
- f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 8 months ago
- 031df4a Clarify test descriptions by Andrzej Kurek · 3 years, 7 months ago
- e5f94fb PSA AEAD: test long plaintext lengths for psa_set_lengths by Andrzej Kurek · 3 years, 7 months ago
- 1e8e174 PSA AEAD: test more combinations of set_nonce and set_lengths by Andrzej Kurek · 3 years, 7 months ago
- a2ce72e Test calling psa_aead_set_lengths and set_nonce in various order by Andrzej Kurek · 3 years, 7 months ago
- 01005b9 Restructure test-ref-configs to test with USE_PSA_CRYPTO turned on by Andrzej Kurek · 3 years, 7 months ago
- 77b8e09 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
- ad2b8b5 Fix a dependence in chacha cipher test suite by Andrzej Kurek · 3 years, 7 months ago
- ee8b57f Add missing dependency on MBEDTLS_GCM_C in cipher tests by Andrzej Kurek · 3 years, 7 months ago
- 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago