summaryrefslogtreecommitdiff
path: root/tests/test_dnssec.py
Commit message (Expand)AuthorAgeFilesLines
* Improve consistency in DNSSEC code.Brian Wellington2020-05-151-6/+13
* Remove "from __future__ import" statements.Brian Wellington2020-05-011-2/+0
* cryptography delintBob Halley2020-04-081-1/+0
* Use python cryptography for DNSSECSimo Sorce2020-04-071-18/+2
* Add support for SHA-384 DS records.Brian Wellington2020-03-201-0/+7
* Improve assertion checking.Brian Wellington2020-03-181-3/+3
* Check for Python 3.6 in tests.Brian Wellington2020-03-111-0/+9
* Add support for EdDSA DNSSEC algorithms.Brian Wellington2020-03-111-0/+78
* Use PyCryptodome for ECDSA.Brian Wellington2020-03-101-8/+0
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-5/+5
* TST: fix unittest deprecationThomas A Caswell2019-10-301-3/+3
* test/dnssec: flake8 fixesTomas Krizek2019-01-021-20/+19
* tests/dnssec: don't require pycrypto for make_ds() testsTomas Krizek2019-01-021-12/+15
* update copyrightBob Halley2018-12-011-0/+2
* Initial type signaturesJanus2018-07-311-23/+20
* dns/dnssec: support both pycryptodome and pycryptodomexTomas Krizek2018-07-201-22/+4
* Update DNSSEC code to use pycryptodome instead of pycrypto. These changesDaniel Robbins2018-07-201-8/+8
* style: dnssec tests: import at top, cleaner skipSebastian Wagner2016-07-031-32/+31
* Pylint: tests: disable line-too-long check locallyMartin2016-07-021-0/+2
* Pylint: tests: Fix whitespace errorsMartin2016-07-021-33/+45
* Pylint: tests: py3: use print functionMartin2016-07-021-0/+2
* Pylint: tests: remove unused importsMartin2016-07-021-2/+2
* Fix typosJakub Wilk2016-05-261-2/+2
* python3 supportArthur Gautier2016-04-211-1/+1
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
* overhaul test systemBob Halley2014-05-311-0/+233