diff options
author | André Malo <nd@apache.org> | 2019-02-26 14:52:06 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2019-02-26 14:52:06 +0100 |
commit | 0915887d2a15dc69a5f6ba6670e9b5ff0d253ff6 (patch) | |
tree | 6cd40119be5a782afd8a50d5d01db5e8c1f3d897 /docs/manual/mod/mod_ssl.html.en | |
parent | *) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection ... (diff) | |
download | apache2-0915887d2a15dc69a5f6ba6670e9b5ff0d253ff6.tar.xz apache2-0915887d2a15dc69a5f6ba6670e9b5ff0d253ff6.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1854379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ssl.html.en')
-rw-r--r-- | docs/manual/mod/mod_ssl.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index ae3cc3785d..77d98468bf 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -41,7 +41,7 @@ Layer (SSL) and Transport Layer Security (TLS) protocols</td></tr> HTTP Server. SSL v2 is no longer supported.</p> <p>This module relies on <a href="http://www.openssl.org/">OpenSSL</a> -to provide the cryptography engine.</p> +to provide the cryptographic engine.</p> <p>Further details, discussion, and examples are provided in the <a href="../ssl/">SSL documentation</a>.</p> @@ -779,7 +779,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 @@ -1507,7 +1507,7 @@ query can be done in two ways which can be configured by <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ssl</td></tr> -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.4.30 and later</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in httpd 2.5.0 and later</td></tr> </table> <p>This directive applies the set of SSL* directives defined under 'name' as the <em>base</em> settings in the current context. Apache comes with the |