提交 ccae144d 编写于 作者: B Bodo Möller

fix incorrect strength bit values for certain Kerberos ciphersuites

Submitted by: Victor Duchovni
上级 5d5ca32f
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册