Skip to content

Commit

Permalink
fix docs issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Yu <[email protected]>
  • Loading branch information
yuhaoth committed Feb 21, 2022
1 parent bef175d commit bd19287
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/architecture/tls13-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bd19287

Please sign in to comment.