On Tue, 17 Nov 2020 18:32:34 GMT, Xue-Lei Andrew Fan <xue...@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

Reply via email to