- 96a2e36 TLS 1.3: Add pre-shared-key multiple psk parser by Jerry Yu · 3 years, 1 month ago
- 4a2ea16 remove forcecipher for psk test by Jerry Yu · 3 years, 1 month ago
- 3684782 add tests for offered psk parser by Jerry Yu · 3 years, 1 month ago
- 7085aa4 Merge pull request #5896 from wernerlewis/aes_shallow_copy by Dave Rodgman · 3 years, 1 month ago
- a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
- 29ab32d Add client side tests by Jerry Yu · 3 years, 1 month ago
- d5b1eb5 Merge pull request #6078 from yuhaoth/pr/add-tls13-paser-psk-kex-mode-ext by Ronald Cron · 3 years, 1 month ago
- c52e3bd Improve comment by Jerry Yu · 3 years, 1 month ago
- 299e31f fix various issue by Jerry Yu · 3 years, 1 month ago
- 81c69b5 Revert "Revert "Revert "Add generated files for 3.2.0 release""" by Paul Elliott · 3 years, 1 month ago
- fe52e55 redirect stderr output in ubuntu22.04 by Jerry Yu · 3 years, 1 month ago
- e36397d add tests for psk_key_exchange_mode by Jerry Yu · 3 years, 1 month ago
- cd08ba0 Bump version to 3.2.1 by Paul Elliott · 3 years, 1 month ago
- 185d24b Revert "Revert "Add generated files for 3.2.0 release"" by Dave Rodgman · 3 years, 1 month ago
- 7adb8cb Revert "Add generated files for 3.2.0 release" by Paul Elliott · 3 years, 1 month ago
- cb21f2e Add generated files for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- 20362cd Bump library and so versions for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- 9a8d784 Fixup test tls13_server_certificate_msg_invalid_vector_len by Paul Elliott · 3 years, 1 month ago
- ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
- 6e80e09 Merge pull request #5915 from AndrzejKurek/cid-resumption-clash by Paul Elliott · 3 years, 1 month ago
- 826762e Merge pull request #5765 from leorosen/fix-some-resource-leaks by Paul Elliott · 3 years, 1 month ago
- c6a4a1c Merge pull request #6011 from gabor-mezei-arm/coverity_22_07_01 by Dave Rodgman · 3 years, 1 month ago
- ddb8cd6 test_suite_ssl: Fix handshake options cleanup by Andrzej Kurek · 3 years, 1 month ago
- 9dc4402 test_suite_ssl: zeroize the cache pointer in case if the struct memory gets reused by Andrzej Kurek · 3 years, 1 month ago
- 1e08568 test_suite_ssl: remove unnecessary user data checks by Andrzej Kurek · 3 years, 1 month ago
- 3d0d501 test_suite_ssl: prefer ASSERT_ALLOC over malloc by Andrzej Kurek · 3 years, 1 month ago
- 92d7417 Formatting fixes Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
- e11acb2 test_suite_ssl: add proper cache cleanup by Andrzej Kurek · 3 years, 1 month ago
- e8ad0d7 Disable bad session id length test in TLS 1.3 by Andrzej Kurek · 3 years, 2 months ago
- 456a109 test_suite_ssl: add required dependencies for default handshake parameters by Andrzej Kurek · 3 years, 2 months ago
- 6e518ab test_suite_ssl: add missing options cleanup by Andrzej Kurek · 3 years, 2 months ago
- ed58b50 test_suite_ssl: add missing MBEDTLS_SSL_SERVER_C dependency by Andrzej Kurek · 3 years, 2 months ago
- 626a931 test_suite_ssl: Add missing arguments in endpoint initialization by Andrzej Kurek · 3 years, 2 months ago
- 514683a Add a test with a bad session_id_len that makes cache setting fail by Andrzej Kurek · 3 years, 2 months ago
- 780dc18 Refactor test_suite_ssl tests to enable cache setting by Andrzej Kurek · 3 years, 2 months ago
- 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
- 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
- 6931e43 Fix Handshake select ECDH-RSA- test dependencies by Neil Armstrong · 3 years, 1 month ago
- bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
- c67e6e9 Depends on MBEDTLS_X509_REMOVE_INFO disable for double Opaque keys test requiring cert infos to determine selected key by Neil Armstrong · 3 years, 1 month ago
- dc3f3bb Initilize variable by Gabor Mezei · 3 years, 1 month ago
- 7ac0d49 remove force_version for client by Jerry Yu · 3 years, 1 month ago
- 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 52b7d92 fix various issues by Jerry Yu · 3 years, 1 month ago
- 7999cb3 Remove auth_mode=required and client crt_file/key_file when testing server authentication by Neil Armstrong · 3 years, 1 month ago
- 4b10209 Use different certs for double opaque keys and check certificate issuer CN by Neil Armstrong · 3 years, 1 month ago
- 1948a20 Cleanup Order & Title of Opaque TLS tests, fix RSA- test definition by Neil Armstrong · 3 years, 1 month ago
- 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
- cb67e1a Merge pull request #5917 from gilles-peskine-arm/asn1write-0-fix by Ronald Cron · 3 years, 1 month ago
- 167d82c Add dual keys Opaque ssl-opt tests by Neil Armstrong · 3 years, 1 month ago
- 36b0223 Reorganize Opaque ssl-opt tests, pass key_opaque_algs=, add less wrong negative server testings by Neil Armstrong · 3 years, 1 month ago
- b2c3b5b Fix depends on handshake_ciphersuite_select tests by Neil Armstrong · 3 years, 1 month ago
- db13497 Reorganize & add more handshake_ciphersuite_select to test all MBEDTLS_KEY_EXCHANGE_XXX cases by Neil Armstrong · 3 years, 1 month ago
- f6a56cf Merge pull request #939 from ronald-cron-arm/tls13-add-missing-overread-check by Paul Elliott · 3 years, 1 month ago
- ec0193d Update test to cover move-decrypt sequence by Werner Lewis · 3 years, 2 months ago
- dd76ef3 Refactor AES context to be shallow-copyable by Werner Lewis · 3 years, 2 months ago
- 5b50f38 Merge pull request #934 from gilles-peskine-arm/mpi-0-mod-2 by Dave Rodgman · 3 years, 1 month ago
- aae28f1 add tests by Jerry Yu · 3 years, 1 month ago
- a0bb906 fix handshake_version test fail. by Jerry Yu · 3 years, 1 month ago
- f55886a fix various issues by Jerry Yu · 3 years, 2 months ago
- a6076aa Revert temp test by Jerry Yu · 3 years, 2 months ago
- 7ab7f2b Remove pkcs1 from certificate_verify by Jerry Yu · 3 years, 2 months ago
- 7898fd4 Merge pull request #5970 from gabor-mezei-arm/5229_Send_dummy_change_cipher_spec_records_from_server by Ronald Cron · 3 years, 1 month ago
- bd10c4e Test accessors to config DN hints for cert request by Glenn Strauss · 3 years, 1 month ago
- d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
- 2407279 Add tests with specific hash for handshake_ciphersuite_select positive tests by Neil Armstrong · 3 years, 1 month ago
- ed917bf Update description for negative key_opaque_algs tests by Neil Armstrong · 3 years, 1 month ago
- 8c52ed8 Add negative testing of ciphersuite selection using Opaque algs & usage by Neil Armstrong · 3 years, 2 months ago
- eb4390b Add Cipersuite selection negative testing by using invalid algs for server-side opaque key by Neil Armstrong · 3 years, 2 months ago
- 9e4b7bd Do not force TLS 1.3 on client side for TLS 1.3 middlebox compatibility tests by Gabor Mezei · 3 years, 1 month ago
- f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
- 585cd70 tests: ssl: Fix coverity deadcode issue by Ronald Cron · 3 years, 2 months ago
- b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
- 5969a4b Don't call memcpy(NULL, 0) which has undefined behavior by Gilles Peskine · 3 years, 1 month ago
- f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
- 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
- 31ecb96 Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
- b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
- cf600bc Comment fixes by Ronald Cron · 3 years, 2 months ago
- e7b9b6b tls13: Add checks of overread check failures by Ronald Cron · 3 years, 2 months ago
- e3dac4a tls13: Add Certificate msg parsing tests with invalid vector lengths by Ronald Cron · 3 years, 2 months ago
- a8d79b9 ssl-opt.sh: Remove one pattern check by Ronald Cron · 3 years, 1 month ago
- 07040bb Merge pull request #5951 from xkqian/tls13_add_alpn by Ronald Cron · 3 years, 1 month ago
- 9738a8d Merge pull request #943 from ronald-cron-arm/tls13-fix-key-usage-checks by Ronald Cron · 3 years, 1 month ago
- 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
- c78511b ssl-opt.sh: Enable some authentication tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
- 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 2 months ago
- a4417c1 ssl-opt.sh: Add Small/Large packets TLS 1.3 tests by Ronald Cron · 3 years, 1 month ago
- ba80d4d ssl-opt.sh: Enable Event-driven I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
- 2cffd28 ssl-opt.sh: Enable Non-blocking I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
- 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
- 3e5585b Replace TEST_ASSERT macro uses by Werner Lewis · 3 years, 1 month ago
- ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
- c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
- f9c13fe ssl-opt.sh: Add positive check in successful "keyUsage client-auth" tests by Ronald Cron · 3 years, 2 months ago
- ba65fbb Fix comments by Ronald Cron · 3 years, 2 months ago
- 7e2dbaf Add test for dummy CCS records by Gabor Mezei · 3 years, 2 months ago
- acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago