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

Bradford Wetmore wetmore at openjdk.org
Tue May 13 04:57:55 UTC 2025


On Mon, 12 May 2025 14:45:36 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Bradford Wetmore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 13 commits:
>> 
>>  - Merge branch 'master' into JDK-8341346
>>  - Adjustments made for JDK-8350830
>>  - Merge branch 'master' into JDK-8341346
>>  - Rework to avoid PKCS11 data extraction problems, and enhanced input verification and unit testing
>>  - More Codereview comments
>>  - Updated to use the upcoming KDF (still in preview) + bits of JDK-8353578 for compilation)
>>  - Add in the SharedSecrets SecretKeySpec clearing mechanism
>>  - More codereview/CSR comments
>>  - Merge branch 'master' into JDK-8341346
>>  - Codereview comments.
>>  - ... and 3 more: https://git.openjdk.org/jdk/compare/68a11850...bd227aa8
>
> src/java.base/share/classes/javax/net/ssl/ExtendedSSLSession.java line 172:
> 
>> 170:      * algorithms defined in RFCs 5705/8446.
>> 171:      * <P>
>> 172:      * Note RFC 5705 (for (D)TLSv1.2 and earlier) calculates different EKM
> 
> s/Note/Note that/
> 
> (or just remove "Note" - don't think it is really necessary).

Removed "Note"

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

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


More information about the net-dev mailing list