Skip to content

Commit

Permalink
By default, disable SSL3_RSA_WITH_DES_CBC_SHA.
Browse files Browse the repository at this point in the history
* TRAC Ticket #706 - Disable SSL3_RSA_WITH_DES_CBC_SHA
  • Loading branch information
mharmsen99 committed Aug 20, 2013
1 parent 5ecf890 commit 443bffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/server/python/pki/server/deployment/pkiparser.py
Expand Up @@ -794,7 +794,7 @@ def compose_pki_master_dictionary(self):
"+SSL3_RSA_WITH_RC4_128_SHA," + \
"-SSL3_RSA_EXPORT_WITH_RC4_40_MD5," + \
"+SSL3_RSA_WITH_3DES_EDE_CBC_SHA," + \
"+SSL3_RSA_WITH_DES_CBC_SHA," + \
"-SSL3_RSA_WITH_DES_CBC_SHA," + \
"-SSL3_RSA_EXPORT_WITH_RC2_CBC_40_MD5," + \
"-SSL3_FORTEZZA_DMS_WITH_FORTEZZA_CBC_SHA," + \
"-SSL_RSA_FIPS_WITH_DES_CBC_SHA," + \
Expand Down
2 changes: 1 addition & 1 deletion base/setup/pkicreate
Expand Up @@ -2432,7 +2432,7 @@ LoadModule nss_module /opt/fortitude/modules.local/libmodnss.so
. "-SSL2_DES_64_CBC_WITH_MD5,-SSL2_DES_192_EDE3_CBC_WITH_MD5";
$slot_hash{$TOMCAT_SSL3_CIPHERS} = "-SSL3_FORTEZZA_DMS_WITH_NULL_SHA,-SSL3_FORTEZZA_DMS_WITH_RC4_128_SHA,"
. "+SSL3_RSA_WITH_RC4_128_SHA,-SSL3_RSA_EXPORT_WITH_RC4_40_MD5,"
. "+SSL3_RSA_WITH_3DES_EDE_CBC_SHA,+SSL3_RSA_WITH_DES_CBC_SHA,"
. "+SSL3_RSA_WITH_3DES_EDE_CBC_SHA,-SSL3_RSA_WITH_DES_CBC_SHA,"
. "-SSL3_RSA_EXPORT_WITH_RC2_CBC_40_MD5,-SSL3_FORTEZZA_DMS_WITH_FORTEZZA_CBC_SHA,"
. "-SSL_RSA_FIPS_WITH_DES_CBC_SHA,+SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA,"
. "-SSL3_RSA_WITH_NULL_MD5,-TLS_RSA_EXPORT1024_WITH_RC4_56_SHA,"
Expand Down

0 comments on commit 443bffb

Please sign in to comment.