From a9bdc8fbb8b26112115b9fd735bd2c1226d52db5 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 15 Mar 2024 15:52:04 +0100 Subject: [PATCH] Improve tls13-support.md Signed-off-by: Ronald Cron --- docs/architecture/tls13-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/tls13-support.md b/docs/architecture/tls13-support.md index 2ac395029573..d6fc19e4a3b8 100644 --- a/docs/architecture/tls13-support.md +++ b/docs/architecture/tls13-support.md @@ -4,8 +4,8 @@ TLS 1.3 support Overview -------- -Mbed TLS provides an implementation of the TLS 1.3. The TLS 1.3 support -enablement is controlled by the MBEDTLS_SSL_PROTO_TLS1_3 configuration option. +Mbed TLS provides an implementation of the TLS 1.3 protocol. The TLS 1.3 support +may be enabled using the MBEDTLS_SSL_PROTO_TLS1_3 configuration option. Support description -------------------