aboutsummaryrefslogtreecommitdiff
path: root/makevms.com
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2014-11-30 15:35:22 +0100
committerKurt Roeckx <kurt@roeckx.be>2014-12-04 11:55:03 +0100
commit45f55f6a5bdcec411ef08a6f8aae41d5d3d234ad (patch)
tree56dba3e74061df914c5d4fa2faf89e7a24c6457c /makevms.com
parent616f71e486d693991b594439c884ec624b32c2d4 (diff)
downloadopenssl-45f55f6a5bdcec411ef08a6f8aae41d5d3d234ad.zip
openssl-45f55f6a5bdcec411ef08a6f8aae41d5d3d234ad.tar.gz
openssl-45f55f6a5bdcec411ef08a6f8aae41d5d3d234ad.tar.bz2
Remove SSLv2 support
The only support for SSLv2 left is receiving a SSLv2 compatible client hello. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com5
1 files changed, 1 insertions, 4 deletions
diff --git a/makevms.com b/makevms.com
index d5a2526..37e1e3c 100755
--- a/makevms.com
+++ b/makevms.com
@@ -300,7 +300,6 @@ $ CONFIG_LOGICALS := AES,-
SHA512,-
SOCK,-
SRP,-
- SSL2,-
SSL_INTERN,-
STACK,-
STATIC_ENGINE,-
@@ -330,10 +329,8 @@ $! algos part.
$ CONFIG_DISABLE_RULES := RIJNDAEL/AES;-
DES/MDC2;-
EC/ECDSA,ECDH;-
- MD5/SSL2,SSL3,TLS1;-
+ MD5/SSL3,TLS1;-
SHA/SSL3,TLS1;-
- RSA/SSL2;-
- RSA,DSA/SSL2;-
DH/SSL3,TLS1;-
TLS1/TLSEXT;-
EC/GOST;-