]> git.ipfire.org Git - thirdparty/dnspython.git/commit
TSIG: don't relativize algorithm name 609/head
authorDaniel Salzman <daniel.salzman@nic.cz>
Wed, 25 Nov 2020 12:05:29 +0000 (13:05 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Wed, 25 Nov 2020 12:05:34 +0000 (13:05 +0100)
commit9479c15b01d63321a1d9e7bcd391146501c22a0e
tree6c57e6758599a8706ef16918f660b6673fb9eb8a
parentf9cff5d9583aabeb352e07ce5b9c2e112e286b4a
TSIG: don't relativize algorithm name

The domain name relativization of TSIG's algorithm name breaks TSIG validation
when using with the Root zone.

Example for algorithm hmac-sha224:

zone 'example.com.' -> hmac-sha224.
zone '.'            -> hmac-sha224
dns/rdtypes/ANY/TSIG.py