]> granicus.if.org Git - pdns/commit
Lowercase the TSIG algorithm name in hash computation
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Jan 2017 10:18:37 +0000 (11:18 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Jan 2017 11:14:50 +0000 (12:14 +0100)
commit68e9d647d4229c7a2ebd64d50837195d148c574b
treeae84ba16234e46e3199bbb798809481cbdf827b0
parent38695501353df937e88862ac7f3f1f8efde3bffb
Lowercase the TSIG algorithm name in hash computation

`RFC2845` states that the algorithm name should be in `canonical wire
format` for the hash computation, which implies it should be lowercased.
We actually did lowercase it in 3.x, until it was moved to a `DNSName`
in 4.x.
pdns/dnssecinfra.cc