Bugzilla – Attachment 2161 Details for
Bug 1978
ECDSA & SHA256 support in SSHFP DNS records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add ECDSA key records to host keys records printed by ssh-keygen -r <hostname>
patch (text/plain), 395 bytes, created by
Julien DÉCHARNE
on 2012-06-02 02:07:25 AEST
(
hide
)
Description:
patch to add ECDSA key records to host keys records printed by ssh-keygen -r <hostname>
Filename:
MIME Type:
Creator:
Julien DÉCHARNE
Created:
2012-06-02 02:07:25 AEST
Size:
395 bytes
patch
obsolete
>--- ssh-keygen.c 2011-09-04 11:59:26.000000000 +0200 >+++ ssh-keygen.c 2012-06-01 17:22:12.598492029 +0200 >@@ -2183,6 +2183,8 @@ > _PATH_HOST_RSA_KEY_FILE, rr_hostname); > n += do_print_resource_record(pw, > _PATH_HOST_DSA_KEY_FILE, rr_hostname); >+ n += do_print_resource_record(pw, >+ _PATH_HOST_ECDSA_KEY_FILE, rr_hostname); > > if (n == 0) > fatal("no keys found.");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1978
:
2144
| 2161