Bug 2223

Summary: Ed25519 support in SSHFP DNS resource records
Product: Portable OpenSSH Reporter: mancha <mancha1>
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED DUPLICATE    
Severity: enhancement    
Priority: P5    
Version: -current   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch to add Ed25519 support in SSHFP RRs
none
Patch to add Ed25519 support for SSHFP RRs none

Description mancha 2014-04-08 08:37:31 AEST
Created attachment 2420 [details]
Patch to add Ed25519 support in SSHFP RRs

Attached patch adds support for Ed25519 keys (introduced in OpenSSH 6.5) for use in SSHFP DNS resource records.

Though not yet allocated by IANA, we provisionally assign an RR type value of four (4) for Ed25519 in anticipation of an update to the standards.

References:
[1] http://tools.ietf.org/html/rfc4255
[2] http://tools.ietf.org/html/rfc6594
[3] https://www.iana.org/assignments/dns-sshfp-rr-parameters/dns-sshfp-rr-parameters.txt
[4] http://tools.ietf.org/html/draft-moonesamy-sshfp-ed25519-01
Comment 1 mancha 2014-04-08 13:53:27 AEST
Created attachment 2421 [details]
Patch to add Ed25519 support for SSHFP RRs

Updated patch. Initial submission had a small bug (missing comma).
Comment 2 mancha 2014-04-08 13:55:06 AEST

*** This bug has been marked as a duplicate of bug 2197 ***
Comment 3 Damien Miller 2016-08-02 10:43:01 AEST
Close all resolved bugs after 7.3p1 release