Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8141050 System property to enable RC4 based ciphersuites
  3. JDK-8153020

Release Note: New system property to control re-enabling of RC4-based ciphersuites in 7u101, 6u115 releases

XMLWordPrintable

        Setting `-Djdk.tls.enableRC4CipherSuites=true` adds the following RC4 based ciphersuites back to the default enabled JSSE ciphersuite list:

        * TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
        * TLS_ECDHE_RSA_WITH_RC4_128_SHA
        * TLS_ECDH_ECDSA_WITH_RC4_128_SHA
        * TLS_ECDH_RSA_WITH_RC4_128_SHA
        * SSL_RSA_WITH_RC4_128_SHA
        * SSL_RSA_WITH_RC4_128_MD5

        This system property will only have impact from the JDK 7u101 and JDK 6u115 releases. By default, RC4-based ciphersuites are not in the default enabled list. They were removed in the JDK 6u101 and JDK 7u85 releases.

              coffeys Sean Coffey
              cwayne Clifford Wayne (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: