summaryrefslogtreecommitdiff
path: root/tests/test_dnssec.py
Commit message (Collapse)AuthorAgeFilesLines
* One more dnssec test.Brian Wellington2020-06-301-0/+4
|
* Add more dnssec coverage testing.Brian Wellington2020-06-301-0/+44
|
* DS: support mnemonic format from RFC 4034 section 5.3Petr Špaček2020-06-181-0/+5
|
* Improve consistency in DNSSEC code.Brian Wellington2020-05-151-6/+13
| | | | | | The make_ds method took its algorithm as a string, and the nsec3_hash method took an algorithm as an int. Change both of them to accept either, and add enums for both sets of algorithms.
* Remove "from __future__ import" statements.Brian Wellington2020-05-011-2/+0
| | | | None of these are needed anymore.
* cryptography delintBob Halley2020-04-081-1/+0
|
* Use python cryptography for DNSSECSimo Sorce2020-04-071-18/+2
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add support for SHA-384 DS records.Brian Wellington2020-03-201-0/+7
|
* Improve assertion checking.Brian Wellington2020-03-181-3/+3
| | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
* 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
| | | | failUnlessRaises was deprecated in py31
* TST: fix unittest deprecationThomas A Caswell2019-10-301-3/+3
| | | | failUnless was deprecated in py31
* 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
| | | | | make dnspython *incompatible* with pycrypto -- pycryptodome must be used. The ecdsa module continues to be used for ECDSA support.
* style: dnssec tests: import at top, cleaner skipSebastian Wagner2016-07-031-32/+31
| | | | Signed-off-by: Sebastian Wagner <sebix@sebix.at>
* 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
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* overhaul test systemBob Halley2014-05-311-0/+233