Re: RFR: 8249176: Update GlobalSignR6CA test certificates

2020-08-29 Thread Xuelei Fan
Looks good to me. Thanks, Xuelei On 8/29/2020 10:56 AM, Rajan Halade wrote: Please review this change to update test artifacts used for GlobalSign R6 Root CA. Webrev: http://cr.openjdk.java.net/~rhalade/8249176/webrev.00/ Thanks, Rajan

RFR: 8249176: Update GlobalSignR6CA test certificates

2020-08-29 Thread Rajan Halade
Please review this change to update test artifacts used for GlobalSign R6 Root CA. Webrev: http://cr.openjdk.java.net/~rhalade/8249176/webrev.00/ Thanks, Rajan

Re: Correction: Re: RFC8410 (in)compatibility

2020-08-29 Thread Weijun Wang
In JDK 15, a Signature.getInstance("Ed25519”) would also reject a key generated from KeyPairGenerator.getInstance("X25519”). It accepts a key from KeyPairGenerator.getInstance("Ed25519”). Thanks, Max > On Aug 29, 2020, at 10:14 AM, Anders Rundgren > wrote: > > The RFC8410 author claims that

Correction: Re: RFC8410 (in)compatibility

2020-08-29 Thread Anders Rundgren
The RFC8410 author claims that the public key featured in the "self-issued" certificate is NOT related to the signature key. The answer to my question is thus (?) that "Signature" should (as BC does) reject X25519 keys. All is good :-) Anders On 2020-08-28 16:07, Anders Rundgren wrote: On