- 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 3 months ago
- 7dddc17 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 4 months ago
- e2d71cc Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 4 months ago
- 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 3 months ago
- f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
- ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
- 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 8 months ago
- 53d9168 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 8 months ago
- c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
- 3e12918 Fix output size check for key material exporter by Max Fillinger · 9 months ago
- 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
- 281fb79 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 9 months ago
- c9f2c9a Revert "Store randbytes for TLS 1.2 TLS-Exporter" by Max Fillinger · 9 months ago
- 155cea0 Use fewer magic numbers in TLS-Exporter functions by Max Fillinger · 9 months ago
- f2dda15 Add label length argument to tls_prf_generic() by Max Fillinger · 9 months ago
- 48150f5 Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 9 months ago
- 29beade Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 10 months ago
- 7b72220 Fix coding style by Max Fillinger · 10 months ago
- 9c9989f Fix mismatches in function declarations by Max Fillinger · 12 months ago
- 91cff44 Fix key_len check in TLS-Exporter by Max Fillinger · 12 months ago
- bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year ago
- cd2660f fixed code style by Ben Taylor · 4 months ago
- 8224e71 remove NULL guard by Ben Taylor · 4 months ago
- c12152e corrected style by Ben Taylor · 4 months ago
- 03c05c3 Remove additional line by Ben Taylor · 4 months ago
- 9774e9a corrected code style by Ben Taylor · 4 months ago
- 1f09146 tidy up syntax by Ben Taylor · 4 months ago
- 1cd1e01 Correct code style by Ben Taylor · 4 months ago
- d5d7078 removed NR psa-init by Ben Taylor · 4 months ago
- 6ff2da1 added further debug by Ben Taylor · 4 months ago
- 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 5 months ago
- 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
- a7e14dc Don't expect added error codes by Gilles Peskine · 10 months ago
- e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
- 5814e3e Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type by Gabor Mezei · 5 months ago
- a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
- 816b712 TLS1.2: Check for failures in Finished calculation by David Horstmann · 5 months ago
- 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 5 months ago
- fd89acc ssl_session_reset: preserve HOSTNAME_SET flag by Gilles Peskine · 5 months ago
- 488b919 Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 5 months ago
- 434016e Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 5 months ago
- 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 5 months ago
- 4ac4008 Access ssl->hostname through abstractions in certificate verification by Gilles Peskine · 5 months ago
- 95fe2a6 Add a flags field to mbedtls_ssl_context by Gilles Peskine · 5 months ago
- dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 5 months ago
- 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 6 months ago
- 07a1edd Rm dead !USE_PSA code: ssl_tls.c (part 2) by Manuel Pégourié-Gonnard · 6 months ago
- 88800dd Rm dead !USE_PSA code: ssl_tls.c (part 1) by Manuel Pégourié-Gonnard · 6 months ago
- 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
- 3dfe75e Remove mbedtls_ssl_reset_in_out_pointers by Deomid rojer Ryabkov · 6 months ago
- 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 6 months ago
- 6402c35 Remove internal helper mbedtls_ssl_get_groups() by Manuel Pégourié-Gonnard · 6 months ago
- 6b72016 Remove mbedtls_ssl_conf::curve_list by Manuel Pégourié-Gonnard · 6 months ago
- 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 6 months ago
- bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
- ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
- 8b592d2 Move psa_to_ssl_errors by Ronald Cron · 9 months ago
- 712e9a1 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK by Gilles Peskine · 10 months ago
- ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
- 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
- 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 · 11 months ago
- 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 11 months ago
- 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 11 months ago
- 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 11 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, 1 month 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