Commit e42b69dc authored by Daniel Gruno's avatar Daniel Gruno
Browse files

add SSL_TLS_SNI to the list of variables

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1448601 13f79535-47bb-0310-9956-ffa450edef68
parent 2a91397f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>