On Wed, 2 Dec 2020 15:33:20 GMT, Jamil Nimeh <jni...@openjdk.org> wrote:

>> SunEC's algorithm name for keys are always "EdDSA", but I know BC returns 
>> "Ed25519" or "Ed448".
>
> Filed and took ownership of JDK-8257607 to address BC JCE provider issues for 
> both XDH and EdDSA when used with SunJSSE.

Also, specific to this particular algorithm the signature type can be EdDSA for 
both BC and SunJCE, regardless of if the key type is EdDSA (SunJCE) or Ed25519 
or Ed448 (BC).  Creating a signature with algorithm EdDSA and the use of the 
key from either provider will perform a signature of the proper kind.

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

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

Reply via email to