basil commented on issue #585: URL: https://github.com/apache/mina-sshd/issues/585#issuecomment-2742332155
This seems challenging given that MINA needs a way to recover the public key associated with a given private key in `GenericOpenSSHEd25519PrivateKeyEntryDecoder#decodePrivateKey`, something which is supported out-of-the-box by `org.bouncycastle.jcajce.provider.asymmetric.edec.BC15EdDSAPrivateKey` and `net.i2p.crypto.eddsa.EdDSAPrivateKey` but not by `sun.security.ec.ed.EdDSAPrivateKeyImpl`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
