Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-12262

DEFAULT_CIPHER_SUITES_FILTER_EXCLUDE Incorrect

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.21.0
    • documentation
    • None
    • Unknown

    Description

      The official documentation states the default cipher suites exclude filters are:

      .*NULL.*
      .*anon.*
      .*DES.* Camel 2.15.4 =>Means 3DES **is** excluded
      .*EXPORT.* Camel 2.15.4
      

      The default cipher suite exclude filter declared is:

      /camel-core/src/main/java/org/apache/camel/util/jsse/BaseSSLContextParameters.java
      
          protected static final List<String> DEFAULT_CIPHER_SUITES_FILTER_EXCLUDE =
              Collections.unmodifiableList(Arrays.asList(".*_NULL_.*", ".*_anon_.*", ".*_EXPORT_.*", ".*_DES_.*"));
      

      According to the documentation 3DES will be excluded by default. Based on the code only DES will be excluded.

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              Atanasov Lyubomir
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: