bugzilla-daemon at bugzilla.mindrot.org
2019-Nov-11 11:38 UTC
[Bug 3091] New: Unable to export (EC)DSA public keys in PEM format.
https://bugzilla.mindrot.org/show_bug.cgi?id=3091
Bug ID: 3091
Summary: Unable to export (EC)DSA public keys in PEM format.
Product: Portable OpenSSH
Version: 8.1p1
Hardware: Other
OS: Linux
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: jjelen at redhat.com
Created attachment 3338
--> https://bugzilla.mindrot.org/attachment.cgi?id=3338&action=edit
ssh-keygen: Support publickey export of ECDSA and DSA keys in PEM
format
The ssh-keygen is missing implementation of export other public key
types from RSA in pem format. The attached patch implements this
missing export using OpenSSL functions.
According to the manual page of OpenSSL, PEM_write_RSAPublicKey, there
is slight difference between the RSAPublicKey and RSA_PUBKEY (and the
new functions used in the attached patch), but generally provide a way
to export public key, which is better than not being able to do that at
all.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2020-Jan-23 10:25 UTC
[Bug 3091] Unable to export (EC)DSA public keys in PEM format.
https://bugzilla.mindrot.org/show_bug.cgi?id=3091
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |3079
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=3079
[Bug 3079] Tracking bug for 8.2 release
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2020-Jan-24 10:58 UTC
[Bug 3091] Unable to export (EC)DSA public keys in PEM format.
https://bugzilla.mindrot.org/show_bug.cgi?id=3091
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
applied - thanks
--
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.
bugzilla-daemon at mindrot.org
2021-Apr-23 05:10 UTC
[Bug 3091] Unable to export (EC)DSA public keys in PEM format.
https://bugzilla.mindrot.org/show_bug.cgi?id=3091
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
closing resolved bugs as of 8.6p1 release
--
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.