summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2017-08-28 18:12:10 +0000
committerjsing <>2017-08-28 18:12:10 +0000
commit56a18d470b7bb2ae94290cc6db87a0ee1315d0a9 (patch)
tree7e2bb225b0867f230a5d54aa4a135f404f74aef5
parentd7f21a7691c789a56fffa51266ca6ea06d89235a (diff)
downloadopenbsd-56a18d470b7bb2ae94290cc6db87a0ee1315d0a9.tar.gz
openbsd-56a18d470b7bb2ae94290cc6db87a0ee1315d0a9.tar.bz2
openbsd-56a18d470b7bb2ae94290cc6db87a0ee1315d0a9.zip
ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH.
Spotted by Andreas Bartelt <obsd at bartula dot de>
-rw-r--r--src/lib/libssl/s3_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c
index bbf0444c21..ab92ebf36a 100644
--- a/src/lib/libssl/s3_lib.c
+++ b/src/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s3_lib.c,v 1.159 2017/08/28 16:37:04 jsing Exp $ */ 1/* $OpenBSD: s3_lib.c,v 1.160 2017/08/28 18:12:10 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1040,7 +1040,7 @@ SSL_CIPHER ssl3_ciphers[] = {
1040 .algorithm_enc = SSL_3DES, 1040 .algorithm_enc = SSL_3DES,
1041 .algorithm_mac = SSL_SHA1, 1041 .algorithm_mac = SSL_SHA1,
1042 .algorithm_ssl = SSL_TLSV1, 1042 .algorithm_ssl = SSL_TLSV1,
1043 .algo_strength = SSL_HIGH, 1043 .algo_strength = SSL_MEDIUM,
1044 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, 1044 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF,
1045 .strength_bits = 112, 1045 .strength_bits = 112,
1046 .alg_bits = 168, 1046 .alg_bits = 168,