- 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
- 9abad0c Improve the changelog message to contain more details 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
- b7aba1a Improve Changelog by Paul Elliott · 3 years, 3 months ago
- 072d2b0 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
- 56e01f3 Created customary ChangeLog.d entry. by Leonid Rozenboim · 3 years, 4 months ago
- 116f50c Fix resource leaks by Leonid Rozenboim · 3 years, 4 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
- 0e39ece Merge pull request #5916 from yuhaoth/pr/tls13-refactor-get-sig-alg-from-pk by Ronald Cron · 3 years, 1 month ago
- 7c6b0e4 Merge pull request #5972 from wernerlewis/migration_guide_removals by Paul Elliott · 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
- 7922bfb Merge pull request #6005 from ronald-cron-arm/tls13-changelogs-doc-update by Ronald Cron · 3 years, 1 month ago
- 971f30d Fix mbedtls_ssl_get_ciphersuite_sig_alg() by returning MBEDTLS_PK_NONE for MBEDTLS_KEY_EXCHANGE_RSA by Neil Armstrong · 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
- 3cb707d Fix and improve logs and documentation by Ronald Cron · 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
- 0834643 Add TLS 1.3 change logs by Ronald Cron · 3 years, 1 month ago
- 2ba0d23 Update TLS 1.3 support documentation by Ronald Cron · 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
- 11ccb35 Merge pull request #5994 from gilles-peskine-arm/storage-format-doc-2.25-development by Manuel Pégourié-Gonnard · 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
- 96eceb8 Refine mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg() when USE_PSA_CRYPTO is selected by Neil Armstrong · 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
- bcde39c Merge pull request #5612 from tom-cosgrove-arm/tls13-config-options by Ronald Cron · 3 years, 1 month ago
- 0b7ee23 Historical update: the layout on stdio changed in Mbed Crypto 1.1.0 by Gilles Peskine · 3 years, 1 month ago
- 3898961 Typos by Gilles Peskine · 3 years, 1 month ago
- 219a348 Repeat the seed file documentation in 2.25.0 by Gilles Peskine · 3 years, 1 month ago
- 3d65a19 Fix wrong type in C snippet by Gilles Peskine · 3 years, 1 month ago
- 167d82c Add dual keys Opaque ssl-opt tests by Neil Armstrong · 3 years, 1 month ago
- 31fcfd5 Merge pull request #5981 from mprse/hkdf_config_fix by Manuel Pégourié-Gonnard · 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
- d7adb3c Add comments about MBEDTLS_PSA_CRYPTO_C also being required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
- 25e39f2 Add section for Mbed TLS 2.25.0+ by Gilles Peskine · 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
- afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
- 1dc6848 Merge pull request #5976 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-development by Dave Rodgman · 3 years, 1 month ago
- 955993c For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
- 4fd898e More wording improvements by Gilles Peskine · 3 years, 1 month ago
- aae28f1 add tests by Jerry Yu · 3 years, 1 month ago
- 2fe6c63 remove supported check from parse sig algs by Jerry Yu · 3 years, 1 month ago
- 959e5e0 fix format issue by Jerry Yu · 3 years, 1 month ago
- 660cb42 Remove pkcs1 from key cert and sig alg map by Jerry Yu · 3 years, 1 month ago
- 71b1884 fix various issues by Jerry Yu · 3 years, 1 month ago
- 05d5f81 Fix spelling and formatting consistency by Werner Lewis · 3 years, 1 month ago
- 9d3e2fa Add negative tests by Jerry Yu · 3 years, 1 month ago
- 2f244c4 Merge pull request #5980 from mprse/md_dep_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- c2e0493 Add rsa_pkcs1 for cert sig match by Jerry Yu · 3 years, 1 month ago
- cc53910 fix various issues by Jerry Yu · 3 years, 1 month ago
- 202919c refine supported sig alg print by Jerry Yu · 3 years, 1 month ago
- ee28e7a add tests for select sig alg by Jerry Yu · 3 years, 1 month ago
- a0bb906 fix handshake_version test fail. by Jerry Yu · 3 years, 1 month ago
- aebaaaf add debug messages by Jerry Yu · 3 years, 1 month ago
- 64f410c Add tls13 sig alg parameters by Jerry Yu · 3 years, 1 month ago
- 430db6b Remove hack fix for server hybrid issue by Jerry Yu · 3 years, 1 month ago
- a1255e6 fix various issues by Jerry Yu · 3 years, 1 month ago
- 9bb3ee4 Revert rsa_pss_rsae_* support for tls12 by Jerry Yu · 3 years, 1 month ago
- 53f5c15 Add debug message by Jerry Yu · 3 years, 2 months ago
- 80dd5db Remove pkcs1 from certificate verify. by Jerry Yu · 3 years, 2 months ago
- d4a71a5 Add tls12 algorithms in hybrid mode client hello by Jerry Yu · 3 years, 2 months ago
- 5ef71f2 remove rsa_pkcs1_* from tls13 support list by Jerry Yu · 3 years, 2 months ago
- f085678 remove unnecessary check by Jerry Yu · 3 years, 2 months ago
- 6272c4d Revert unnecessary space change by Jerry Yu · 3 years, 2 months ago
- 96ee23e fix tls12 openssl/gnutls server fail by Jerry Yu · 3 years, 2 months ago
- ba5e379 Revert order of default sig_algs by Jerry Yu · 3 years, 2 months ago
- 3f71ca0 Remove rsa_pss_rsae_* from tls12 sig_algs by Jerry Yu · 3 years, 2 months ago
- 0c6be8f move big function by Jerry Yu · 3 years, 2 months ago
- 3896ac6 fix ordered sig algs fail for openssl by Jerry Yu · 3 years, 2 months ago
- f3b46b5 Add debug message by Jerry Yu · 3 years, 2 months ago
- d099cf0 fix unused variable issue by Jerry Yu · 3 years, 2 months ago
- f55886a fix various issues by Jerry Yu · 3 years, 2 months ago
- 6babfee remove out of scope codes by Jerry Yu · 3 years, 2 months ago
- fb52669 Rename sig_alg cert_key check by Jerry Yu · 3 years, 2 months ago
- a6076aa Revert temp test by Jerry Yu · 3 years, 2 months ago
- f0cda41 remove default sig_hashes by Jerry Yu · 3 years, 2 months ago
- 7ab7f2b Remove pkcs1 from certificate_verify by Jerry Yu · 3 years, 2 months ago
- 08524c5 remove pkcs1_* support by Jerry Yu · 3 years, 2 months ago
- 0ebce95 create tls12/tls13 sig alg support check by Jerry Yu · 3 years, 2 months ago
- 9f4cc5f Add pss_rsae sig algs into test conf by Jerry Yu · 3 years, 2 months ago
- f249ef7 refactor get sig algo from pk 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
- 7d14c19 Merge pull request #5905 from gilles-peskine-arm/changelog-improvements-20220609-development by Gilles Peskine · 3 years, 1 month ago
- 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
- 2407279 Add tests with specific hash for handshake_ciphersuite_select positive tests by Neil Armstrong · 3 years, 1 month ago
- 9f1176a Move preferred_hash_for_sig_alg() check after ssl_pick_cert() and check if hash alg is supported with mbedtls_pk_can_do_ext() 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
- 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() 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