diff options
author | jsing <> | 2016-11-06 12:08:32 +0000 |
---|---|---|
committer | jsing <> | 2016-11-06 12:08:32 +0000 |
commit | 20df299cfb457c41a3850f33fcffd5435b0d9e30 (patch) | |
tree | fc9a0929d6fc3dd82787f0e710b8ad54d4336857 /src/lib/libssl/s3_lib.c | |
parent | 1f419baa376aacc25d2b1c778bc2edb8540c1068 (diff) | |
download | openbsd-20df299cfb457c41a3850f33fcffd5435b0d9e30.tar.gz openbsd-20df299cfb457c41a3850f33fcffd5435b0d9e30.tar.bz2 openbsd-20df299cfb457c41a3850f33fcffd5435b0d9e30.zip |
Remove the single IDEA cipher suite. There is no good reason to support
this.
ok beck@ bcook@
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r-- | src/lib/libssl/s3_lib.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c index 6c4383fb22..8a7a98507a 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.110 2016/11/06 11:58:13 jsing Exp $ */ | 1 | /* $OpenBSD: s3_lib.c,v 1.111 2016/11/06 12:08:32 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 | * |
@@ -234,24 +234,6 @@ SSL_CIPHER ssl3_ciphers[] = { | |||
234 | .alg_bits = 128, | 234 | .alg_bits = 128, |
235 | }, | 235 | }, |
236 | 236 | ||
237 | /* Cipher 07 */ | ||
238 | #ifndef OPENSSL_NO_IDEA | ||
239 | { | ||
240 | .valid = 1, | ||
241 | .name = SSL3_TXT_RSA_IDEA_128_SHA, | ||
242 | .id = SSL3_CK_RSA_IDEA_128_SHA, | ||
243 | .algorithm_mkey = SSL_kRSA, | ||
244 | .algorithm_auth = SSL_aRSA, | ||
245 | .algorithm_enc = SSL_IDEA, | ||
246 | .algorithm_mac = SSL_SHA1, | ||
247 | .algorithm_ssl = SSL_SSLV3, | ||
248 | .algo_strength = SSL_MEDIUM, | ||
249 | .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF, | ||
250 | .strength_bits = 128, | ||
251 | .alg_bits = 128, | ||
252 | }, | ||
253 | #endif | ||
254 | |||
255 | /* Cipher 09 */ | 237 | /* Cipher 09 */ |
256 | { | 238 | { |
257 | .valid = 1, | 239 | .valid = 1, |