summaryrefslogtreecommitdiff
path: root/tests/test_nsec3.py
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate NSEC/NSEC3/CSYNC bitmap handling.Brian Wellington2020-07-021-0/+10
| | | | | | | This also fixes several bugs; the NSEC3 code would properly avoid empty windows, but the NSEC and CSYNC code did not. Also, none of the wire parsing routines properly checked to see that the window number was monotonically increasing.
* fix tests broken by immutable rdata conversion (lists became tuples)Bob Halley2020-04-021-2/+2
|
* remove bytearray() wrapping used for python 2 compatibilityBob Halley2019-01-051-2/+2
|
* update copyrightBob Halley2018-12-011-0/+2
|
* Initial type signaturesJanus2018-07-311-4/+1
|
* fix error when parsing nsec3 bitmap from textFilip Široký2017-08-151-0/+39
Exception is raised when parsing nsec3 bitmap into multiple windows Add test to prove the change fixes the issue