chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7f00d93
)
zone.lisp: Include SSHFP type code for Ed25519 keys.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Jul 2017 13:59:13 +0000
(14:59 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Jul 2017 13:59:13 +0000
(14:59 +0100)
zone.lisp
patch
|
blob
|
blame
|
history
diff --git
a/zone.lisp
b/zone.lisp
index bd3cd3fb12e4c71804c0691a7feeb82e79875731..8eef825222fd7715c7889533710abcc84d536b50 100644
(file)
--- a/
zone.lisp
+++ b/
zone.lisp
@@
-923,7
+923,7
@@
(defzoneparse :dkim (name data rec)
(rec :type :txt
:data (nreverse things)))))
-(defenum sshfp-algorithm () (:rsa 1) (:dsa 2) (:ecdsa 3))
+(defenum sshfp-algorithm () (:rsa 1) (:dsa 2) (:ecdsa 3)
(:ed25519 4)
)
(defenum sshfp-type () (:sha-1 1) (:sha-256 2))
(export '*sshfp-pathname-defaults*)