On Tue, 13 May 2025 13:23:16 GMT, Weijun Wang <[email protected]> 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