RFR: 8341346: Add support for exporting TLS Keying Material [v3]

Bradford Wetmore wetmore at openjdk.org
Thu May 1 19:34:45 UTC 2025


On Thu, 1 May 2025 15:18:43 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Bradford Wetmore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Moved too fast
>
> src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java line 1691:
> 
>> 1689:                 // ...now the final expand.
>> 1690:                 SecretKey key = hkdf.expand(derivedSecret, hkdfInfo, length,
>> 1691:                         "label");
> 
> Are you using "label" as the algorithm name for the output?

Egads...should be the label variable.  Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24976#discussion_r2070703242


More information about the security-dev mailing list