RFR: 8211227: Inconsistent TLS protocol version in debug output [v2]

Rajan Halade rhalade at openjdk.java.net
Thu Feb 18 22:27:40 UTC 2021


On Thu, 18 Feb 2021 20:37:58 GMT, Evan Whelan <ewhelan at openjdk.org> wrote:

>> Hi everyone,
>> 
>> Please review my fix for JDK-8211227
>> 
>> This supportability fix will result in a more consistent debug format when reading and writing TLS protocol versions.
>> 
>> Thanks,
>> Evan
>
> Evan Whelan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8211227: Re-wrote LoggingFormatConsistency to use local SSL server rather than an existing URL

Changes requested by rhalade (Reviewer).

test/jdk/sun/security/ssl/SSLLogger/LoggingFormatConsistency.java line 145:

> 143:      * Fork off the other side, then do your work.
> 144:      */
> 145:     LoggingFormatConsistency() throws Exception {

Have you looked at the templates available at test/jdk/javax/net/ssl/templates? Check SSLSocketTemplate.java which is using CountDownLatch.

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

PR: https://git.openjdk.java.net/jdk/pull/2331



More information about the security-dev mailing list