[Bug 3195] ssh-keygen unable to convert ED25519 public keys

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jul 24 15:51:20 AEST 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3195

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
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.


More information about the openssh-bugs mailing list