You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by po...@apache.org on 2009/10/27 20:33:27 UTC

svn commit: r830310 - in /httpd/httpd/branches/2.2.x/docs/manual: glossary.html.en glossary.xml

Author: poirier
Date: Tue Oct 27 19:33:27 2009
New Revision: 830310

URL: http://svn.apache.org/viewvc?rev=830310&view=rev
Log:
Add SNI to glossary

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en
    httpd/httpd/branches/2.2.x/docs/manual/glossary.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en?rev=830310&r1=830309&r2=830310&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en Tue Oct 27 19:33:27 2009
@@ -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 />

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.xml?rev=830310&r1=830309&r2=830310&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.xml Tue Oct 27 19:33:27 2009
@@ -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 />