Skip to content

Commit

Permalink
doc: do not reference SSL when discussing SNI
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <[email protected]>
PR-URL: #41549
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
2 people authored and danielleadams committed Feb 26, 2022
1 parent 3163bd1 commit 8772d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8772d33

Please sign in to comment.