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

Bradford Wetmore bradford.wetmore at oracle.com
Mon Aug 27 23:55:52 UTC 2018


 > Looks good.

+1.

Brad


On 8/27/2018 8:12 AM, Alan Bateman wrote:
> 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