You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/02/21 12:49:47 UTC

svn commit: r1448611 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en

Author: humbedooh
Date: Thu Feb 21 11:49:46 2013
New Revision: 1448611

URL: http://svn.apache.org/r1448611
Log:
xforms

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en?rev=1448611&r1=1448610&r2=1448611&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.html.en Thu Feb 21 11:49:46 2013
@@ -149,6 +149,7 @@ compatibility variables.</p>
 <tr><td><code>SSL_SERVER_A_SIG</code></td>              <td>string</td>    <td>Algorithm used for the signature of server's certificate</td></tr>
 <tr><td><code>SSL_SERVER_A_KEY</code></td>              <td>string</td>    <td>Algorithm used for the public key of server's certificate</td></tr>
 <tr><td><code>SSL_SERVER_CERT</code></td>               <td>string</td>    <td>PEM-encoded server certificate</td></tr>
+<tr><td><code>SSL_TLS_SNI</code></td>                   <td>string</td>    <td>Contents of the SNI TLS extension (if supplied with ClientHello)</td></tr>
 </table>
 
 <p><em>x509</em> specifies a component of an X.509 DN; one of
@@ -1694,7 +1695,7 @@ SSL_VERSION_INTERFACE  SSL_CLIENT_S_DN_O
                        SSL_CLIENT_A_KEY       SSL_SERVER_A_KEY
                        SSL_CLIENT_CERT        SSL_SERVER_CERT
                        SSL_CLIENT_CERT_CHAIN_<strong>n</strong>
-                       SSL_CLIENT_VERIFY
+                       SSL_CLIENT_VERIFY      SSL_TLS_SNI
 </pre>
 
 </div>