diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2019-02-15 14:24:54 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2019-02-15 14:24:54 +0100 |
commit | 90fc7bb03c849b5ce7962f2133e7e9a28e54cdc3 (patch) | |
tree | 0a799a63646fb0dfd795c3795c56c653e09ff34f /docs/manual/mod/mod_ssl.xml | |
parent | Add directive name, so that quickreference.xsl can extract default value corr... (diff) | |
download | apache2-90fc7bb03c849b5ce7962f2133e7e9a28e54cdc3.tar.xz apache2-90fc7bb03c849b5ce7962f2133e7e9a28e54cdc3.zip |
Fix compatibility note, 'SSLPolicy' is not in 2.4.x yet.
+ remove a trailing space to synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ssl.xml')
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 4f96120617..e3572d0de1 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -688,7 +688,7 @@ This complex directive uses a colon-separated <em>cipher-spec</em> string consisting of OpenSSL cipher specifications to configure the Cipher Suite the client is permitted to negotiate in the SSL handshake phase. The optional protocol specifier can configure the Cipher Suite for a specific SSL version. -Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2. +Possible values include "SSL" for all SSL Protocols up to and including TLSv1.2. </p> <p> Notice that this @@ -2897,7 +2897,7 @@ SSLOpenSSLConfCmd SignatureAlgorithms RSA+SHA384:ECDSA+SHA256 <syntax>SSLPolicy <em>name</em></syntax> <contextlist><context>server config</context> <context>virtual host</context></contextlist> -<compatibility>Available in httpd 2.4.30 and later</compatibility> +<compatibility>Available in httpd 2.5.0 and later</compatibility> <usage> <p>This directive applies the set of SSL* directives defined |