From 11259521071d80b6c0f2418ffd0b79928cfb243c Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Thu, 23 May 2019 16:55:50 +0100 Subject: [PATCH] Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid --- include/mbedtls/ssl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index e3d935506..5f9862b20 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -2320,8 +2320,9 @@ void mbedtls_ssl_conf_ciphersuites( mbedtls_ssl_config *conf, #define MBEDTLS_SSL_UNEXPECTED_CID_IGNORE 0 #define MBEDTLS_SSL_UNEXPECTED_CID_FAIL 1 /** - * \brief Specify the length of CIDs for incoming encrypted DTLS - * records and specify the behaviour on unexpected CIDs. + * \brief Specify the length of Connection IDs for incoming + * encrypted DTLS records, as well as the behaviour + * on unexpected CIDs. * * By default, the CID length is set to \c 0, * and unexpected CIDs are silently ignored.