mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
73a406ee60
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> |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
common.h | ||
debug_internal.h | ||
debug.c | ||
Makefile | ||
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 | ||
ssl_client.c | ||
ssl_client.h | ||
ssl_cookie.c | ||
ssl_debug_helpers.h | ||
ssl_misc.h | ||
ssl_msg.c | ||
ssl_ticket.c | ||
ssl_tls12_client.c | ||
ssl_tls12_server.c | ||
ssl_tls13_client.c | ||
ssl_tls13_generic.c | ||
ssl_tls13_invasive.h | ||
ssl_tls13_keys.c | ||
ssl_tls13_keys.h | ||
ssl_tls13_server.c | ||
ssl_tls.c | ||
x509_create.c | ||
x509_crl.c | ||
x509_crt.c | ||
x509_csr.c | ||
x509_internal.h | ||
x509.c | ||
x509write_crt.c | ||
x509write_csr.c | ||
x509write.c |