From a7f1c6569618905a042efceca3edc3812bc607b0 Mon Sep 17 00:00:00 2001 From: doug <> Date: Thu, 27 Aug 2015 06:21:15 +0000 Subject: Remove SSLv3 support from LibreSSL. This is the first wave of SSLv3 removal which removes the main SSLv3 functions. Future commits will remove the rest of the SSLv3 support. Discussed the plan at c2k15. Input from jsing@, beck@, miod@, bcook@, sthen@, naddy@, and deraadt@. ok jsing@, beck@ --- src/lib/libcrypto/opensslfeatures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 45848c5a35..6b6784754d 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h @@ -15,6 +15,8 @@ # define OPENSSL_NO_SEED # define OPENSSL_NO_SRP # define OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL3 +# define OPENSSL_NO_SSL3_METHOD # define OPENSSL_NO_STORE # define OPENSSL_NO_BUF_FREELISTS # define OPENSSL_NO_HEARTBEATS -- cgit v1.2.3-55-g6feb