Bug 3315 - Allow import Edwards keys from OpenSSL
Summary: Allow import Edwards keys from OpenSSL
Status: NEW
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh-keygen (show other bugs)
Version: 8.6p1
Hardware: Other All
: P5 enhancement
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-29 21:01 AEST by Dmitry Belyavskiy
Modified: 2021-05-29 21:01 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Belyavskiy 2021-05-29 21:01:34 AEST
Modern OpenSSL versions support ed25519 keys. These patches add the detection of the necessary functions and uses them for import of ed25519 keys to OpenSSH

The PR for this purpose: https://github.com/openssh/openssh-portable/pull/253