RFR: 8298381: Improve handling of session tickets for multiple SSLContexts [v3]

Volker Simonis simonis at openjdk.org
Thu Dec 22 12:47:52 UTC 2022


On Wed, 21 Dec 2022 19:34:19 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

>> Volker Simonis has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Optimized initialisation of currentKeyID and deletion of expired session keys as proposed by @schlosna
>
> src/java.base/share/classes/sun/security/ssl/SSLSessionContextImpl.java line 28:
> 
>> 26: package sun.security.ssl;
>> 27: 
>> 28: import java.security.SecureRandom;
> 
> This import is not used.

Fixed.

-------------

PR: https://git.openjdk.org/jdk/pull/11590



More information about the security-dev mailing list