From 471baa10541700c89dd90332b020c37ea9be7ee1 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 21 Feb 2013 11:39:57 +0000 Subject: [PATCH] add SSL_TLS_SNI to the list of variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1448600 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 ea3f6b37b3..4d9c90ef1b 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