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

Make handling of 3rd party providers more stable

XMLWordPrintable

        src/java.base/share/classes/sun/security/ssl/RSAClientKeyExchange.java:

        When doing the debug printin:

                            System.out.println("The Cipher provider " +
                                cipher.getProvider().getName() +
                                " caused exception: " + iue.getMessage());

        cipher.getProvider() may throw an exception, which will cause the failOver branch get skipped.

              igerasim Ivan Gerasimov
              igerasim Ivan Gerasimov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: