From f8b6ab7dab90e92537de3cddc01d915d31bb87fc Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 6 Nov 2014 16:44:20 -0500 Subject: Completely remove support for SSLv2 --- docs/mod_nss.html | 61 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 59 deletions(-) (limited to 'docs') diff --git a/docs/mod_nss.html b/docs/mod_nss.html index dea9db9..93499e5 100644 --- a/docs/mod_nss.html +++ b/docs/mod_nss.html @@ -144,12 +144,6 @@ of the Apache you want to install the module into.
tells us where the APR include files and libraries are located
- - --enable-ssl2
- - SSLv2 is disabled by default.
- - --enable-ecc
@@ -404,16 +398,7 @@ The default value is 10000.

NSSSessionCacheTimeout

-Specifies the number of seconds SSL 2 sessions are cached.
-
-The valid range is 5 - 100 seconds. A setting outside the valid range -is silently constrained.
-
-The default value is 100.
-
-Example
-
-NSSSessionCacheTimeout 100
+Deprecated.

NSSSession3CacheTimeout

@@ -527,48 +512,6 @@ Available ciphers are:
Protocol
- - des
- - SSL_EN_DES_64_CBC_WITH_MD5
- - SSLv2 - - - desede3
- - SSL_EN_DES_192_EDE3_CBC_WITH_MD5
- - SSLv2 - - - rc2
- - SSL_EN_RC2_128_CBC_WITH_MD5
- - SSLv2 - - - rc2export
- - SSL_EN_RC2_128_CBC_EXPORT40_WITH_MD5
- - SSLv2 - - - rc4
- - SSL_EN_RC4_128_WITH_MD5
- - SSLv2 - - - rc4export
- - SSL_EN_RC4_128_EXPORT40_WITH_MD5
- - SSLv2 - rsa_3des_sha
@@ -1121,7 +1064,7 @@ was compiled against.
SSL_PROTOCOL
- SSLv2, SSLv3, TLSv1.0, TLSv1.1 or TLSv1.2
+ SSLv3, TLSv1.0, TLSv1.1 or TLSv1.2
-- cgit