diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2018-03-12 11:16:20 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2018-03-12 13:37:09 +0100 |
commit | 9bddf37934cb30bd2a262e4cec94f849b7bf4263 (patch) | |
tree | e376ef8502cfad54ffb24207ce8ac354d789c578 /tests/zscanner/data/34_SSHFP.in | |
parent | dnssec: move to libdnssec (diff) | |
download | knot-9bddf37934cb30bd2a262e4cec94f849b7bf4263.tar.xz knot-9bddf37934cb30bd2a262e4cec94f849b7bf4263.zip |
zscanner: move to libzscanner
Diffstat (limited to 'tests/zscanner/data/34_SSHFP.in')
-rw-r--r-- | tests/zscanner/data/34_SSHFP.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/zscanner/data/34_SSHFP.in b/tests/zscanner/data/34_SSHFP.in deleted file mode 100644 index 89c4de3da..000000000 --- a/tests/zscanner/data/34_SSHFP.in +++ /dev/null @@ -1,21 +0,0 @@ -$ORIGIN . -$TTL 1 - -; OK -@ SSHFP 0 0 00 ; The simplest variant -@ SSHFP 255 255 00 ; Maximal numbers -@ SSHFP 0 0 01 02 0304 ; Hex block with blank spaces between them -@ TYPE44 \# 3 000000 ; TYPE + Hexadecimal rdata -@ TYPE44 0 0 00 ; TYPE -@ sshfp 0 0 00 ; Type in lower-case - -; KO -@ SSHFP -@ SSHFP ; Empty rdata -@ SSHFP \# 0 ; Hex empty rdata -@ SSHFP 256 0 00 ; Algorithm overflow -@ SSHFP 0 256 00 ; Fp type overflow -@ SSHFP 0 0 0 ; Continuous block length must be multiple of 2 -@ SSHFP 0 0 00 0 ; Continuous block length must be multiple of 2 -@ SSHFP 0 0 XX ; Bad hex character -@ SSHFP 0 0 ; Missing item |