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

Xuelei Fan xuelei.fan at oracle.com
Mon Aug 27 15:12:01 UTC 2018


Looks fine to me.

Thanks,
Xuelei

On 8/27/2018 8:09 AM, Weijun Wang wrote:
> 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