Hide Forgot
Description of problem: I see the following two ciphers enabled by default in the base/server/share/conf/ciphers.info file: +TLS_RSA_WITH_3DES_EDE_CBC_SHA +TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA Can we disable those ciphers by default so that they need to be explicitly enabled in case they are needed? Version-Release number of selected component (if applicable): pki-core-10.4.1 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
commit 5ada777e54d0e79588c5516e18eefdbccbe36cea Author: Jack Magne <jmagne> Date: Wed Oct 4 10:50:46 2017 -0700 Fix Weak ciphers (3DES) should not be enabled by default anymore. Ticket: https://pagure.io/dogtagpki/issue/2821 This fix simply does the following: 1. Makes sure that the ciphers below are not enabled by default on new installations of a CS subsystem: TLS_RSA_WITH_3DES_EDE_CBC_SHA TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA 2. The informational text file ciphers.info has been updated to reflect the change. To restate, this only affects brand new installs. Existing instances will have to be modified manually, but this is not a huge task. 3. Since the idea was to remove 3DES related ciphers, decided to disable the rest of those involving 3DES. They can be rescued if required by the user. Change-Id: I1fbef9fbe0fa509a65e167161e30f41204d4197d commit 78e4bbc4b696b52036fa18caff5f92c02dc80d88
I tested this Bugzilla on 10.5.1-5 version. In file /etc/pki/<instance_name>/ciphers.info, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA algorithms are disabled by default. Verifying this bug.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0925