From d077eb0f9dcfb989d05a56a33c5dd85356ab7693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 16 Jan 2022 04:51:23 +0100 Subject: [PATCH] doc: do not reference SSL when discussing SNI Co-authored-by: Rich Trott --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 3c77f8c6c284ab..77a3b6cba31703 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -118,7 +118,7 @@ SNI (Server Name Indication) are TLS handshake extensions: * ALPN: Allows the use of one TLS server for multiple protocols (HTTP, HTTP/2) * SNI: Allows the use of one TLS server for multiple hostnames with different - SSL certificates. + certificates. ### Pre-shared keys