summaryrefslogtreecommitdiffstats
path: root/tests/libzscanner/data/40_NSEC3PARAM.in
blob: 694e3f7309d574d7febf147684d7b4f392fd4009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$ORIGIN	.
$TTL	1

; OK
@	NSEC3PARAM	0	0	0	-		; The simplest variant
@	NSEC3PARAM	255	255	65535	-		; Maximal numbers
@	NSEC3PARAM	0	0	0	0102FF		; Hex string
@	TYPE51	\# 5 0000000000					; TYPE + Hexadecimal rdata
@	TYPE51		0       0       0       -		; TYPE
@	nsec3param	0       0       0       -		; Type in lower-case

; KO
@	NSEC3PARAM
@	NSEC3PARAM						; Empty rdata
@	NSEC3PARAM	\# 0					; Hex empty rdata
@	NSEC3PARAM	256	0	0	00		; Algorithm overflow
@	NSEC3PARAM	0	256	0	00		; Flags overflow
@	NSEC3PARAM	0	0	65536	00		; Iterations overflow
@	NSEC3PARAM	0	0	0	0		; Hex block length must be multiple of 2
@	NSEC3PARAM	0	0	0	0x		; Bad hex char
@	NSEC3PARAM	0	0	0	00 00		; Hex block must not contain blank spaces
@	NSEC3PARAM	0	0	0	00 x		; Unexpected item
@	NSEC3PARAM	0	0	0			; Missing item