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