summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2007-02-19 14:49:12 +0000
committerBodo Möller <bodo@openssl.org>2007-02-19 14:49:12 +0000
commitccae144d62e8de651d7398d27a3a56e6402ea892 (patch)
tree23343436fd33b77539da5916a45ea6b18125d207 /ssl
parent5d5ca32fa1b34de7b7c869e9860929d033f9ffd7 (diff)
fix incorrect strength bit values for certain Kerberos ciphersuites
Submitted by: Victor Duchovni
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_lib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 37d8ce49a5..d4114f3de8 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -690,7 +690,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
SSL_SSLV3,
SSL_NOT_EXP|SSL_HIGH,
0,
- 112,
+ 168,
168,
},
@@ -754,7 +754,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
SSL_SSLV3,
SSL_NOT_EXP|SSL_HIGH,
0,
- 112,
+ 168,
168,
},
@@ -834,7 +834,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
- 128,
+ 40,
128,
},
@@ -882,7 +882,7 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
- 128,
+ 40,
128,
},
#endif /* OPENSSL_NO_KRB5 */