RFR: 8298381: Improve handling of session tickets for multiple SSLContexts [v3]
Volker Simonis
simonis at openjdk.org
Thu Dec 22 12:51:52 UTC 2022
On Wed, 21 Dec 2022 19:46:57 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 77:
>
>> 75:
>> 76: private int currentKeyID; // RFC 5077 session ticket key name
>> 77: private final Map<Integer, // Maps session keys to session state
>
> What do you think if adjusting the comment a little bit?
>
> // The current session ticket encryption key ID
> private int currentKeyID;
>
> // Session ticket encryption keys and IDs map
> private final Map<Integer,
Changed.
-------------
PR: https://git.openjdk.org/jdk/pull/11590
More information about the security-dev
mailing list