From f83017ccd11d150566edff4ca50ddb9e27ba27e6 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 15 May 2019 10:08:35 +0100 Subject: [PATCH] Improve wording in documentation of mbedtls_ssl_set_cid() --- include/mbedtls/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 9424cb687..34cf8e6a9 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -1463,7 +1463,7 @@ void mbedtls_ssl_set_bio( mbedtls_ssl_context *ssl, * Reference: * https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-04 * - * The DTLS CID extension allows to reliably associate + * The DTLS CID extension allows the reliable association of * DTLS records to DTLS connections across changes in the * underlying transport (changed IP+Port metadata) by adding * explicit connection identifiers (CIDs) to the headers of