1. 9d1b22a Fix DNSSEC validation of ANY queries. by Simon Kelley · 11 years ago
  2. 50f86ce Need to fixup records in the additional section when removing DNSSEC stuff. by Simon Kelley · 11 years ago
  3. e98bd52 Add --dnssec-no-timecheck by Simon Kelley · 11 years ago
  4. 3f7483e Handle integer overflow in uid counter. Fixes rare crashes in cache code. by Simon Kelley · 11 years ago
  5. c07d30d Compiler warning. by Simon Kelley · 11 years ago
  6. 8707019 Mass edit of INSECURE->BOGUS returns for server failure/bad input. by Simon Kelley · 11 years ago
  7. 1fbe4d2 Tweak tuning params. by Simon Kelley · 11 years ago
  8. 0575610 Handle replies with no answers and no NS in validate_reply. by Simon Kelley · 11 years ago
  9. e3f1455 Don't free blockdata for negative DS cache entries. by Simon Kelley · 11 years ago
  10. bd9b3cf Fix off-by-one overwrite. by Simon Kelley · 11 years ago
  11. 14db421 Tidy. by Simon Kelley · 11 years ago
  12. 00a5b5d Check that unsigned replies come from unsigned zones if --dnssec-check-unsigned set. by Simon Kelley · 11 years ago
  13. b8eac19 Negative caching for DS records. by Simon Kelley · 11 years ago
  14. b47b04c Return INSECURE when validation fails with proved non-existent DS. by Simon Kelley · 11 years ago
  15. 613ad15 Strip DNSSEC RRs when query doesn't have DO bit set. by Simon Kelley · 11 years ago
  16. 2418753 Speeling. by Simon Kelley · 11 years ago
  17. a857daa Code cleanup. by Simon Kelley · 11 years ago
  18. f01d7be An NSEC record cannot attest to its own non-existance! by Simon Kelley · 11 years ago
  19. d387380 Check signer name in RRSIGs. by Simon Kelley · 11 years ago
  20. f2e4c27 Bugfix for last commit. by Simon Kelley · 11 years ago
  21. 5107ace NSEC3 validation. First pass. by Simon Kelley · 11 years ago
  22. 7b1eae4 Add --servers-file option. by Simon Kelley · 11 years ago
  23. c152dc8 Omit ECC from DNSSEC if nettle library is old. by Simon Kelley · 11 years ago
  24. e3ec15a Log BOGUS validation result when upstream sends SERVFAIL. by Simon Kelley · 11 years ago
  25. ebe95a8 Add RFC-6605 ECDSA DNSSEC verification. by Simon Kelley · 11 years ago
  26. 1633e30 Fix Byte-order botch: broke DNSSEC on big-endian platforms. by Simon Kelley · 11 years ago
  27. c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets. by Simon Kelley · 11 years ago
  28. 610e782 Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch. by Simon Kelley · 11 years ago
  29. bb201c2 Protect against malicious DNS replies with very large RRsets. by Simon Kelley · 11 years ago
  30. b98d22c Linking stuff. Latest Debian/Ubuntu don't automatically link gmp. by Simon Kelley · 11 years ago
  31. 8d718cb Nasty cache failure and memory leak with DNSSEC. by Simon Kelley · 11 years ago
  32. f6a2b79 Validate Ooops. by Simon Kelley · 11 years ago
  33. 6f46810 Code tidy. by Simon Kelley · 11 years ago
  34. 7d23a66 Remove --dnssec-permissive, pointless if we don't set CD upstream. by Simon Kelley · 11 years ago
  35. 703c7ff Fix to last commit. by Simon Kelley · 11 years ago
  36. 8a9be9e Replace CRC32 with SHA1 for spoof detection in DNSSEC builds. by Simon Kelley · 11 years ago
  37. b5dbfd1 RRSIG answer logging. by Simon Kelley · 11 years ago
  38. 5b3bf92 --dnssec-debug by Simon Kelley · 11 years ago
  39. 0744ca6 More DNSSEC caching logic, and avoid repeated validation of DS/DNSKEY by Simon Kelley · 11 years ago
  40. 2d33bda RRSIGS for PTR records from cache. by Simon Kelley · 11 years ago
  41. 824202e More DNSSEC cache readout. by Simon Kelley · 11 years ago
  42. e7829ae Cache RRSIGS. by Simon Kelley · 11 years ago
  43. 51ea3ca Caching of DNSSEC records. by Simon Kelley · 11 years ago
  44. 6fd6dac Fix loop in RR sort. by Simon Kelley · 11 years ago
  45. 979cdf9 Fix to hostname_cmp, and update to canonicalisation table. RFC 4034 LIES. by Simon Kelley · 11 years ago
  46. dbf7212 Rationalise hostname_cmp() by Simon Kelley · 11 years ago
  47. c5f4ec7 NSEC proof-of-non-existence. by Simon Kelley · 11 years ago
  48. 72ae2f3 Don't validate error returns. by Simon Kelley · 11 years ago
  49. e0c0ad3 UDP retries for DNSSEC by Simon Kelley · 11 years ago
  50. 4619d94 Fix SEGV and failure to validate on x86_64. by Simon Kelley · 11 years ago
  51. 86bec2d Swap crypto library from openSSL to nettle. by Simon Kelley · 11 years ago
  52. 1486a9c Furthet tweak to RRset sort. by Simon Kelley · 11 years ago
  53. 5ada888 RFC 4035 5.3.2 wildcard label rules. by Simon Kelley · 11 years ago
  54. 5f8e58f DNSSEC consolidation. by Simon Kelley · 11 years ago
  55. b6e9e7c Handle digest lengths greater than 1 block. by Simon Kelley · 11 years ago
  56. 60b6806 Rationalise DNS packet-buffer size calculations. by Simon Kelley · 11 years ago
  57. 0fc2f31 First functional DNSSEC - highly alpha. by Simon Kelley · 11 years ago
  58. c3e0b9b backup by Simon Kelley · 11 years ago
  59. 3a23715 Commit to allow master merge. by Simon Kelley · 11 years ago
  60. 8d41ebd Add copyright banners by Giovanni Bajo · 13 years ago
  61. 4f9aefc Don't fight over namespace with re-implementation of strchrnul() by Simon Kelley · 13 years ago
  62. 4b52870 Again make errors greppable. by Giovanni Bajo · 13 years ago
  63. ccd1d32 Make testsuite errors greppable. by Giovanni Bajo · 13 years ago
  64. 75ffc9b Implement RSA-MD5. by Giovanni Bajo · 13 years ago
  65. 3af1ea8 Simplify abstraction of verification algorithms (it was too flexible) by Giovanni Bajo · 13 years ago
  66. ed1fc98 Untangle digestalg from verifyalg; better separation, less code duplication. by Giovanni Bajo · 13 years ago
  67. b58fb39 Since extract_name() does not convert to lowercase, do it temporarly within convert_domain_to_wire(). by Giovanni Bajo · 13 years ago
  68. 0304d28 Parse and match DS records. by Giovanni Bajo · 13 years ago
  69. 32b826e Genericize verifyalg_add_data_domain() (rename to convert_domain_to_wire()). by Giovanni Bajo · 13 years ago
  70. 0937692 Add rdata description for MX. by Giovanni Bajo · 13 years ago
  71. 785ee80 Describe SOA rdata section. by Giovanni Bajo · 13 years ago
  72. f119ed3 Simplify verifyalg_add_rdata() with new canonicalization functions. by Giovanni Bajo · 13 years ago
  73. da23c4f Simplify rrset_canonical_order() with new canonicalization functions. by Giovanni Bajo · 13 years ago
  74. 4885d57 Add rdata canonicalization functions. by Giovanni Bajo · 13 years ago
  75. 0db0e0c Fix a bug in rdlen update while decompressing a name by Giovanni Bajo · 13 years ago
  76. ec2962e Fix the macro names. by Giovanni Bajo · 13 years ago
  77. 0ca895f Fix rrset_canonical_order() to correct handle canonicalization of domain names in RDATA. by Giovanni Bajo · 13 years ago
  78. 6299ffb Start refactoring for correct handling of domain wire-format. by Giovanni Bajo · 13 years ago
  79. 7f0485c verifyalg_add_data_domain: fix for root domain (""). by Giovanni Bajo · 13 years ago
  80. d1ca25c Canonicalize NS records. by Giovanni Bajo · 13 years ago
  81. 23c2176 Process RRSIGs also in authority and additional sections. by Giovanni Bajo · 13 years ago
  82. 41de744 Reformat some code (no semantic difference). by Giovanni Bajo · 13 years ago
  83. 0852d76 Start implementing canonicalization of RDATA wire formats. by Giovanni Bajo · 13 years ago
  84. a55ce08 Silence a few warnings. by Giovanni Bajo · 13 years ago
  85. dd09056 Convert to C-style comments. by Giovanni Bajo · 13 years ago
  86. 50a96b6 Fix a validation bug when owner != signer. by Giovanni Bajo · 13 years ago
  87. 00b963a Improve logging message. by Giovanni Bajo · 13 years ago
  88. 79333a2 Fix a bug in extract_name_no_compression. by Giovanni Bajo · 13 years ago
  89. 13e435e Bugfix: domain names must go through hash function in DNS format (but uncompressed!) by Giovanni Bajo · 13 years ago
  90. 4b0eecb Bugfix: rdata flags must go through hash function in network byte order. by Giovanni Bajo · 13 years ago
  91. 262ac85 verify() function must take a keydata chained buffer for input key. by Giovanni Bajo · 13 years ago
  92. 4c70046 Move helper functions to common header file. by Giovanni Bajo · 13 years ago
  93. a733864 Add a FIXME for missing logic. by Giovanni Bajo · 13 years ago
  94. 20bccd4 Rework the loop a little (no functionality changes) by Giovanni Bajo · 13 years ago
  95. 708bcd2 Call valg verify functions (unimplemented for now) by Giovanni Bajo · 13 years ago
  96. d0edff7 Insert all DNSKEY/DS records into cache in one transaction. by Giovanni Bajo · 13 years ago
  97. ccca70c Change some logging messages. by Giovanni Bajo · 13 years ago
  98. 0d829eb Skip non-signing keys by Giovanni Bajo · 13 years ago
  99. 4137b84 Postpone RRSIG processing after all DNSKEY/DS have been parsed. by Giovanni Bajo · 13 years ago
  100. e6c2a67 Before using a key for validation, also verify that algorithm matches. by Giovanni Bajo · 13 years ago