From: Daniel Gruno Date: Thu, 21 Feb 2013 11:42:27 +0000 (+0000) Subject: add SSL_TLS_SNI to the list of variables X-Git-Tag: 2.2.25~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee70c3894a7bb283d9c30afd3526df9a2c39ee02;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 3a7e3f16573..2340d6e6755 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -95,6 +95,7 @@ compatibility variables.

SSL_SERVER_A_SIG string Algorithm used for the signature of server's certificate SSL_SERVER_A_KEY string Algorithm used for the public key of server's certificate SSL_SERVER_CERT string PEM-encoded server certificate +SSL_TLS_SNI string Contents of the SNI TLS extension (if supplied with ClientHello)

x509 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_n - SSL_CLIENT_VERIFY + SSL_CLIENT_VERIFY SSL_TLS_SNI