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

Bradford Wetmore wetmore at openjdk.org
Wed May 14 23:57:56 UTC 2025


On Tue, 13 May 2025 12:16:37 GMT, Sean Mullan <mullan 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/javax/net/ssl/ExtendedSSLSession.java line 189:
> 
>> 187:      *           {@code UnsupportedOperationException}.
>> 188:      *           Classes derived from ExtendedSSLSession must implement
>> 189:      *           this method.
> 
> That statement is too strong, even though `getStatusResponses` has that text, unfortunately. For one, existing provider implementations of this class are binary compatible if they upgrade to JDK 25 because they don't have to implement this method right away since it has a default implementation.

Ok, removed in both places

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

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


More information about the net-dev mailing list