- 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
- 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 11 months ago
- 5398e58 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 11 months ago
- 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 11 months ago
- a040548 Improve some comments by Manuel Pégourié-Gonnard · 12 months ago
- 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 12 months ago
- 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 12 months ago
- 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 12 months ago
- 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 12 months ago
- 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
- e5a916f Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 12 months ago
- 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
- 94f7022 Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 12 months ago
- c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
- da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
- 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
- e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
- 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
- 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
- 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
- c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
- be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 12 months ago
- 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 12 months ago
- 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
- 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
- 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
- 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
- 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
- e7fdfdb Merge pull request #9123 from eleuzi01/replace-mbedtls-md-can-md5 by Bence Szépkúti · 1 year ago
- b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year ago
- df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year ago
- b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
- 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year ago
- b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
- 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
- eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
- cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year ago
- 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
- a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
- 0b5d48e Replace MBEDTLS_ECP_HAVE_CURVE* with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
- 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
- 4efd164 Merge pull request #8983 from Troy-Butler/handle-null-args by Gilles Peskine · 1 year, 1 month ago
- 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
- b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
- fcc9afa Replace MBEDTLS_MD_CAN_SHA224 with PSA_WANT_ALG_SHA_224 by Elena Uziunaite · 1 year, 2 months ago
- f412720 Merge pull request #9242 from sezrab/fix-function-parameter by Tom Cosgrove · 1 year, 2 months ago
- 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
- 54adeab set psk to null in ssl_psk_remove by lhuang04 · 1 year, 2 months ago
- a4b773d Merge pull request #6955 from inorick/nofa_no_session_tickets by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- 233fcaa tls13: Do not initiate at all resumption if tickets not supported by Ronald Cron · 1 year, 4 months ago
- da73abc Fix NULL handling in mbedtls_ssl_config.free() function by Troy-Butler · 1 year, 4 months ago
- d36913a Constify parameter of ssl_tls13_session_load by Norbert Fabritius · 2 years, 6 months ago
- b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 4 months ago
- 4dfb0e7 Add ALPN checking when accepting early data by Waleed Elmelegy · 1 year, 5 months ago
- 131b2ff Fix bug in ALPN negotiating by Waleed Elmelegy · 1 year, 5 months ago
- b28ab0a Fix code style in ssl_tls.c by Waleed Elmelegy · 1 year, 5 months ago
- daa4da7 Increase ALPN length in saved session to 2 bytes by Waleed Elmelegy · 1 year, 5 months ago
- 7dfba34 Fix possible overflow in ALPN length when saving session by Waleed Elmelegy · 1 year, 5 months ago
- 75e33fa Fix code style in ssl_tls.c by Waleed Elmelegy · 1 year, 5 months ago
- fe9ae08 Update serialized session description with ALPN information by Waleed Elmelegy · 1 year, 5 months ago
- 1102563 Add ALPN bit flag to session header by Waleed Elmelegy · 1 year, 5 months ago
- 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
- 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
- 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
- d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
- 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
- 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
- 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
- 71fa1a9 Fix code style by David Horstmann · 1 year, 5 months ago
- 76ba26a Fixup: add peer_cert_digest_type to comment by David Horstmann · 1 year, 5 months ago
- f686f1d Fix naming inconsistencies in config bits by David Horstmann · 1 year, 5 months ago
- 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
- 26a9811 ssl: Add early_data_count field by Ronald Cron · 1 year, 5 months ago
- 531aca2 Fix missing fields in ssl session struct comment by David Horstmann · 1 year, 5 months ago
- cb01b36 Move session descriptions into a single comment by David Horstmann · 1 year, 5 months ago
- 80a9668 Add config guards to session struct comments by David Horstmann · 1 year, 5 months ago
- e59f970 Move session functions to same part of file by David Horstmann · 1 year, 5 months ago
- 92b258b Update ssl session serialization config bitflag by David Horstmann · 1 year, 6 months ago
- 5c5a32f Add session config bit for KEEP_PEER_CERTIFICATE by David Horstmann · 1 year, 6 months ago
- 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- e6c80bc Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- a93e25e tls12: Fix documentation of TLS 1.2 session serialized data by Ronald Cron · 1 year, 6 months ago
- 195c0bc tls: Reset TLS maximum negotiable version by Ronald Cron · 1 year, 6 months ago
- c8de362 Merge pull request #8665 from ivq/reduce_static_mem by Tom Cosgrove · 1 year, 6 months ago gh-readonly-queue/development/pr-8665-9b272ac1c6e6056a1080ad04713633345bb93ac9
- 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
- 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 4e9683e Reduce many unnecessary static memory consumption by Chien Wong · 1 year, 7 months ago
- 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
- 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
- 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
- 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
- 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
- b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 6 months ago
- 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 6 months ago
- 40a4ab0 ssl_tls.c: Factorize save/load of endpoint and ciphersuite by Ronald Cron · 1 year, 7 months ago