On Fri, 20 Nov 2020 20:39:46 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:

>> JsseJce.isEcAvailable doesn't check for EdDSA availability so I'm not sure 
>> we want that second clause.  I don't think the EdDSA code is implemented in 
>> the same module as the other EC code is so I don't know if we'd want to 
>> extend isEcAvailable to include EdDSA.  I'll need to go look to see where 
>> EdDSA is located relative to the EC code.
>
> Hm, maybe a new isEdDsaAvailable().

The reasons for having isEcAvailable for EC keys do not apply for EdDSA.  I 
don't think we should make any changes to this part of the code right now.

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

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

Reply via email to