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]
This commit is contained in:
Evan Hunt
2012-05-17 10:59:07 -07:00
parent 10d212067f
commit e39b4d8054
13 changed files with 257 additions and 26 deletions

View File

@@ -138,3 +138,9 @@ ns.split-dnssec A 10.53.0.3
split-smart NS ns.split-smart
ns.split-smart A 10.53.0.3
upper NS ns.upper
ns.upper A 10.53.0.3
LOWER NS NS.LOWER
NS.LOWER A 10.53.0.3