From bd19287a8ec120b7188a84e4add2b73057f2b878 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Tue, 8 Feb 2022 10:20:53 +0800 Subject: [PATCH] fix docs issue Signed-off-by: Jerry Yu --- docs/architecture/tls13-support.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/architecture/tls13-support.md b/docs/architecture/tls13-support.md index 76010cb4a..39e46c456 100644 --- a/docs/architecture/tls13-support.md +++ b/docs/architecture/tls13-support.md @@ -124,8 +124,9 @@ MVP definition - TLS 1.2 and TLS 1.3 but version negotiation is not supported. - - TLS 1.3 can be enabled in the build (MBEDTLS_SSL_PROTO_TLS1_3 configuration - option) without TLS 1.2 (MBEDTLS_SSL_PROTO_TLS1_2 configuration option). + - TLS 1.3 cannot be enabled in the build (MBEDTLS_SSL_PROTO_TLS1_3 + configuration option) without TLS 1.2 (MBEDTLS_SSL_PROTO_TLS1_2 configuration + option). - TLS 1.2 can be enabled in the build independently of TLS 1.3.