Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-01-16 06:51:23 +0300
committerTobias Nießen <tniessen@tnie.de>2022-01-18 15:44:38 +0300
commitc4f5a4939aed778eaea30aaa14ef442f570afdd5 (patch)
treea1b5cdfed5db742107bf85d0d7abebded4c85bdd /doc/api/tls.md
parent6beee312a47165f8dd65fe802b6280310e6caede (diff)
doc: do not reference SSL when discussing SNI
Co-authored-by: Rich Trott <rtrott@gmail.com> PR-URL: https://github.com/nodejs/node/pull/41549 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index dfa7eb1d3fb..de85421deb5 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -115,7 +115,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