RFR 8209995: java.base does not need to export sun.security.ssl to java.security.jgss
Alan Bateman
Alan.Bateman at oracle.com
Mon Aug 27 15:12:53 UTC 2018
On 27/08/2018 16:09, 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
>
Looks good.
More information about the security-dev
mailing list