Bug 3315

Summary: Allow import Edwards keys from OpenSSL
Product: Portable OpenSSH Reporter: Dmitry Belyavskiy <dbelyavs>
Component: ssh-keygenAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: 8.6p1   
Hardware: Other   
OS: All   

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