diff options
author | doug <> | 2015-08-27 06:21:15 +0000 |
---|---|---|
committer | doug <> | 2015-08-27 06:21:15 +0000 |
commit | 86bf43c0754f7de02e216a110bff784aace5fea7 (patch) | |
tree | edcaf86fcb7a4c7c49e4f2bbefde1665cfd57458 /src/lib/libcrypto | |
parent | 9b2397328086b49e1f5d15b4248c6aa164c42a4d (diff) | |
download | openbsd-86bf43c0754f7de02e216a110bff784aace5fea7.tar.gz openbsd-86bf43c0754f7de02e216a110bff784aace5fea7.tar.bz2 openbsd-86bf43c0754f7de02e216a110bff784aace5fea7.zip |
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@
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
15 | # define OPENSSL_NO_SEED | 15 | # define OPENSSL_NO_SEED |
16 | # define OPENSSL_NO_SRP | 16 | # define OPENSSL_NO_SRP |
17 | # define OPENSSL_NO_SSL2 | 17 | # define OPENSSL_NO_SSL2 |
18 | # define OPENSSL_NO_SSL3 | ||
19 | # define OPENSSL_NO_SSL3_METHOD | ||
18 | # define OPENSSL_NO_STORE | 20 | # define OPENSSL_NO_STORE |
19 | # define OPENSSL_NO_BUF_FREELISTS | 21 | # define OPENSSL_NO_BUF_FREELISTS |
20 | # define OPENSSL_NO_HEARTBEATS | 22 | # define OPENSSL_NO_HEARTBEATS |