From 9742809531f426fd49cc2a6f1ecc4efeec327997 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 23 Apr 2019 11:36:56 +0100 Subject: [PATCH] Reference CID Draft in Connection ID documentation in config.h --- include/mbedtls/config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 2f46be47c..262a9be97 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1329,9 +1329,10 @@ /** * \def MBEDTLS_SSL_CID * - * Enable support for the DTLS Connection ID extension which - * allows to identify DTLS connections across changes in the - * underlying transport. + * Enable support for the DTLS Connection ID extension + * (version draft-ietf-tls-dtls-connection-id-04) + * which allows to identify DTLS connections across changes + * in the underlying transport. * * Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()` * and `mbedtls_ssl_get_peer_cid()`. See their documentation for more