]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Add support for new TSIG algorithms. 570/head
authorBrian Wellington <bwelling@xbill.org>
Mon, 10 Aug 2020 18:43:20 +0000 (11:43 -0700)
committerBrian Wellington <bwelling@xbill.org>
Mon, 10 Aug 2020 18:43:20 +0000 (11:43 -0700)
commitb7ad53ef1a7177b01cc081f589f2efb5460cd41a
treeb0e4b45cef17cf9a491629ac241bb9e8ff972b2e
parent8ac073718d44c79e4a34efd9894966d4e6f032a9
Add support for new TSIG algorithms.

This adds support for the hmac-sha256-128, hmac-sha384-192, and hmac-sha512-256 truncated algorithms.

This also reorders some of the declarations in the TSIG code.
dns/tsig.py
tests/test_tsig.py