mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Explicitly disable all DTLS options in tls13-only.h
This makes no difference when starting from the default configuration. It allows tls13-only.h to be used with other base configurations such as `full`. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
7d3186d18a
commit
136d25c416
@ -34,6 +34,7 @@
|
|||||||
#undef MBEDTLS_SSL_PROTO_DTLS
|
#undef MBEDTLS_SSL_PROTO_DTLS
|
||||||
#undef MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
#undef MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
||||||
#undef MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
#undef MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
||||||
|
#undef MBEDTLS_SSL_DTLS_SRTP
|
||||||
#undef MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
|
#undef MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
|
||||||
#undef MBEDTLS_SSL_DTLS_CONNECTION_ID
|
#undef MBEDTLS_SSL_DTLS_CONNECTION_ID
|
||||||
#undef MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
|
#undef MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
|
||||||
|
Loading…
Reference in New Issue
Block a user