]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add SSL_TLS_SNI to the list of variables
authorDaniel Gruno <humbedooh@apache.org>
Thu, 21 Feb 2013 11:42:27 +0000 (11:42 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 21 Feb 2013 11:42:27 +0000 (11:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1448601 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 3a7e3f16573c77eab49c478f7727a1712cf3bce4..2340d6e6755a9314b68816ab69133d246bede000 100644 (file)
@@ -95,6 +95,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
@@ -1346,7 +1347,7 @@ SSL_VERSION_INTERFACE  SSL_CLIENT_S_DN_OU     SSL_SERVER_S_DN_OU
                        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>
 </usage>
 </directivesynopsis>