summaryrefslogtreecommitdiff
path: root/tests/test_tsig.py
Commit message (Expand)AuthorAgeFilesLines
* Adds support for reading TSIG text format.Brian Wellington2020-08-101-0/+19
* Add support for new TSIG algorithms.Brian Wellington2020-08-101-0/+19
* Support callable() TSIG keyrings for use-cases like GSSTSig.Nick Hall2020-08-081-14/+69
* Add a lightweight wrapper around the HMAC types and refactor the "is gss-api ...Nick Hall2020-08-081-5/+4
* add additional test case with a request/response TSIGNick Hall2020-08-081-0/+10
* Add a number of additional tests to improve TSIG test coverage relatingNick Hall2020-08-081-3/+64
* Add gss-tsig support to dnspythonNick Hall2020-08-081-2/+26
* more message coverageBob Halley2020-07-251-1/+13
* Merge pull request #531 from bwelling/tsig2Bob Halley2020-07-071-8/+10
|\
| * Split TSIG sign and validate.Brian Wellington2020-07-071-8/+10
* | TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.Bob Halley2020-07-071-4/+5
|/
* Store a TSIG rrset on the message object.Brian Wellington2020-06-301-5/+3
* improve TSIG coverageBob Halley2020-06-191-0/+66