[8u] RFR 8241248: NullPointerException in sun.security.ssl.HKDF.extract(HKDF.java:93)
Alexey Bakhtin
alexey at azul.com
Fri Apr 23 16:46:17 UTC 2021
Hi Severin,
Thank you.
I will submit it to upstream because of issue reproducible with disabled server stateless session resumption.
Regards
Alexey
> On 23 Apr 2021, at 18:35, Severin Gehwolf <sgehwolf at redhat.com> wrote:
>
> Hi Alexey,
>
> On Fri, 2021-04-23 at 14:54 +0000, Alexey Bakhtin wrote:
>> Hello All,
>>
>> Could you please review fix for the JDK-8241248
>> Issue happens during the TLSv1.3 handshake in case of server receives
>> several parallel requests with the same pre_shared_key.
>> The main idea of the fix is to remove resuming session from the
>> session cache on the early stage.
>>
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8241248
>> Webrev: http://cr.openjdk.java.net/~abakhtin/8241248/webrev.v0/
>>
>> The test from the bug report using OpenSSL is passed
>> javax/net/ssl and sun/security/ssl jtreg tests passed
>
> As far as I can see this bug isn't fix in latest JDK head. It should
> get fixed there first before we attempt to address it in OpenJDK 8.
>
> Thanks,
> Severin
More information about the jdk8u-dev
mailing list