You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually ed25519 is supported as of Java 15. Bouncy Castle also supports it.
Unfortunately, changing the current implementation so that it would work with any of these is not possible without API breaks. It's also a lot of work.
Description
Currently, elliptical curve key support is available through a 3rd party library that is seemingly unmaintained (latest release 2018).
JDK 22 add support for edec keys natively
Motivation
Remove reliance on 3rd-party library, use JDK-default key for up-and-comming ssh key format
Alternatives considered
No response
Additional context
No response
JDK 22 support:
ref: https://javaalmanac.io/jdk/22/apidiff/21/
3rd party library:
The text was updated successfully, but these errors were encountered: