- 9bbb7ba Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- eaf3651 Rebase and solve conflicts by XiaokangQian · 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
- 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
- eecd0d2 Merge pull request #5679 from yuhaoth/pr/add-tls13-write-server-hello by Ronald Cron · 3 years, 3 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
- ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX 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
- 89e103c tls13: Share write ecdh_key_exchange function by Jerry Yu · 3 years, 4 months ago
- 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
- 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 3 months ago
- 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 3 months ago
- 75d40ef Refine code base on review by XiaokangQian · 3 years, 3 months ago
- 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 3 months ago
- 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
- cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
- 9b5d04b Share parse_key_share() between client and server by XiaokangQian · 3 years, 4 months ago
- 7ac3ab3 Add hello retry request count for server by XiaokangQian · 3 years, 5 months ago
- 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
- bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
- cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
- e3af4cb mbedtls_ssl_(read|write)_version using tls_version 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
- 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
- 769dc05 Remove bad dependency on MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED for ecdh_ctx guard by Neil Armstrong · 3 years, 4 months ago
- f3f4641 Remove ecdh_ctx variable, init & free when USE_PSA_CRYPTO isn't selected by Neil Armstrong · 3 years, 4 months ago
- 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 8583627 psa_ssl_status_to_mbedtls: add conversion of PSA_ERROR_BUFFER_TOO_SMALL by Przemek Stekiel · 3 years, 4 months ago
- f716a70 Rename mbedtls_ssl_handshake_params variable ecdh_psa_shared_key to ecdh_psa_privkey_is_external by Neil Armstrong · 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
- 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
- bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
- 82c785f Make handshake::min_minor_ver client only by Ronald Cron · 3 years, 4 months ago
- 91477a7 Switch handshake->ecdh_bits to size_t and remove now useless cast & limit checks by Neil Armstrong · 3 years, 4 months ago
- 8113d25 Add ecdh_psa_shared_key flag to protect PSA privkey if imported by Neil Armstrong · 3 years, 4 months ago
- f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
- e71639d Simplify TLS major version default value setting by Ronald Cron · 3 years, 5 months ago
- fbd9f99 ssl_tls.c: Move some client specific functions to ssl_client.c by Ronald Cron · 3 years, 5 months ago
- 4079abc ssl_client.c: Adapt extensions writing to the TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
- 11e1857 ssl_client.c: Fix key share code guards by Ronald Cron · 3 years, 5 months ago
- d491c2d ssl_client.c: Adapt ciphersuite writing to TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
- cb5ef6a Remove duplicated includes by Gabor Mezei · 3 years, 4 months ago
- 55c49a3 Use proper macro guard by Gabor Mezei · 3 years, 4 months ago
- 86a477f ssl_client.c: Adapt initial version selection to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
- 3d580bf Move TLS 1.3 client hello writing to new TLS 1.2 and 1.3 client file by Ronald Cron · 3 years, 6 months ago
- 8f6d39a Make some handshake TLS 1.3 utility routines available for TLS 1.2 by Ronald Cron · 3 years, 5 months ago
- 90f0120 ssl_tls12_server.c: Simplify TLS version check in ClientHello by Ronald Cron · 3 years, 5 months ago
- 4dcbca9 ssl_tls.c: Move mbedtls_ssl_set_calc_verify_md() to TLS 1.2 section 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
- 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 4 months ago
- 2043897 Change comments and styles base on review by XiaokangQian · 3 years, 5 months ago
- 9b93c0d Change cookie parameters for dtls and tls 1.3 by XiaokangQian · 3 years, 6 months ago
- 25c9c90 Refine cookie len to fix compile issues by XiaokangQian · 3 years, 6 months ago
- 6c6f102 fix various issues by Jerry Yu · 3 years, 4 months ago
- e26acee Refactor guards for sig algs by Jerry Yu · 3 years, 4 months ago
- f8aa9a4 fix various issues by Jerry Yu · 3 years, 4 months ago
- 8c33886 create sig_alg decode function by Jerry Yu · 3 years, 4 months ago
- 0c23fc3 fix various guards issues by Jerry Yu · 3 years, 4 months ago
- cef3f33 Guard rsa sig algs with rsa_c and pkcs1_v{15,21} by Jerry Yu · 3 years, 4 months ago
- 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 5 months ago
- 1bf075f Use SSL error codes by Gabor Mezei · 3 years, 4 months ago
- adfeadc Extend PSA error translation by Gabor Mezei · 3 years, 4 months ago
- f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 8d7afc6 Merge pull request #5523 from ronald-cron-arm/one-flush-output-development by Ronald Cron · 3 years, 4 months ago
- 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 00d012f2 Fix type of force_flush parameter by Ronald Cron · 3 years, 5 months ago
- 66dbf91 TLS 1.3: Do not send handshake data in handshake step handlers by Ronald Cron · 3 years, 6 months ago
- d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
- cf8841a Remove non-PSA MAC keys in mbedtls_ssl_transform when MBEDTLS_USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 5 months ago
- 39b8e7d Add, Initialize & Free HMAC keys in mbedtls_ssl_transform by Neil Armstrong · 3 years, 5 months ago
- 3e53644 fix various issues by Jerry Yu · 3 years, 6 months ago
- a23b9d9 fix undefine error by Jerry Yu · 3 years, 6 months ago
- 1bb5a1f Implement received sig_algs check by Jerry Yu · 3 years, 6 months ago
- 90f152d fix psk only build fail by Jerry Yu · 3 years, 6 months ago
- 8511f12 Add certificteVerify by Jerry Yu · 3 years, 6 months ago
- 5cc3506 Add write certificate and client handler by Jerry Yu · 3 years, 6 months ago
- bef175d Wrap derive_keys with TLS1_2 option by Jerry Yu · 3 years, 6 months ago
- 7d23963 fix wrong setting of max_minor version by Jerry Yu · 3 years, 6 months ago
- c5aef88 tls13_only: guard ssl_{cli,srv}.c with TLS1_2 by Jerry Yu · 3 years, 7 months ago
- c3091b1 tls13_only: compile pass by Jerry Yu · 3 years, 7 months ago
- e14b644 Merge pull request #5456 from mpg/cleanup-ecdh-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- b15f33d Enable ecdh_psa_xxx fields in struct mbedtls_ssl_handshake_params for TLS 1.3 by Przemyslaw Stekiel · 3 years, 6 months ago
- 62b49cd Merge pull request #5472 from yuhaoth/pr/move-client-auth by Manuel Pégourié-Gonnard · 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
- 5c7d1cc fix typo error by Jerry Yu · 3 years, 6 months ago
- 2d9a694 change type of client_auth by Jerry Yu · 3 years, 6 months ago
- 51f515a update based on comments by Xiaofei Bai · 3 years, 6 months ago
- 0ff8ac8 fix comments issues by Jerry Yu · 3 years, 6 months ago
- 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
- 0d63b84 Add mbedtls_ssl_check_curve_tls_id() (internal) by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago