RFR: JDK-8166596: TLS support for the EdDSA signature algorithm [v3]

Jamil Nimeh jnimeh at openjdk.java.net
Sat Nov 21 02:03:12 UTC 2020


On Fri, 20 Nov 2020 20:39:46 GMT, Xue-Lei Andrew Fan <xuelei at 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



More information about the security-dev mailing list