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

Volker Simonis simonis at openjdk.org
Mon Jan 9 17:06:04 UTC 2023


On Sat, 7 Jan 2023 08:24:42 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Volker Simonis has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated copyright year to 2023
>
> src/java.base/share/classes/sun/security/ssl/SSLSessionContextImpl.java line 220:
> 
>> 218:                 return ssk;
>> 219:             }
>> 220:             int newID = currentKeyID + 1;
> 
> Do we actually want to support the whole range of ints here? Probably some limitations can be applied?

Why, we used the full range before and with this change we will produce significantly less keys anyway.

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

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



More information about the security-dev mailing list