RFR 8209995: java.base does not need to export sun.security.ssl to java.security.jgss

Weijun Wang weijun.wang at oracle.com
Mon Aug 27 15:09:15 UTC 2018


Since we've removed all krb5-based ciphersuites from JSSE, this qualified export is useless anymore.

Please review the patch below:

diff --git a/src/java.base/share/classes/module-info.java b/src/java.base/share/classes/module-info.java
--- a/src/java.base/share/classes/module-info.java
+++ b/src/java.base/share/classes/module-info.java
@@ -284,8 +284,6 @@
         java.naming;
     exports sun.security.rsa to
         jdk.crypto.cryptoki;
-    exports sun.security.ssl to
-        java.security.jgss;
     exports sun.security.timestamp to
         jdk.jartool;
     exports sun.security.tools to

Thanks
Max




More information about the security-dev mailing list