RFR: 8298867: Basics.java fails with SSL handshake exception [v3]

Rajan Halade rhalade at openjdk.org
Thu Dec 22 19:30:50 UTC 2022


On Thu, 22 Dec 2022 19:29:18 GMT, Matthew Donovan <duke at openjdk.org> wrote:

>> Updated to use specific ciphersuite and TLS protocol.
>> Updated tests based on changes to SSLEngine implementation
>
> Matthew Donovan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removed unused variables, made fields final, changed to RuntimeException everywhere

test/jdk/javax/net/ssl/SSLEngine/Basics.java line 51:

> 49:     private static final String keyStoreFile = "keystore";
> 50:     private static final String trustStoreFile = "truststore";
> 51:     private static final String passwd = "passphrase";

passwd variable defined here is unused. Also can you please capitalize all the constants.

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

PR: https://git.openjdk.org/jdk/pull/11760



More information about the security-dev mailing list