- 1c10556 add offered psks parser by Jerry Yu · 3 years, 1 month ago
- 6dcd18d export hdr checksum function by Jerry Yu · 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
- 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
- 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
- 52b7d92 fix various issues by Jerry Yu · 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
- 2fe6c63 remove supported check from parse sig algs 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
- cc53910 fix various issues 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, 1 month ago
- 80dd5db Remove pkcs1 from certificate verify. by Jerry Yu · 3 years, 1 month ago
- d4a71a5 Add tls12 algorithms in hybrid mode client hello by Jerry Yu · 3 years, 1 month ago
- 6272c4d Revert unnecessary space change by Jerry Yu · 3 years, 1 month ago
- ba5e379 Revert order of default sig_algs by Jerry Yu · 3 years, 1 month ago
- 3f71ca0 Remove rsa_pss_rsae_* from tls12 sig_algs by Jerry Yu · 3 years, 1 month ago
- 0c6be8f move big function by Jerry Yu · 3 years, 1 month ago
- 3896ac6 fix ordered sig algs fail for openssl by Jerry Yu · 3 years, 1 month ago
- f3b46b5 Add debug message by Jerry Yu · 3 years, 1 month ago
- f55886a fix various issues by Jerry Yu · 3 years, 1 month ago
- f0cda41 remove default sig_hashes by Jerry Yu · 3 years, 1 month ago
- 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months 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
- b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
- ad8c17b tls: Add overread/overwrite check failure tracking by Ronald Cron · 3 years, 2 months ago
- 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 1 month ago
- 0b776e2 Change some comments for alpn by XiaokangQian · 3 years, 1 month ago
- 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
- c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
- acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 1 month ago
- a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 66b0d61 Add comments when can_do() is safe to use by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 75fe8c7 Change place of ssl_tls13_check_ephemeral_key_exchange by XiaokangQian · 3 years, 2 months ago
- 129aeb9 Update test cases and support sni ca override by XiaokangQian · 3 years, 2 months ago
- f2a9420 Fix SNI test failure by XiaokangQian · 3 years, 2 months ago
- 9b2b771 Change mbedtls_ssl_parse_server_name_ext base on comments by XiaokangQian · 3 years, 2 months ago
- 40a3523 Add support of server name extension to server side by XiaokangQian · 3 years, 3 months ago
- 8395d7a Change guard of mbedtls_ssl_cipher_to_psa() with USE_PSA_CRYPTO || SSL_PROTO_TLS1_3 by Neil Armstrong · 3 years, 2 months ago
- 9edf51d Merge pull request #5785 from gabor-mezei-arm/5460_unify_parsing_sig_alg_ext by Ronald Cron · 3 years, 2 months ago
- 696956d Typo by Gabor Mezei · 3 years, 3 months ago
- 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- c1051b6 Remove `MBEDTLS_SSL_SIG_ALG_SET` macro by Gabor Mezei · 3 years, 3 months ago
- 3631cf6 Rename signiture algorithm macros to better suite with TLS 1.2 by Gabor Mezei · 3 years, 3 months ago
- a3d016c Rename and rewrite `mbedtls_ssl_sig_hash_set_find` function by Gabor Mezei · 3 years, 3 months ago
- 15b95a6 Use common macro for the invalid signiture algorithm botn in TLS 1.2 and 1.3 by Gabor Mezei · 3 years, 3 months ago
- 078e803 Unify parsing of the signature algorithms extension by Gabor Mezei · 3 years, 3 months ago
- 9bbb7ba Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- aad9b0a Update code base on comments by XiaokangQian · 3 years, 3 months ago
- eaf3651 Rebase and solve conflicts by XiaokangQian · 3 years, 3 months ago
- 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
- 80f6f32 Make mbedtls_ssl_psk_derive_premaster() only for when MBEDTLS_USE_PSA_CRYPTO is not selected by Neil Armstrong · 3 years, 3 months ago
- 044a32c Remove mbedtls_ssl_get_psk() and it's usage when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
- e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
- 501c932 Import PSK as opaque PSA key for mbedtls_ssl_conf_psk() & mbedtls_ssl_set_hs_psk() by Neil Armstrong · 3 years, 3 months ago
- 67397fa Merge pull request #5704 from mprse/mixed_psk_2cx by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 169bf0b Fix comments (#endif flags) by Przemek Stekiel · 3 years, 3 months ago
- 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
- 8a4b7fd Optimize code by Przemek Stekiel · 3 years, 3 months ago
- 8abcee9 Fix typos by Przemek Stekiel · 3 years, 3 months ago
- 2230e6c Simplify PSA transform->ivlen set in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 3 months ago
- 301711e Simplify mbedtls_ssl_get_base_mode by Gilles Peskine · 3 years, 3 months ago
- e108d98 Simplify mbedtls_ssl_get_mode by Gilles Peskine · 3 years, 3 months ago
- 99114f3 Fix build flags for opaque/raw psk checks by Przemek Stekiel · 3 years, 3 months ago
- b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 3 months ago
- 19b80f8 Enable support for psa opaque ECDHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
- 51a1f36 setup_psa_key_derivation(): change salt parameter to other_secret by Przemek Stekiel · 3 years, 4 months ago
- c203340 Add support for psa rsa-psk key exchange by Przemek Stekiel · 3 years, 4 months ago
- ae4ed30 Fix naming: random bytes are the seed (not salt) in derivation process by Przemek Stekiel · 3 years, 4 months ago
- 1f02703 setup_psa_key_derivation(): add optional salt parameter by Przemek Stekiel · 3 years, 4 months ago
- 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- f2c82f0 Introduce MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM macro to determine if Encrypt-then-MAC with CBC is used in a ciphersuite by Neil Armstrong · 3 years, 4 months ago
- ccc074e Use correct condition to use encrypt_then_mac in ssl_tls.c by Neil Armstrong · 3 years, 4 months ago
- d1be767 Use PSA_BLOCK_CIPHER_BLOCK_LENGTH instead of PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
- 6b27c97 Rename mbedtls_get_mode() to mbedtls_ssl_get_mode() by Neil Armstrong · 3 years, 4 months ago
- ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX by Neil Armstrong · 3 years, 4 months ago
- a0eeb7f Remove cipher_info in ssl_tls12_populate_transform() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
- 7fea33e Use mbedtls_get_mode_from_ciphersuite() in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
- 4bf4c86 Introduce mbedtls_get_mode_from_ciphersuite() by reusing mbedtls_get_mode_from_transform() logic by Neil Armstrong · 3 years, 4 months ago
- 8a0f3e8 Introduce mbedtls_ssl_mode_t & mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
- 4d3a604 Change default config version to development style by XiaokangQian · 3 years, 3 months ago
- 060d867 Update parse_key_share in server side and version config by XiaokangQian · 3 years, 3 months ago
- 75d40ef Refine code base on review by XiaokangQian · 3 years, 3 months ago
- 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
- ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
- c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
- a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 3 months ago
- 041a376 Remove some tls_ver < MBEDTLS_SSL_VERSION_TLS1_2 checks by Glenn Strauss · 3 years, 5 months ago
- 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
- 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
- da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
- 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
- dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
- f3f4641 Remove ecdh_ctx variable, init & free when USE_PSA_CRYPTO isn't selected by Neil Armstrong · 3 years, 4 months ago
- a33a255 Disable non-PSA ECDHE code in mbedtls_ssl_psk_derive_premaster() when USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 4 months ago