From f449f278dd3c70e479a035f50a9bb817a9b433ba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:24:08 +0200 Subject: Adding upstream version 3.2.6. Signed-off-by: Daniel Baumann --- tests/libzscanner/data/58_HTTPS.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/libzscanner/data/58_HTTPS.in (limited to 'tests/libzscanner/data/58_HTTPS.in') diff --git a/tests/libzscanner/data/58_HTTPS.in b/tests/libzscanner/data/58_HTTPS.in new file mode 100644 index 0000000..674f865 --- /dev/null +++ b/tests/libzscanner/data/58_HTTPS.in @@ -0,0 +1,19 @@ +$ORIGIN . +$TTL 1 + +; HTTPS is the same as SVCB, so there are the differences and basics only. + +; OK +@ HTTPS 0 . +@ HTTPS 65535 @ ; Comment +@ HTTPS 1 . key65535="a" key1000=b port=4 key7 mandatory=key7,port +@ TYPE65 \# 3 000000 +@ TYPE65 0 . +@ https 0 . + +; KO +@ HTTPS +@ HTTPS ; Empty rdata +@ HTTPS \# 0 ; Hex empty rdata +@ HTTPS 65536 . ; Priority overflow +@ HTTPS 0 ; Missing item -- cgit v1.2.3