summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/ssl/s2_lib.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-02-23 07:11:48 +0000
committerdelphij <delphij@FreeBSD.org>2017-02-23 07:11:48 +0000
commit6dc11fa9cd5453e09c102edababfba2e44efdce9 (patch)
tree041bbdf41eeaf0794bb696a95d3b066cab3b7d4f /crypto/openssl/ssl/s2_lib.c
parent6da66fdfb26a9dc621b9390dc946f7ac0b75fbee (diff)
downloadFreeBSD-src-6dc11fa9cd5453e09c102edababfba2e44efdce9.zip
FreeBSD-src-6dc11fa9cd5453e09c102edababfba2e44efdce9.tar.gz
Fix multiple vulnerabilities of OpenSSL. [SA-17:02]
Fix system hang when booting when PCI-express HotPlug is enabled. [EN-17:01] Fix NIS master updates are not pushed to NIS slave. [EN-17:02] Fix compatibility with Hyper-V/storage after KB3172614 or KB3179574. [EN-17:03] Make makewhatis output reproducible. [EN-17:04] Approved by: so
Diffstat (limited to 'crypto/openssl/ssl/s2_lib.c')
-rw-r--r--crypto/openssl/ssl/s2_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/ssl/s2_lib.c b/crypto/openssl/ssl/s2_lib.c
index 88e67f0..cc13603 100644
--- a/crypto/openssl/ssl/s2_lib.c
+++ b/crypto/openssl/ssl/s2_lib.c
@@ -254,7 +254,7 @@ OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[] = {
SSL_3DES,
SSL_MD5,
SSL_SSLV2,
- SSL_NOT_DEFAULT | SSL_NOT_EXP | SSL_HIGH,
+ SSL_NOT_DEFAULT | SSL_NOT_EXP | SSL_MEDIUM,
0,
112,
168,
OpenPOWER on IntegriCloud