RFR: 8341346: Add support for exporting TLS Keying Material [v12]
Bradford Wetmore
wetmore at openjdk.org
Thu May 15 00:29:55 UTC 2025
On Tue, 13 May 2025 13:23:16 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Bradford Wetmore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Missed one review comment
>
> src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java line 1598:
>
>> 1596: // L length of output keying material in octets
>> 1597: // (<= 255*HashLen)
>> 1598: if (length >= (255 * cipherSuite.hashAlg.hashLength )) {
>
> The opposite of `<=` is `>`.
Good catch. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24976#discussion_r2089940408
More information about the net-dev
mailing list