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

Commit in 8133817:TLSv1.2 to JDK 6u incl double call of SSLAAlgorithmConstructor

XMLWordPrintable

        Double call error crept in while TLSv1.2 was being backported to JDK 6u :

        src/share/classes/com/sun/net/ssl/internal/ssl/Handshaker.java
                if (conn != null) {
                    algorithmConstraints = new SSLAlgorithmConstraints(conn, true);
                    algorithmConstraints = new SSLAlgorithmConstraints(conn, true);
                } else { // engine != null
                    algorithmConstraints = new SSLAlgorithmConstraints(engine, true);
                    algorithmConstraints = new SSLAlgorithmConstraints(engine, true);
                }

              coffeys Sean Coffey
              shadowbug Shadow Bug
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: