- 83e60ee tests: fix bitflip comment by Andrzej Kurek · 3 years, 4 months ago
- 57f58b0 Prefer TEST_EQUAL over TEST_ASSERT in test suites by Andrzej Kurek · 3 years, 4 months ago
- b4f874d raw_key_agreement_fail: Add a nominal run by Gilles Peskine · 3 years, 4 months ago
- 6cbc998 Remove redundant empty slot count check by Gilles Peskine · 3 years, 4 months ago
- 28f883e Remove RSA & DTLS dependency in raw key agreement test by Andrzej Kurek · 3 years, 4 months ago
- cb33bc5 Change the bit to flip to guarantee failure by Andrzej Kurek · 3 years, 4 months ago
- 39d88d4 Change the number of expected free key slots by Andrzej Kurek · 3 years, 4 months ago
- 41b7e66 Tests: add missing requirements for the raw key agreement test by Andrzej Kurek · 3 years, 5 months ago
- cc28e9a Tests: add missing group termination by Andrzej Kurek · 3 years, 5 months ago
- 65ded56 Update raw key agreement test dependencies by Andrzej Kurek · 3 years, 5 months ago
- b342782 Test failing raw_key_agreement in ssl mock tests by Andrzej Kurek · 3 years, 5 months ago
- 74394a5 Add a group_list argument to mocked ssl tests by Andrzej Kurek · 3 years, 5 months ago
- 1c7c596 Merge pull request #5683 from paul-elliott-arm/fix_pk_test by Gilles Peskine · 3 years, 4 months ago
- c82f62e Merge pull request #4907 from gilles-peskine-arm/config-baremetal-size-3.0 by Gilles Peskine · 3 years, 4 months ago
- de68e39 Merge pull request #5568 from superna9999/5159-pk-rsa-verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
- 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 6a25159 Merge pull request #5648 from gabor-mezei-arm/5403_hkdf_use_internal_psa_implementations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 02758a5 Add tls CID tests by Paul Elliott · 3 years, 5 months ago
- cbd7bfd ssl-opt.sh: Force TLS 1.2 on server for TLS 1.2 specific tests by Ronald Cron · 3 years, 4 months ago
- 634d865 ssl-opt.sh: Fix "no TLS 1.3 server support" test check by Ronald Cron · 3 years, 4 months ago
- ff59a34 Prevent free of uninitialised variables by Paul Elliott · 3 years, 4 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
- 37bdaab tls: Simplify the logic of the config version check and test it by Ronald Cron · 3 years, 4 months ago
- 56d5127 Initialize PSA crypto in test_suite_pk for RSA verify tests by Neil Armstrong · 3 years, 6 months ago
- 3304f25 Merge pull request #5653 from paul-elliott-arm/handshake_over by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 3cec8e8 tests: Init PSA crypto if TLS 1.3 is enabled by Ronald Cron · 3 years, 4 months ago
- a1b8f6e ssl-opt.sh: Do not force TLS 1.3 on client by Ronald Cron · 3 years, 5 months ago
- f3b425b ssl-opt.sh: Force TLS 1.2 on server by Ronald Cron · 3 years, 5 months ago
- f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
- e1d3f06 Allow hybrid TLS 1.3 + TLS 1.2 configuration by Ronald Cron · 3 years, 6 months ago
- 7320e64 ssl_tls12_client.c: Switch to generic Client Hello state handler by Ronald Cron · 3 years, 5 months ago
- 27c85e7 ssl_tls.c: Unify TLS 1.2 and TLS 1.3 SSL state logs by Ronald Cron · 3 years, 5 months ago
- 571f118 Merge pull request #5642 from mprse/ecp_export by Paul Elliott · 3 years, 4 months ago
- 1c41501 Merge pull request #5632 from tom-cosgrove-arm/seclib-667-sha512-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 4 months ago
- 086ee0b ssl_tls.c: Reject TLS 1.3 version configuration for server by Ronald Cron · 3 years, 5 months ago
- de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
- 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
- 39f2f73 Merge pull request #5630 from ronald-cron-arm/restore-full-compat-testing by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- e44d8e7 Merge pull request #5369 from xkqian/add_2nd_client_hello by Ronald Cron · 3 years, 4 months ago
- 5c25262 Move MAC-ALL to self._ciphs in ssl-opt.sh by XiaokangQian · 3 years, 4 months ago
- 6a478ef mbedtls_ecp_group_cmp: change names of parameters to more suitable by Przemek Stekiel · 3 years, 4 months ago
- 2e17fb8 Change code base on comments by XiaokangQian · 3 years, 4 months ago
- ed6d658 Use hash algoritm for parameter instead of HMAC by Gabor Mezei · 3 years, 4 months ago
- 07732f7 Translate from mbedtls_md_type_t to psa_algorithm_t by Gabor Mezei · 3 years, 4 months ago
- 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 5 months ago
- 618955d compat.sh: Fix check for OpenSSL support by Ronald Cron · 3 years, 5 months ago
- 2c74ff6 compat.sh: Restore full TLS compatibility testing by Ronald Cron · 3 years, 5 months ago
- a193144 Update hrr test cases generation code without change class by XiaokangQian · 3 years, 4 months ago
- eff93f9 Rebase code to latest and solve conflicts by XiaokangQian · 3 years, 5 months ago
- 8031ba7 Update code base on comments by XiaokangQian · 3 years, 5 months ago
- cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 83f8188 Update test cases in tls13-compat.sh by XiaokangQian · 3 years, 5 months ago
- 68a87e4 Remove the option r in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 5 months ago
- 2043897 Change comments and styles base on review by XiaokangQian · 3 years, 5 months ago
- af56fd3 Disable some reported warnings in pylint by XiaokangQian · 3 years, 5 months ago
- b9cd73f Fix errors from pylint by XiaokangQian · 3 years, 5 months ago
- 7069cbc generate all tls13 hrr test cases for compatible mode by XiaokangQian · 3 years, 5 months ago
- 42d5e51 Make test function name more accurate by Paul Elliott · 3 years, 5 months ago
- 27b0d94 Use mbedtls_ssl_is_handshake_over() by Paul Elliott · 3 years, 5 months ago
- 72d81e5 Add cert_sig_algs into offered list by Jerry Yu · 3 years, 5 months ago
- 7de7985 Add cert_sig_algs for compat generate script by Jerry Yu · 3 years, 5 months ago
- 226aca1 Fix running of all.sh on macOS by Tom Cosgrove · 3 years, 5 months ago
- 87fbfb5 SECLIB-667: Accelerate SHA-512 with A64 crypto extensions by Tom Cosgrove · 3 years, 5 months ago
- f8aa9a4 fix various issues by Jerry Yu · 3 years, 5 months ago
- 5fb7d17 Replace rsakey to 2048bits for test by Jerry Yu · 3 years, 5 months ago
- cef3f33 Guard rsa sig algs with rsa_c and pkcs1_v{15,21} by Jerry Yu · 3 years, 5 months ago
- 701656f fix redefine error by Jerry Yu · 3 years, 5 months ago
- e2c8825 Add pk_sign_ext unit tests by Jerry Yu · 3 years, 5 months ago
- 5512ad9 fix genkey fail by Jerry Yu · 3 years, 5 months ago
- 92339d2 Add more unit test for pk_sign_ext by Jerry Yu · 3 years, 5 months ago
- b3bfe9f Add verify for pk_sign_ext test by Jerry Yu · 3 years, 5 months ago
- 5a0afc8 fix test fail for pk_sign_ext by Jerry Yu · 3 years, 5 months ago
- 20f9f81 Remove use_psa_crypto in test scripts by Jerry Yu · 3 years, 5 months ago
- 1f45b67 Add unit tests by Jerry Yu · 3 years, 5 months ago
- 79c0041 Add PSA && TLS1_3 check_config by Jerry Yu · 3 years, 5 months ago
- 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 6 months ago
- 919130c Add rsa_pss_rsae_sha256 support by Jerry Yu · 3 years, 5 months ago
- 1e64f7a Use MBEDTLS_USE_PSA_CRYPTO macro guard for testing instead of MBEDTLS_PSA_CRYPTO_C by Gabor Mezei · 3 years, 5 months ago
- 892c4aa Update hkdf test cases to handle PSA code by Gabor Mezei · 3 years, 5 months ago
- 21bbb7a Add simple test to ensure accessor is working by Paul Elliott · 3 years, 5 months ago
- b9af2db Add accessor for timing final delay by Paul Elliott · 3 years, 5 months ago
- f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- a677b5f Fix minor issues by Przemek Stekiel · 3 years, 5 months ago
- c23d2e3 Wrap unused declaration in #if/#endif when USE_PSA is set in x509_csr_check() by Neil Armstrong · 3 years, 5 months ago
- 4b30feb Add test for ECP export by Przemek Stekiel · 3 years, 5 months ago
- 0ab7a23 Add non-PSA and PSA variant of test_XXXX_constant_flow all.sh tests by Neil Armstrong · 3 years, 5 months ago
- 8f92bf3 Only make PSA HMAC key exportable when NULL or CBC & not EtM in build_transforms() by Neil Armstrong · 3 years, 5 months ago
- 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
- 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 7c92fe9 Merge pull request #5614 from gabor-mezei-arm/5203_tls_cipher_tickets_use_psa_for_protection by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 88f3b2e Update old style test function parameter handling by Gabor Mezei · 3 years, 5 months ago
- 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
- 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
- c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
- 49c8eb3 Enable chachcapoly cipher for SSL tickets by Gabor Mezei · 3 years, 5 months ago