RFR: 8341346: Add support for exporting TLS Keying Material [v18]
Bradford Wetmore
wetmore at openjdk.org
Mon May 19 20:18:55 UTC 2025
On Mon, 19 May 2025 15:06:26 GMT, Hai-May Chao <hchao at openjdk.org> wrote:
>> Bradford Wetmore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Updated copyright dates.
>
> src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java line 746:
>
>> 744: return serverRandom;
>> 745: }
>> 746:
>
> It looks like these getters (`getExporterMasterSecret(`), `getClientRandom()`, and `getServerRandom()`) are not used yet outside of this class.
Good point, everything is internal now. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24976#discussion_r2096422333
More information about the net-dev
mailing list