]> git.ipfire.org Git - thirdparty/pdns.git/commit
Lowercase the TSIG algorithm name in hash computation 4971/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Jan 2017 10:18:37 +0000 (11:18 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 2 Feb 2017 16:25:33 +0000 (17:25 +0100)
commit6b074ab8765d425df2c8bce95123894bb14ef343
treea30c2e100fa5415258bfeb0a12c0022ac48e8e72
parent4b792e15fd3c588ce66467913516ff295f375418
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.

(cherry picked from commit 68e9d647d4229c7a2ebd64d50837195d148c574b)
pdns/dnssecinfra.cc