summaryrefslogtreecommitdiff
path: root/dns/dnssec.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary string concatenation.Brian Wellington2023-04-111-1/+1
* Enum typing (#923)Brian Wellington2023-04-061-3/+3
* lintBob Halley2023-03-261-22/+23
* Zone signer (#911)Jakob Schlyter2023-03-201-1/+226
* lintBob Halley2022-12-231-3/+5
* DNSSEC doco fixes.Bob Halley2022-12-231-5/+5
* CDS/CDNSKEY utilities (#872)Jakob Schlyter2022-12-231-11/+239
* DNSSEC policy. (#869)Bob Halley2022-12-151-2/+104
* Improve DNSSEC _doco, minor DNSSEC and typing tweaks.Bob Halley2022-12-121-26/+19
* DNSSEC signer (#866)Jakob Schlyter2022-12-121-39/+380
* Initial DoQ support.Bob Halley2022-10-091-1/+1
* black autoformattingBob Halley2022-03-151-74/+97
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-1/+2
* Typing pass number 2, featuring typing of bools, adding a return typeBob Halley2022-03-101-5/+8
* LGTM lintBob Halley2022-03-061-1/+1
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-81/+65
* fix various typing issues (typos)Sebastian Wagner2022-01-291-1/+1
* fix ordering issue with relative rdatasBob Halley2021-10-141-4/+4
* DNSSEC refactoring.Brian Wellington2021-02-121-152/+141
* fix case of enum namesconstants2Bob Halley2020-08-031-2/+2
* remove globals() enum updatingBob Halley2020-08-031-3/+0
* add constantsBob Halley2020-08-031-0/+22
* pylint lintingBob Halley2020-07-311-1/+1
* When validating a signature, derelativize before doing any label computations.Bob Halley2020-07-281-2/+7
* lintBob Halley2020-06-301-1/+1
* Add more dnssec coverage testing.Brian Wellington2020-06-301-1/+1
* improve coverageBob Halley2020-06-191-2/+3
* Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-10/+3
* flake8 lintingBob Halley2020-05-201-18/+18
* Enum refactoring.Brian Wellington2020-05-191-12/+18
* Convert opcode, rcode, dnssec constants to enums.Brian Wellington2020-05-181-68/+28
* indentation lintBob Halley2020-05-161-1/+1
* Improve consistency in DNSSEC code.Brian Wellington2020-05-151-11/+35
* flake8 lintingBob Halley2020-05-151-3/+6
* Improve nsec3_hash() docs.Brian Wellington2020-05-111-3/+3
* Improve validate() docs.Brian Wellington2020-05-111-2/+2
* fix quoting, again!Bob Halley2020-05-111-1/+1
* fix quotingBob Halley2020-05-111-4/+4
* Document validate() and validate_rrsig().Bob Halley2020-05-111-54/+53
* Fix nsec3_hash() when passed a dns.name.Name.Brian Wellington2020-05-111-2/+2
* Fix nsec3_hash() with salt==None.Brian Wellington2020-05-111-1/+3
* Fix documentation formatting.Brian Wellington2020-05-111-4/+4
* Reharmonize doc style as I think it looks betterBob Halley2020-05-101-43/+42
* fix doco nitsBob Halley2020-05-101-6/+6
* more things to make mypy happierBob Halley2020-05-031-2/+2
* In library code, replace from io import BytesIO (or StringIO) with import ioBob Halley2020-05-011-2/+2
* Remove redundant check.Brian Wellington2020-04-211-3/+0
* cryptography delintBob Halley2020-04-081-2/+1
* Use python cryptography for DNSSECSimo Sorce2020-04-071-83/+81
* delintBob Halley2020-04-021-1/+2