File: test_sigs.ed25519

package info (click to toggle)
unbound 1.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 30,124 kB
  • sloc: ansic: 131,784; sh: 6,810; yacc: 4,119; python: 1,948; makefile: 1,646; awk: 162; perl: 158; xml: 36
file content (21 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; Signature test file

; first entry is a DNSKEY answer, with the DNSKEY rrset used for verification. 
; later entries are verified with it.

ENTRY_BEGIN
SECTION QUESTION
example.com.	IN DNSKEY
SECTION ANSWER
example.com.	3600	IN	DNSKEY	256 3 15 +sZnc8HII6xxA9Ili5bboiKH0Ipv/Ap1aucIt/CVF2M= ;{id = 57147 (zsk), size = 256b}
ENTRY_END

; entry to test
ENTRY_BEGIN
SECTION QUESTION
www.example.com.    IN      A 
SECTION ANSWER
www.example.com.	3600	IN	A	10.0.0.1
www.example.com.	3600	IN	RRSIG	A 15 3 3600 20170627103620 20170530103620 57147 example.com. daYG6zZJ3BJwGOS4PC0tDnxssVNYoenOHocoIfx0GeXNkKHSyXF+XHgD5LKbG3ZN0dZJ/4To5eni9QXOXiR4CA==
ENTRY_END