| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DNSSEC refactoring. | Brian Wellington | 2021-02-12 | 1 | -152/+141 |
| * | fix case of enum namesconstants2 | Bob Halley | 2020-08-03 | 1 | -2/+2 |
| * | remove globals() enum updating | Bob Halley | 2020-08-03 | 1 | -3/+0 |
| * | add constants | Bob Halley | 2020-08-03 | 1 | -0/+22 |
| * | pylint linting | Bob Halley | 2020-07-31 | 1 | -1/+1 |
| * | When validating a signature, derelativize before doing any label computations. | Bob Halley | 2020-07-28 | 1 | -2/+7 |
| * | lint | Bob Halley | 2020-06-30 | 1 | -1/+1 |
| * | Add more dnssec coverage testing. | Brian Wellington | 2020-06-30 | 1 | -1/+1 |
| * | improve coverage | Bob Halley | 2020-06-19 | 1 | -2/+3 |
| * | Improvements to dns.rdata.to_wire(). | Brian Wellington | 2020-06-01 | 1 | -10/+3 |
| * | flake8 linting | Bob Halley | 2020-05-20 | 1 | -18/+18 |
| * | Enum refactoring. | Brian Wellington | 2020-05-19 | 1 | -12/+18 |
| * | Convert opcode, rcode, dnssec constants to enums. | Brian Wellington | 2020-05-18 | 1 | -68/+28 |
| * | indentation lint | Bob Halley | 2020-05-16 | 1 | -1/+1 |
| * | Improve consistency in DNSSEC code. | Brian Wellington | 2020-05-15 | 1 | -11/+35 |
| * | flake8 linting | Bob Halley | 2020-05-15 | 1 | -3/+6 |
| * | Improve nsec3_hash() docs. | Brian Wellington | 2020-05-11 | 1 | -3/+3 |
| * | Improve validate() docs. | Brian Wellington | 2020-05-11 | 1 | -2/+2 |
| * | fix quoting, again! | Bob Halley | 2020-05-11 | 1 | -1/+1 |
| * | fix quoting | Bob Halley | 2020-05-11 | 1 | -4/+4 |
| * | Document validate() and validate_rrsig(). | Bob Halley | 2020-05-11 | 1 | -54/+53 |
| * | Fix nsec3_hash() when passed a dns.name.Name. | Brian Wellington | 2020-05-11 | 1 | -2/+2 |
| * | Fix nsec3_hash() with salt==None. | Brian Wellington | 2020-05-11 | 1 | -1/+3 |
| * | Fix documentation formatting. | Brian Wellington | 2020-05-11 | 1 | -4/+4 |
| * | Reharmonize doc style as I think it looks better | Bob Halley | 2020-05-10 | 1 | -43/+42 |
| * | fix doco nits | Bob Halley | 2020-05-10 | 1 | -6/+6 |
| * | more things to make mypy happier | Bob Halley | 2020-05-03 | 1 | -2/+2 |
| * | In library code, replace from io import BytesIO (or StringIO) with import io | Bob Halley | 2020-05-01 | 1 | -2/+2 |
| * | Remove redundant check. | Brian Wellington | 2020-04-21 | 1 | -3/+0 |
| * | cryptography delint | Bob Halley | 2020-04-08 | 1 | -2/+1 |
| * | Use python cryptography for DNSSEC | Simo Sorce | 2020-04-07 | 1 | -83/+81 |
| * | delint | Bob Halley | 2020-04-02 | 1 | -1/+2 |
| * | NSEC3 hash implementation and tests | Fabian Hauck | 2020-03-21 | 1 | -0/+42 |
| * | Add support for SHA-384 DS records. | Brian Wellington | 2020-03-20 | 1 | -0/+3 |
| * | Set _have_ecpy=False if pycryptodome isn't found. | Brian Wellington | 2020-03-16 | 1 | -0/+1 |
| * | Merge pull request #424 from bwelling/master | Bob Halley | 2020-03-11 | 1 | -1/+37 |
| |\ | |||||
| | * | Require Python 3.6 for EdDSA. | Brian Wellington | 2020-03-11 | 1 | -2/+3 |
| | * | Add support for EdDSA DNSSEC algorithms. | Brian Wellington | 2020-03-11 | 1 | -1/+36 |
| * | | delint | Bob Halley | 2020-03-11 | 1 | -13/+31 |
| |/ | |||||
| * | Use PyCryptodome for ECDSA. | Brian Wellington | 2020-03-10 | 1 | -49/+15 |
| * | dns/dnssec: add missing DNSSEC algorithms | Tomas Krizek | 2020-03-10 | 1 | -3/+24 |
| * | dns/dnssec: remove unused function _make_algorithm_id() | Tomas Krizek | 2020-03-10 | 1 | -19/+0 |
| * | Raises import error that doesn't get swallowed on missing dependency for edcs... | timothy | 2020-02-25 | 1 | -2/+4 |
| * | refactoring of dnssec documentation | Emanuel Moser | 2020-01-07 | 1 | -47/+59 |
| * | Merge pull request #346 from tomaskrizek/dnssec-make-ds | Bob Halley | 2019-01-12 | 1 | -6/+7 |
| |\ | |||||
| | * | dnssec: use hashlib in make_ds() | Tomas Krizek | 2019-01-02 | 1 | -6/+7 |
| * | | remove bytearray() wrapping used for python 2 compatibility | Bob Halley | 2019-01-05 | 1 | -1/+0 |
| |/ | |||||
| * | Remove _compat module. | Bob Halley | 2018-12-09 | 1 | -5/+3 |
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| * | Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade | Hugo | 2018-09-06 | 1 | -1/+1 |
