[jdk17u-dev] RFR: 8328608: Multiple NewSessionTicket support for TLS [v2]

Ralf Schmelter rschmelter at openjdk.org
Thu Feb 26 15:04:04 UTC 2026


On Thu, 26 Feb 2026 14:04:06 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> src/java.base/share/classes/sun/security/ssl/NewSessionTicket.java
>> Trivial resolve.
>> 
>> src/java.base/share/classes/sun/security/ssl/SSLConfiguration.java
>> Copyright
>> 
>> src/java.base/share/classes/sun/security/util/Cache.java
>> Some larger but trivial resolves.
>> 
>> To make it compile I had to add some imports and remove an unsupported switch espression, see extra commit.
>> 
>> The third commit contains the changes needed to make the tests work.  Here especially the change to [CertMsgCheck.java](https://github.com/openjdk/jdk17u-dev/pull/4276/changes/ab79bf619937002f78a476d7548a298abd86cf50#diff-ebde63cf18c95b63a577d9b9f75983d20dae417ace1f2258d6dfcca7fe2d1321), without adding the arbitrary import, jtreg did not compile TLSBase.java.
>
> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Simplify if condition

Looks good

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

Marked as reviewed by rschmelter (Reviewer).

PR Review: https://git.openjdk.org/jdk17u-dev/pull/4276#pullrequestreview-3861554493


More information about the jdk-updates-dev mailing list