4331. [func] When loading managed signed zones detect if the

RRSIG's inception time is in the future and regenerate
                        the RRSIG immediately. [RT #41808]
This commit is contained in:
Mark Andrews
2016-03-10 17:01:08 +11:00
parent 33a4294f44
commit 7c52595464
9 changed files with 92 additions and 9 deletions

View File

@@ -160,3 +160,6 @@ ns.expiring A 10.53.0.3
future NS ns.future
ns.future A 10.53.0.3
managed-future NS ns.managed-future
ns.managed-future A 10.53.0.3

View File

@@ -30,7 +30,7 @@ for subdomain in secure badds bogus dynamic keyless nsec3 optout \
nsec3-unknown optout-unknown multiple rsasha256 rsasha512 \
kskonly update-nsec3 auto-nsec auto-nsec3 secure.below-cname \
ttlpatch split-dnssec split-smart expired expiring upper lower \
dnskey-unknown dnskey-nsec3-unknown
dnskey-unknown dnskey-nsec3-unknown managed-future
do
cp ../ns3/dsset-$subdomain.example. .
done