]> git.ipfire.org Git - thirdparty/bind9.git/commit
3819. [bug] NSEC3 hashes need to be able to be entered and
authorMark Andrews <marka@isc.org>
Thu, 24 Apr 2014 08:58:03 +0000 (18:58 +1000)
committerMark Andrews <marka@isc.org>
Thu, 24 Apr 2014 09:12:00 +0000 (19:12 +1000)
commit7ce6651a2a89b994ea147e402a15f6aa56b94337
tree2512c27d56a03684dd1db70a946e0079d0404973
parentc41f0af196c7937fc225aa5553a79f74de852113
3819.   [bug]           NSEC3 hashes need to be able to be entered and
                        displayed without padding.  This is not a issue for
                        currently defined algorithms but may be for future
                        hash algorithms. [RT #27925]

(cherry picked from commit 36e5ac00333d89001f0c518a7d381d16c38d0402)
13 files changed:
CHANGES
bin/tests/system/checkzone/zones/bad-nsec3-padded.db [new file with mode: 0644]
bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db [new file with mode: 0644]
bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db [new file with mode: 0644]
bin/tools/nsec3hash.c
lib/dns/master.c
lib/dns/message.c
lib/dns/nsec3.c
lib/dns/rdata/generic/nsec3_50.c
lib/dns/validator.c
lib/dns/zone.c
lib/isc/base32.c
lib/isc/include/isc/base32.h