\def MBEDTLS_SSL_EARLY_DATA Enable support for RFC 8446 TLS 1.3 early data. Requires: MBEDTLS_SSL_SESSION_TICKETS and either MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED or MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED Comment this to disable support for early data. If MBEDTLS_SSL_PROTO_TLS1_3 is not enabled, this option does not have any effect on the build. \def MBEDTLS_SSL_PROTO_DTLS Enable support for DTLS (all available versions). Enable this and MBEDTLS_SSL_PROTO_TLS1_2 to enable DTLS 1.2. Requires: MBEDTLS_SSL_PROTO_TLS1_2 Comment this macro to disable support for DTLS