]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle RRSIG signer case consistently
authorEvan Hunt <each@isc.org>
Thu, 17 May 2012 18:39:23 +0000 (11:39 -0700)
committerEvan Hunt <each@isc.org>
Thu, 17 May 2012 18:39:23 +0000 (11:39 -0700)
commitc92cfa7eaed8bfac2421c14487df375d3972d8be
treea441b78860673be67ebc8de988202417b7fb92d3
parent511687b15bcc4a690e8694a0dcb6d1e04a3b5789
Handle RRSIG signer case consistently

3329. [bug] Handle RRSIG signer-name case consistently: We
generate RRSIG records with the signer-name in
lower case.  We accept them with any case, but if
they fail to validate, we try again in lower case.
[RT #27451]
15 files changed:
CHANGES
bin/named/statschannel.c
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/ns2/example.db.in
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns3/lower.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/named.conf
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns3/upper.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/tests.sh
lib/dns/dnssec.c
lib/dns/include/dns/dnssec.h
lib/dns/include/dns/log.h
lib/dns/include/dns/stats.h
lib/dns/log.c