summaryrefslogtreecommitdiffstats
path: root/tests/zscanner/data/34_SSHFP.in
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2018-03-12 11:16:20 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2018-03-12 13:37:09 +0100
commit9bddf37934cb30bd2a262e4cec94f849b7bf4263 (patch)
treee376ef8502cfad54ffb24207ce8ac354d789c578 /tests/zscanner/data/34_SSHFP.in
parentdnssec: move to libdnssec (diff)
downloadknot-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.in21
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