| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | One more dnssec test. | Brian Wellington | 2020-06-30 | 1 | -0/+4 |
| | | |||||
| * | Add more dnssec coverage testing. | Brian Wellington | 2020-06-30 | 1 | -0/+44 |
| | | |||||
| * | DS: support mnemonic format from RFC 4034 section 5.3 | Petr Špaček | 2020-06-18 | 1 | -0/+5 |
| | | |||||
| * | Improve consistency in DNSSEC code. | Brian Wellington | 2020-05-15 | 1 | -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 Wellington | 2020-05-01 | 1 | -2/+0 |
| | | | | | None of these are needed anymore. | ||||
| * | cryptography delint | Bob Halley | 2020-04-08 | 1 | -1/+0 |
| | | |||||
| * | Use python cryptography for DNSSEC | Simo Sorce | 2020-04-07 | 1 | -18/+2 |
| | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
| * | Add support for SHA-384 DS records. | Brian Wellington | 2020-03-20 | 1 | -0/+7 |
| | | |||||
| * | Improve assertion checking. | Brian Wellington | 2020-03-18 | 1 | -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 Wellington | 2020-03-11 | 1 | -0/+9 |
| | | |||||
| * | Add support for EdDSA DNSSEC algorithms. | Brian Wellington | 2020-03-11 | 1 | -0/+78 |
| | | |||||
| * | Use PyCryptodome for ECDSA. | Brian Wellington | 2020-03-10 | 1 | -8/+0 |
| | | |||||
| * | TST: fix failUnlessRaises -> assertRaises deprecation | Thomas A Caswell | 2019-10-30 | 1 | -5/+5 |
| | | | | | failUnlessRaises was deprecated in py31 | ||||
| * | TST: fix unittest deprecation | Thomas A Caswell | 2019-10-30 | 1 | -3/+3 |
| | | | | | failUnless was deprecated in py31 | ||||
| * | test/dnssec: flake8 fixes | Tomas Krizek | 2019-01-02 | 1 | -20/+19 |
| | | |||||
| * | tests/dnssec: don't require pycrypto for make_ds() tests | Tomas Krizek | 2019-01-02 | 1 | -12/+15 |
| | | |||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -23/+20 |
| | | |||||
| * | dns/dnssec: support both pycryptodome and pycryptodomex | Tomas Krizek | 2018-07-20 | 1 | -22/+4 |
| | | |||||
| * | Update DNSSEC code to use pycryptodome instead of pycrypto. These changes | Daniel Robbins | 2018-07-20 | 1 | -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 skip | Sebastian Wagner | 2016-07-03 | 1 | -32/+31 |
| | | | | | Signed-off-by: Sebastian Wagner <sebix@sebix.at> | ||||
| * | Pylint: tests: disable line-too-long check locally | Martin | 2016-07-02 | 1 | -0/+2 |
| | | |||||
| * | Pylint: tests: Fix whitespace errors | Martin | 2016-07-02 | 1 | -33/+45 |
| | | |||||
| * | Pylint: tests: py3: use print function | Martin | 2016-07-02 | 1 | -0/+2 |
| | | |||||
| * | Pylint: tests: remove unused imports | Martin | 2016-07-02 | 1 | -2/+2 |
| | | |||||
| * | Fix typos | Jakub Wilk | 2016-05-26 | 1 | -2/+2 |
| | | |||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -1/+1 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | Adds tox and coverage.py | Arthur Gautier | 2016-04-21 | 1 | -1/+4 |
| | | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
| * | overhaul test system | Bob Halley | 2014-05-31 | 1 | -0/+233 |
