From 41efa2109ed270af332c7fbb2802e3b231a54cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 18 Jun 2019 10:28:52 +0200 Subject: [PATCH] Improve documentation of PROTO_NO_TLS --- include/mbedtls/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 1653f8950..b701fbf99 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1521,7 +1521,8 @@ * \def MBEDTLS_SSL_PROTO_NO_TLS * * Disable support for SSL/TLS (all available versions) - this doesn't affect - * support for DTLS which is controlled by #MBEDTLS_SSL_PROTO_DTLS. + * support for DTLS which is controlled by #MBEDTLS_SSL_PROTO_DTLS. This is + * useful to reduce code size in configurations where only DTLS is used. * * Disable this and enable MBEDTLS_SSL_PROTO_TLS1_2 to enable TLS 1.2; * disable this and enable MBEDTLS_SSL_PROTO_TLS1_1 to enable TLS 1.1;