Package: sshfp / 1.2.2-5

Metadata

Package Version Patches format
sshfp 1.2.2-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_makefile.diff | (download)

Makefile | 11 4 + 7 - 0 !
1 file changed, 4 insertions(+), 7 deletions(-)

 ships daneldnsx.py in the debian package
002_fix undefined var.diff | (download)

sshfp | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix undefined variable
003_fix k option.diff | (download)

sshfp | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 fix use of option -k
004_ecdsa.diff | (download)

sshfp | 69 51 + 18 - 0 !
1 file changed, 51 insertions(+), 18 deletions(-)

 add support for ecdsa. see rfc 6594.
 This is the default algorithm in Jessie.
005_ed25519.diff | (download)

sshfp | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 add support for ed25519 algorithm
 Jessie ssh installation generates /etc/ssh/ssh_host_ed25519_key.pub
 IANA assigned RR type 4 to it [DRAFT].
 See https://www.iana.org/assignments/dns-sshfp-rr-parameters/dns-sshfp-rr-parameters.xml
 That patch adds support for that.