forked from tobez/validns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for curved algorithm support
- Loading branch information
root
committed
Mar 29, 2016
1 parent
63eb403
commit bd010d2
Showing
9 changed files
with
179 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
$TTL 86400 ; (1 day) | ||
$ORIGIN 13.example.com. | ||
$INCLUDE K13.example.com.+013+18450.key; | ||
@ IN SOA ns1.example.com. hostmaster.example.com. ( | ||
2014012401 ; serial YYYYMMDDnn | ||
14400 ; refresh (4 hours) | ||
1800 ; retry (30 minutes) | ||
1209600 ; expire (2 weeks) | ||
3600 ; minimum (1 hour) | ||
) | ||
|
||
172800 IN NS ns1.example.org. | ||
172800 IN NS ns2.example.org. | ||
|
||
IN A 203.0.113.10 | ||
www IN CNAME 13.example.com. |
55 changes: 55 additions & 0 deletions
55
t/issues/51-support-curved-algorithms/13.example.com.signed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
; File written on Tue Mar 29 15:52:18 2016 | ||
; dnssec_signzone version 9.9.8-P4-RedHat-9.9.8_P4-2.el7.0 | ||
13.example.com. 86400 IN SOA ns1.example.com. hostmaster.example.com. ( | ||
2014012401 ; serial | ||
14400 ; refresh (4 hours) | ||
1800 ; retry (30 minutes) | ||
1209600 ; expire (2 weeks) | ||
3600 ; minimum (1 hour) | ||
) | ||
86400 RRSIG SOA 13 3 86400 ( | ||
20160428125218 20160329125218 18450 13.example.com. | ||
7LfQswmP8B9hr6Bg8nr9o8yd/fe6n86HDhs9 | ||
pAByPITSjdqML6Rwb4NOHWvFDZJXVA4mz5Pe | ||
TG4JVHiGYU7HCw== ) | ||
172800 NS ns1.example.org. | ||
172800 NS ns2.example.org. | ||
172800 RRSIG NS 13 3 172800 ( | ||
20160428125218 20160329125218 18450 13.example.com. | ||
eses1PGFULOHDZbqPt+CMQHdYCIVNdxVMYba | ||
YtW3iA9nN4mfvS6jls69J60bqSA4p3w4tD3k | ||
v9dnDcFdS+tEUQ== ) | ||
86400 A 203.0.113.10 | ||
86400 RRSIG A 13 3 86400 ( | ||
20160428125218 20160329125218 18450 13.example.com. | ||
2QqqZ4i7yq1sCrK82aLm85pTSUgpWR0XsBzi | ||
MVFyjcoW75f0ysZKZafO5lFJECKEP8ncJfEP | ||
NEMXVuyAUJihSA== ) | ||
3600 NSEC www.13.example.com. A NS SOA RRSIG NSEC DNSKEY | ||
3600 RRSIG NSEC 13 3 3600 ( | ||
20160428125218 20160329125218 18450 13.example.com. | ||
IV+0txuv6DNk7kRBUmkk4jorMjXoyi/klFC/ | ||
1g5ZK8/cZuFcKREuIW7bmpvhB4Mhj8yWpLJ9 | ||
CVNy339z+Rt/6g== ) | ||
86400 DNSKEY 257 3 13 ( | ||
SFycyLoVKBBL0re1qD6sezd/bOM9jwtT/mTT | ||
1KkW0yqIXixXN/szwzm49r6YzlIFHRDXry8a | ||
7aaIKWopkx8WBA== | ||
) ; KSK; alg = ECDSAP256SHA256; key id = 18450 | ||
86400 RRSIG DNSKEY 13 3 86400 ( | ||
20160428125218 20160329125218 18450 13.example.com. | ||
OsKqN6fhvL4b0XK5TOEpZXrSoC/GcRMlCqIe | ||
csfZem7xMmcBjUe333/fJdw0x1QKmA17BoX/ | ||
Px88zz24dRW0Vg== ) | ||
www.13.example.com. 86400 IN CNAME 13.example.com. | ||
86400 RRSIG CNAME 13 4 86400 ( | ||
20160428125218 20160329125218 18450 13.example.com. | ||
CFfxilFg72g3rQerviVCO6jmf8kVodqusejq | ||
WETSBiCAfMhcB2+uLsitmaH8LsAiNLNMY7nc | ||
533WnQjsJ4vsmQ== ) | ||
3600 NSEC 13.example.com. CNAME RRSIG NSEC | ||
3600 RRSIG NSEC 13 4 3600 ( | ||
20160428125218 20160329125218 18450 13.example.com. | ||
IWqCg2pcOd9kX4waHb8Ij3kWeJxfXGKUBbpf | ||
Fuc3bhOJ/rvQ2kPYO305TeZP5Rfcd7+efDEb | ||
i8be+VqhOgf7Pg== ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
$TTL 86400 ; (1 day) | ||
$ORIGIN 14.example.com. | ||
$INCLUDE K14.example.com.+014+01045.key; | ||
@ IN SOA ns1.example.com. hostmaster.example.com. ( | ||
2014012401 ; serial YYYYMMDDnn | ||
14400 ; refresh (4 hours) | ||
1800 ; retry (30 minutes) | ||
1209600 ; expire (2 weeks) | ||
3600 ; minimum (1 hour) | ||
) | ||
|
||
172800 IN NS ns1.example.org. | ||
172800 IN NS ns2.example.org. | ||
|
||
IN A 203.0.113.10 | ||
www IN CNAME 14.example.com. |
63 changes: 63 additions & 0 deletions
63
t/issues/51-support-curved-algorithms/14.example.com.signed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
; File written on Tue Mar 29 15:52:22 2016 | ||
; dnssec_signzone version 9.9.8-P4-RedHat-9.9.8_P4-2.el7.0 | ||
14.example.com. 86400 IN SOA ns1.example.com. hostmaster.example.com. ( | ||
2014012401 ; serial | ||
14400 ; refresh (4 hours) | ||
1800 ; retry (30 minutes) | ||
1209600 ; expire (2 weeks) | ||
3600 ; minimum (1 hour) | ||
) | ||
86400 RRSIG SOA 14 3 86400 ( | ||
20160428125222 20160329125222 1045 14.example.com. | ||
5FEzZuz1HrgRNTakg4D24h1RrO1Kx9IDzXN6 | ||
S/00bsfO5AQ8hxVd2X7XzrYGdqs+gpecBpkl | ||
WLG1MrEgzYvRVgPTVY0bL0U7GxmvqAp871WH | ||
yuJKB8NFTkgQDA7cA2Do ) | ||
172800 NS ns1.example.org. | ||
172800 NS ns2.example.org. | ||
172800 RRSIG NS 14 3 172800 ( | ||
20160428125222 20160329125222 1045 14.example.com. | ||
9Yol4eoRhw52o7LJqCnTlDlQlFbaHFyTOGf4 | ||
3MAPNe5hx2NFCujCg9RxE66l+BE6otDMC+tb | ||
hJKVPfb5U8+rpjDna3H1RSjV7MkS4crlzS0k | ||
0rximlQ9x7OIy2wkZ0bw ) | ||
86400 A 203.0.113.10 | ||
86400 RRSIG A 14 3 86400 ( | ||
20160428125222 20160329125222 1045 14.example.com. | ||
DG685u5rAML7/ga7TnixPiLwBEHFzcGpQeRc | ||
WZkPX2W/gJ8VyejkZbWDinYEZIVUeQaRTNW4 | ||
RcXBSq7o5wDgTJUSih+fnoLh9Fuzlfch6voG | ||
qGKMeWl4i+2eYF7QImB8 ) | ||
3600 NSEC www.14.example.com. A NS SOA RRSIG NSEC DNSKEY | ||
3600 RRSIG NSEC 14 3 3600 ( | ||
20160428125222 20160329125222 1045 14.example.com. | ||
tPxJtlAhflaMsTI0zx0vt+R73cmU9zL9ly20 | ||
xrhZlRWhScxZ4y8fAIs57rfbl4XCe1Rln6y/ | ||
TZ3V0BcpXH2fl3vXxOJqcnsK/RHHxl57va7E | ||
v704MwP3Je9qhirfLd6O ) | ||
86400 DNSKEY 257 3 14 ( | ||
FWoMjTSsjInt9389me7cymDHNbntmNWejqPI | ||
zSsifAs2CdBtfCoN98LvEU1eADIG4kkpKvVv | ||
QTYnoiUP/jsFQa6Uz+PmfgKO+PpyNl1fNy+b | ||
N7uEPJzIZhen3X6bIwYg | ||
) ; KSK; alg = ECDSAP384SHA384; key id = 1045 | ||
86400 RRSIG DNSKEY 14 3 86400 ( | ||
20160428125222 20160329125222 1045 14.example.com. | ||
FD2AI0MGo8w5JRfVihohNNsgj1pVrCUxaehv | ||
R7DH2eS7STiJFEBFr8e8UO1CiDGXuOGhgoPY | ||
CyEay93XJfdHaWBA4iCPctZUkdyA5ZXrYrpT | ||
iCkK6GK0MtbyH7W3H4Uu ) | ||
www.14.example.com. 86400 IN CNAME 14.example.com. | ||
86400 RRSIG CNAME 14 4 86400 ( | ||
20160428125222 20160329125222 1045 14.example.com. | ||
Y8knRqg1Hpta6KZ57zc+eY6XDgIgRLVYWZ0m | ||
7YESOgRTU0oEU8j8NQ+S1RPAZM8migNkHjB4 | ||
NKdm9DCMnlD237546++VmZFUZgzGnKW3lQAQ | ||
GpTe7MtqMUY40B+TxSIg ) | ||
3600 NSEC 14.example.com. CNAME RRSIG NSEC | ||
3600 RRSIG NSEC 14 4 3600 ( | ||
20160428125222 20160329125222 1045 14.example.com. | ||
TnQB0LmuU2Z4WtQDOBslDrIWFguyh4rv17gZ | ||
nV8GvUJnn1Wk8/djZv47chNeNK6Rxt+lUaDm | ||
E9S6f7eSJiGTAP6N0Mgfg7BmFbmD+4ZOUez2 | ||
t5FEl5KRUrPoiHQvOB8w ) |
5 changes: 5 additions & 0 deletions
5
t/issues/51-support-curved-algorithms/K13.example.com.+013+18450.key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
; This is a key-signing key, keyid 18450, for 13.example.com. | ||
; Created: 20160302102736 (Wed Mar 2 11:27:36 2016) | ||
; Publish: 20160302102736 (Wed Mar 2 11:27:36 2016) | ||
; Activate: 20160302102736 (Wed Mar 2 11:27:36 2016) | ||
13.example.com. IN DNSKEY 257 3 13 SFycyLoVKBBL0re1qD6sezd/bOM9jwtT/mTT1KkW0yqIXixXN/szwzm4 9r6YzlIFHRDXry8a7aaIKWopkx8WBA== |
6 changes: 6 additions & 0 deletions
6
t/issues/51-support-curved-algorithms/K13.example.com.+013+18450.private
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Private-key-format: v1.3 | ||
Algorithm: 13 (ECDSAP256SHA256) | ||
PrivateKey: X3Mr05PnOJKClnUa14y2CdCCHUjkUNFl6wh1knpRKg== | ||
Created: 20160302102736 | ||
Publish: 20160302102736 | ||
Activate: 20160302102736 |
5 changes: 5 additions & 0 deletions
5
t/issues/51-support-curved-algorithms/K14.example.com.+014+01045.key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
; This is a key-signing key, keyid 1045, for 14.example.com. | ||
; Created: 20160302103027 (Wed Mar 2 11:30:27 2016) | ||
; Publish: 20160302103027 (Wed Mar 2 11:30:27 2016) | ||
; Activate: 20160302103027 (Wed Mar 2 11:30:27 2016) | ||
14.example.com. IN DNSKEY 257 3 14 FWoMjTSsjInt9389me7cymDHNbntmNWejqPIzSsifAs2CdBtfCoN98Lv EU1eADIG4kkpKvVvQTYnoiUP/jsFQa6Uz+PmfgKO+PpyNl1fNy+bN7uE PJzIZhen3X6bIwYg |
6 changes: 6 additions & 0 deletions
6
t/issues/51-support-curved-algorithms/K14.example.com.+014+01045.private
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Private-key-format: v1.3 | ||
Algorithm: 14 (ECDSAP384SHA384) | ||
PrivateKey: U2ji19bf3QQ3wqgNm1/PJUcD4Bp17Gb53UIcSCPe9yNd665GOvlRSCQaKbr+IXCY | ||
Created: 20160302103027 | ||
Publish: 20160302103027 | ||
Activate: 20160302103027 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters