https://bugzilla.mindrot.org/show_bug.cgi?id=3195
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- Created attachment 3433 --> https://bugzilla.mindrot.org/attachment.cgi?id=3433&action=edit support reading PKCS8 Ed25519 keys OpenSSH doesn't currently support reading or writing Ed25519 keys in any format other than the OpenSSH native key format. Not all libcrypto implementations support Ed25519 keys, in particular LibreSSL does not. This patch adds support for reading PKCS8 Ed25519 keys on recent OpenSSL, but it can't be upstreamed until LibreSSL supports these keys too. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
