RFR: 8341346: Add support for exporting TLS Keying Material [v15]
Bradford Wetmore
wetmore at openjdk.org
Thu May 15 00:29:56 UTC 2025
On Wed, 14 May 2025 20:13:36 GMT, Artur Barashev <abarashev at openjdk.org> wrote:
>> Bradford Wetmore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Merged with changes for JDK-8353578
>
> src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java line 1727:
>
>> 1725:
>> 1726: // context length must fit in 2 unsigned bytes.
>> 1727: if ((context != null) && context.length >= 65536) {
>
> Nit: `context.length > 0xFFFF` would be more readable IMO
Sure.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24976#discussion_r2089941085
More information about the net-dev
mailing list