1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Add SNI to the glossary

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Earl Poirier
2009-10-27 19:29:40 +00:00
parent 82077be6b7
commit bdb4326fa5
2 changed files with 22 additions and 0 deletions

View File

@@ -381,6 +381,17 @@
See: <a href="ssl/">SSL/TLS Encryption</a>
</dd>
<dt><a name="servernameindication" id="servernameindication">Server Name
Indication</a> <a name="sni" id="sni">(SNI)</a></dt>
<dd>An SSL function that allows passing the desired server
hostname in the initial SSL handshake message, so that the web
server can select the correct virtual host configuration to use
in processing the SSL handshake. It was added to SSL starting
with the TLS extensions, RFC 3546. <br />
See: <a href="ssl/ssl_faq.html">the SSL FAQ</a>
and <a href="http://www.ietf.org/rfc/rfc3546.txt">RFC 3546</a>
</dd>
<dt><a name="serversideincludes" id="serversideincludes">Server Side
Includes</a> <a name="ssi" id="ssi">(SSI)</a></dt>
<dd>A technique for embedding processing directives inside HTML files.<br />

View File

@@ -400,6 +400,17 @@
See: <a href="ssl/">SSL/TLS Encryption</a>
</dd>
<dt><a name="servernameindication" id="servernameindication">Server Name
Indication</a> <a name="sni" id="sni">(SNI)</a></dt>
<dd>An SSL function that allows passing the desired server
hostname in the initial SSL handshake message, so that the web
server can select the correct virtual host configuration to use
in processing the SSL handshake. It was added to SSL starting
with the TLS extensions, RFC 3546. <br />
See: <a href="ssl/ssl_faq.html">the SSL FAQ</a>
and <a href="http://www.ietf.org/rfc/rfc3546.txt">RFC 3546</a>
</dd>
<dt><a name="serversideincludes" id="serversideincludes">Server Side
Includes</a> <a name="ssi" id="ssi">(SSI)</a></dt>
<dd>A technique for embedding processing directives inside HTML files.<br />