RFR: JDK-8166596: TLS support for the EdDSA signature algorithm

Jamil Nimeh jnimeh at openjdk.java.net
Tue Nov 17 23:34:13 UTC 2020


On Tue, 17 Nov 2020 18:32:34 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

>> Hello all,
>> This change brings in support for certificates with EdDSA keys (both Ed25519 and Ed448) allowing those signature algorithms to be used both on the certificates themselves and used during the handshaking process for messages like CertificateVerify, ServerKeyExchange and so forth.
>
> test/jdk/javax/net/ssl/TLSCommon/TLSWithEdDSA.java line 92:
> 
>> 90:     final SessionChecker serverChecker;
>> 91:     final Class<? extends Throwable> clientException;
>> 92:     final Class<? extends Throwable> serverException;
> 
> If no problem, I may declare the class fields and inner classes as private for safe.

OK.  Will do.

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

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



More information about the security-dev mailing list