We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec9b93 commit b14a9dbCopy full SHA for b14a9db
src/openssl.c
@@ -1821,7 +1821,7 @@ static const struct {int num; const char *name;} ssl_ciphers_tbl[] = {
1821
{0x001A, "TLS_DH_anon_WITH_DES_CBC_SHA"},
1822
{0x001B, "TLS_DH_anon_WITH_3DES_EDE_CBC_SHA"},
1823
{0x001D, "TLS_FORTEZZA_KEA_WITH_FORTEZZA_CBC_SHA"},
1824
- {0x001E, "TLS_FORTEZZA_KEA_WITH_RC4_128_SHA"},
+ {0x001E, "TLS_KRB5_WITH_DES_CBC_SHA"}, /* Note: https://github.com/openssl/openssl/issues/6710 */
1825
{0x001F, "TLS_KRB5_WITH_3DES_EDE_CBC_SHA"},
1826
{0x0020, "TLS_KRB5_WITH_RC4_128_SHA"},
1827
{0x0021, "TLS_KRB5_WITH_IDEA_CBC_SHA"},
0 commit comments