mbedtls/library
Gilles Peskine 73a406ee60 Separate accepting TLS 1.3 middlebox compatibility from sending it
The compile-time option MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE gates both
support for interoperability with a peer that uses middlebox compatibility
mode, and support for activating that mode ourselves. Change code that is
only needed for interoperability to be guarded by
MBEDTLS_SSL_TLS1_3_ACCEPT_COMPATIBILITY_MODE.

As of this commit, MBEDTLS_SSL_TLS1_3_ACCEPT_COMPATIBILITY_MODE is always
enabled: there is no way to disable it, and there are no tests with it
disabled.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-09-24 18:58:49 +02:00
..
.gitignore Move crypto modules 2024-07-10 08:07:34 +02:00
CMakeLists.txt Bump version to 4.0.0 2024-09-10 10:43:14 +02:00
common.h MBEDTLS_STATIC_ASSERT: make it work outside of a function 2024-08-07 12:39:05 +02:00
debug_internal.h
debug.c
Makefile Adapt make build system 2024-07-19 10:07:27 +02:00
mps_common.h
mps_error.h
mps_reader.c
mps_reader.h
mps_trace.c
mps_trace.h
net_sockets.c
pkcs7.c
ssl_cache.c
ssl_ciphersuites_internal.h
ssl_ciphersuites.c Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 2024-09-04 18:12:59 +01:00
ssl_client.c
ssl_client.h
ssl_cookie.c Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 2024-07-11 11:13:35 +03:00
ssl_debug_helpers.h
ssl_misc.h Separate accepting TLS 1.3 middlebox compatibility from sending it 2024-09-24 18:58:49 +02:00
ssl_msg.c Separate accepting TLS 1.3 middlebox compatibility from sending it 2024-09-24 18:58:49 +02:00
ssl_ticket.c
ssl_tls12_client.c
ssl_tls12_server.c Make mbedtls_ssl_check_cert_usage() work for 1.3 2024-09-02 12:46:03 +02:00
ssl_tls13_client.c
ssl_tls13_generic.c Merge 1.2 and 1.3 certificate verification 2024-09-02 12:46:03 +02:00
ssl_tls13_invasive.h
ssl_tls13_keys.c
ssl_tls13_keys.h
ssl_tls13_server.c
ssl_tls.c Merge pull request #9544 from eleuzi01/replace-224k1 2024-09-06 15:15:35 +00:00
x509_create.c
x509_crl.c
x509_crt.c Fix Mbed-TLS build when WIN32_LEAN_AND_MEAN macro is defined globally 2024-08-14 15:15:14 -07:00
x509_csr.c
x509_internal.h
x509.c Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 2024-09-04 18:12:59 +01:00
x509write_crt.c Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 2024-09-04 18:12:59 +01:00
x509write_csr.c
x509write.c