Thomas Wolf created SSHD-985: -------------------------------- Summary: Support Bouncy Castle Ed25519 and Ed448 keys Key: SSHD-985 URL: https://issues.apache.org/jira/browse/SSHD-985 Project: MINA SSHD Issue Type: New Feature Affects Versions: 2.4.0 Reporter: Thomas Wolf
Bouncy Castle nowadays (at least since 1.64) also has an EDDSA provider. Sshd should be able to work with those keys, too, not just with the ones from net.i2p.crypto.eddsa. One notable difference is that net.i2p produces keys that return from Key.getAlgorithm() "EdDSA", while the Bouncy Castle keys return "Ed25519" or "Ed448", respectively. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org