- a969ba6 Special case NSEC processing for root DS record, to avoid spurious BOGUS. by Simon Kelley · 7 years ago
- cd7df61 Fix DNSSEC validation errors introduced in 4fe6744a220eddd3f1749b40cac3dfc510787de6 by Simon Kelley · 7 years ago
- 4fe6744 DNSSEC fix for wildcard NSEC records. CVE-2017-15107 applies. by Simon Kelley · 7 years ago
- faaf306 Spelling fixes. by Ville Skyttä · 7 years ago
- e541245 Handle duplicate RRs in DNSSEC validation. by Simon Kelley · 7 years ago
- d1ced3a Update copyrights to 2018. by Simon Kelley · 7 years ago
- 373e917 Fix a6004d7f17687ac2455f724d0b57098c413f128d to cope with >256 RRs in answer section. by Simon Kelley · 7 years ago
- b77efc1 Tidy DNSSEC algorithm table use. by Simon Kelley · 7 years ago
- ad9c6f0 Add support for Ed25519 DNSSEC signature algorithm. by Simon Kelley · 7 years ago
- a6004d7 Fix caching logic for validated answers. by Simon Kelley · 7 years ago
- 0549c73 Security fix, CVE-2017-14491 DNS heap buffer overflow. by Simon Kelley · 7 years ago
- 50ca855 Bump year in copyrights. by Simon Kelley · 7 years ago
- 4583dd9 Replace obsolete utime() usage with utimes(). by Vladislav Grishenko · 8 years ago
- 730c674 Comprehensive spelling/typo fixes. by Josh Soref · 8 years ago
- 06093a9 Fix problem with --dnssec-timestamp by Kevin Darbyshire-Bryant · 8 years ago
- a7b27e8 NULL pointer check. by Simon Kelley · 9 years ago
- 40205a0 Bound hash-iterations in DNSSEC NSEC3 checking. by Simon Kelley · 9 years ago
- 367341f Disable DNSSEC for server=/domain/.. servers unless trust-anchor provided. by Simon Kelley · 9 years ago
- a63b8b8 DNSSEC: Handle non-root trust anchors, and check we have a root trust anchor. by Simon Kelley · 9 years ago
- c49778d Update copyright notices. Happy new year! by Simon Kelley · 9 years ago
- cc7cb0b Fix datatype-sixe botch which broke DNSSEC sig timestamps when far in the future. by Simon Kelley · 9 years ago
- ec0628c Trivial code tweak. by Simon Kelley · 9 years ago
- 33702ab First complete version of DNS-client-id EDNS0 and ARP tracking code. by Simon Kelley · 9 years ago
- 15379ea Log signature algo with DNSKEY and DS, also digest with DS. by Simon Kelley · 9 years ago
- 5bb88f0 Handle extending EDNS0 OPT RR. by Simon Kelley · 9 years ago
- ce5732e NSEC3 check: RFC5155 para 8.2 by Simon Kelley · 9 years ago
- a86fdf4 Minor tweak to previous commit. by Simon Kelley · 9 years ago
- 3e86d31 Nasty, rare and obscure off-by-one in DNSSEC hostname_cmp(). by Simon Kelley · 9 years ago
- d67ecac More tweaks in handling unknown DNSSEC algorithms. by Simon Kelley · 9 years ago
- fa14bec Major tidy up of EDNS0 handling and computation/use of udp packet size. by Simon Kelley · 9 years ago
- 14a4ae8 Do a better job of determining which DNSSEC sig algos are supported. by Simon Kelley · 9 years ago
- 3b799c8 Fix brace botch in dnssec_validate_ds() by Simon Kelley · 9 years ago
- b40f26c Tidy up DNSSEC non-existence code. Check zone status is NSEC proof bad. by Simon Kelley · 9 years ago
- dd4ad9a Tweaks to EDNS0 handling in DNS replies. by Simon Kelley · 9 years ago
- 2dbba34 DNSSEC validation tweak. by Simon Kelley · 9 years ago
- c2bcd1e Generalise RR-filtering code, for use with EDNS0. by Simon Kelley · 9 years ago
- d64c81f Move code which caches DS records to a more logical place. by Simon Kelley · 9 years ago
- 93be5b1 Abandon caching RRSIGs and returning them from cache. by Simon Kelley · 9 years ago
- 9a31b68 Major rationalisation of DNSSEC validation. by Simon Kelley · 9 years ago
- 67ab328 Handle unknown DS hash algos correctly. by Simon Kelley · 9 years ago
- 6de81f1 Handle signed dangling CNAME replies to DS queries. by Simon Kelley · 9 years ago
- f6381cf Declare utime(). by Simon Kelley · 9 years ago
- 34b5d19 Update DNSSEC timestamp file on process TERM. by Kevin Darbyshire-Bryant · 9 years ago
- d389e01 DNSSEC fix: correct logic for signed records in unsigned DNS space. by Simon Kelley · 9 years ago
- d3699bb Small tweak to DNSSEC fix. by Simon Kelley · 9 years ago
- 13480e8 DNSSEC fix, signed wildcard CNAME to unsigned domain. by Simon Kelley · 9 years ago
- e3ec6f0 Handle CNAMEs to DS records when confirming absence of DS for DNSSEC. by Simon Kelley · 9 years ago
- 4d25cf8 Handle corner cases in NSEC coverage checks. by Simon Kelley · 10 years ago
- a77cec8 Handle UDP packet loss when fragmentation of large packets is broken. by Simon Kelley · 10 years ago
- b8f1655 Tweaks to previous, DNS label charset commit. by Simon Kelley · 10 years ago
- cbe379a Handle domain names with '.' or /000 within labels. by Simon Kelley · 10 years ago
- fe3992f Return INSECURE, rather than BOGUS when DS proved not to exist. by Simon Kelley · 10 years ago
- 394ff49 Allow control characters in names in the cache, handle when logging. by Simon Kelley · 10 years ago
- 1e15394 DNSSEC fix for non-ascii characters in labels. by Simon Kelley · 10 years ago
- 0b8a5a3 Protect against broken DNSSEC upstreams. by Simon Kelley · 10 years ago
- 8805283 Don't fail DNSSEC when a signed CNAME dangles into an unsigned zone. by Simon Kelley · 10 years ago
- 360f251 Tweak DNSSEC timestamp code to create file later, removing need to chown it. by Simon Kelley · 10 years ago
- 9003b50 Fix last commit to not crash if uid changing not configured. by Simon Kelley · 10 years ago
- f6e62e2 Add --dnssec-timestamp option and facility. by Simon Kelley · 10 years ago
- 6ef15b3 Fix broken ECDSA DNSSEC signatures. by Simon Kelley · 10 years ago
- aff3396 Update copyrights for dawn of 2015. by Simon Kelley · 10 years ago
- 5e32173 Don't answer from cache RRsets from wildcards, as we don't have NSECs. by Simon Kelley · 10 years ago
- 25cf5e3 Add --log-queries=extra option for more complete logging. by Simon Kelley · 10 years ago
- 97e618a DNSSEC: do top-down search for limit of secure delegation. by Simon Kelley · 10 years ago
- 0b1008d Bad packet protection. by Simon Kelley · 10 years ago
- 83d2ed0 Initialise return value. by Simon Kelley · 10 years ago
- fbc5205 Fix problems validating NSEC3 and wildcards. by Simon Kelley · 10 years ago
- 094b5c3 Fix crash in DNSSEC code when attempting to verify large RRs. by Simon Kelley · 10 years ago
- cdb755c Fix FTBFS with Nettle-3.0. by Simon Kelley · 10 years ago
- 063efb3 Build config: add -DNO_GMP for use with nettle/mini-gmp by Simon Kelley · 10 years ago
- e6096e6 Another filter_rrsigs fix. by Simon Kelley · 11 years ago
- 9d1b22a Fix DNSSEC validation of ANY queries. by Simon Kelley · 11 years ago
- 50f86ce Need to fixup records in the additional section when removing DNSSEC stuff. by Simon Kelley · 11 years ago
- e98bd52 Add --dnssec-no-timecheck by Simon Kelley · 11 years ago
- 3f7483e Handle integer overflow in uid counter. Fixes rare crashes in cache code. by Simon Kelley · 11 years ago
- c07d30d Compiler warning. by Simon Kelley · 11 years ago
- 8707019 Mass edit of INSECURE->BOGUS returns for server failure/bad input. by Simon Kelley · 11 years ago
- 1fbe4d2 Tweak tuning params. by Simon Kelley · 11 years ago
- 0575610 Handle replies with no answers and no NS in validate_reply. by Simon Kelley · 11 years ago
- e3f1455 Don't free blockdata for negative DS cache entries. by Simon Kelley · 11 years ago
- bd9b3cf Fix off-by-one overwrite. by Simon Kelley · 11 years ago
- 14db421 Tidy. by Simon Kelley · 11 years ago
- 00a5b5d Check that unsigned replies come from unsigned zones if --dnssec-check-unsigned set. by Simon Kelley · 11 years ago
- b8eac19 Negative caching for DS records. by Simon Kelley · 11 years ago
- b47b04c Return INSECURE when validation fails with proved non-existent DS. by Simon Kelley · 11 years ago
- 613ad15 Strip DNSSEC RRs when query doesn't have DO bit set. by Simon Kelley · 11 years ago
- 2418753 Speeling. by Simon Kelley · 11 years ago
- a857daa Code cleanup. by Simon Kelley · 11 years ago
- f01d7be An NSEC record cannot attest to its own non-existance! by Simon Kelley · 11 years ago
- d387380 Check signer name in RRSIGs. by Simon Kelley · 11 years ago
- f2e4c27 Bugfix for last commit. by Simon Kelley · 11 years ago
- 5107ace NSEC3 validation. First pass. by Simon Kelley · 11 years ago
- 7b1eae4 Add --servers-file option. by Simon Kelley · 11 years ago
- c152dc8 Omit ECC from DNSSEC if nettle library is old. by Simon Kelley · 11 years ago
- e3ec15a Log BOGUS validation result when upstream sends SERVFAIL. by Simon Kelley · 11 years ago
- ebe95a8 Add RFC-6605 ECDSA DNSSEC verification. by Simon Kelley · 11 years ago
- 1633e30 Fix Byte-order botch: broke DNSSEC on big-endian platforms. by Simon Kelley · 11 years ago
- c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets. by Simon Kelley · 11 years ago
- 610e782 Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch. by Simon Kelley · 11 years ago
- bb201c2 Protect against malicious DNS replies with very large RRsets. by Simon Kelley · 11 years ago