From f174f1eecc1b1661d74f62be19410e1c019adad2 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 21 Feb 2013 11:39:11 +0000 Subject: [PATCH] add SSL_TLS_SNI to the list of variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1448599 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 91b8be3d41..f748246d96 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -98,6 +98,7 @@ compatibility variables.

SSL_SERVER_CERT string PEM-encoded server certificate SSL_SRP_USER string SRP username SSL_SRP_USERINFO string SRP user info +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 -- 2.40.0