kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Curve25519 Key Generation Support #199

Closed otto-dev closed 2 years ago

otto-dev commented 5 years ago

Describe the solution you'd like It would be great to have Curve25519 available as a choice for EC key generation in the Generate Key Pair dialogue. It's among the popular curves (relatively speaking) because of its favorable attributes, and, for example, supported by browsers such as Chrome and Firefox, as well as JDK 13.

kaikramer commented 2 years ago

Closing tickets in preparation for release of KSE 5.5.0

mdean187 commented 2 years ago

otto-dev requested Curve25519 support. kaikramer closed ticket after ed25519 support added. release notes seem to confirm this. perhaps this ticket should be re-opened as support added (although excellent) was different to what was requested?

kaikramer commented 2 years ago

@mdean187 I am pretty sure that Ed25519 is in fact what was meant, as we are here in the context of X.509 certificates and Java keystores.

otto-dev commented 2 years ago

@kaikramer yes, you got the context correct. So it comes down to me not understanding the details when opening the ticket.

Thanks for implementing this feature!