]> git.ipfire.org Git - thirdparty/pdns.git/commit
Lowercase the TSIG algorithm name in hash computation 4970/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:24:47 +0000 (17:24 +0100)
commitaf762241d6310835bdfb9c53019066af859b083b
treebede66cb0dff8d5e1f884951e253525c63b91d7d
parenta08b422d4b9ec0ca250478b44a905042f40cdd2a
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