aboutsummaryrefslogtreecommitdiff
path: root/plugin/dnssec/cache_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-20plugin/dnssec: Add support for KSK/ZSK split key setups (#2196)Gravatar Manuel Stocker 1-3/+3
* plugin/dnssec: Add support for KSK/ZSK split key setups * plugin/dnssec: Update README to document split ZSK/KSK operation
2018-05-07presubmit: check for uppercase (#1774)Gravatar Miek Gieben 1-6/+6
Another thing we can test automatically, we sorta settled on using an uppercase letter in in t.Log and t.Fatal calls. Let's just check for this.
2018-04-27plugin/dnssec: add per server metrics (#1743)Gravatar Miek Gieben 1-6/+6
* plugin/dnssec: add per server metrics final plugin. Fixes #1696 #1492 #1189 * Move cache cap into handler so we can access the server label * Remove cache-capacity from it entirely
2018-01-18plugin/dnssec: check validityperiod of RRSIGs (#1385)Gravatar Miek Gieben 1-0/+48
* plugin/dnssec: check validityperiod of RRSIGs Somehow we missed implementing this. If a sig a retrieved from the cache, but not valid anymore, regenerate it instead of server invalid signatures. Fixes #1378 * drop from cache after 3/4 validity * six days means 6 days
2018-01-03plugin/dnssec: implement shotgun from CloudFlare (#1305)Gravatar Miek Gieben 1-2/+2
* plugin/dnssec: implement shotgun from CloudFlare Put a whole bunch of types in the NSEC bitmap and remove the one that's being asked for. Add more records for queries to the apex, SOA, DNSKEY, MX.
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+34
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat