Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8167459

Add debug output for indicating if a chosen ciphersuite was legacy

XMLWordPrintable

    • b141
    • Not verified

        We should provide more information about which ciphersuites were actually considered for a handshake and why they were ultimately chosen/not chosen, but for now, add a debug message to indicate whether or not a chosen ciphersuite was legacy.

        Examples:

        % java -Djavax.net.debug=all MyClass // or % java -Djavax.net.debug=ssl MyClass
            ...deleted...
            Standard ciphersuite chosen: TLS_RSA_WITH_AES_128_CBC_SHA
            ...deleted...

        or

            ...deleted...
            Legacy ciphersuite chosen: SSL_RSA_WITH_RC4_128_SHA
            ...deleted...


              wetmore Bradford Wetmore
              wetmore Bradford Wetmore
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: