]> git.ipfire.org Git - thirdparty/dnspython.git/commit
DELEG draft support deleg
authorBob Halley <halley@dnspython.org>
Wed, 22 Oct 2025 18:39:49 +0000 (11:39 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 12 Apr 2026 17:49:59 +0000 (10:49 -0700)
commit1260e0c6e33110bb50aabd711221f0e4f6b9fa9f
treefd12d6e2320a2be73b0515c607eb3a4729ec62c2
parentd91f1ee30bcc68cb356d13b7c5f14b49e63c58bc
DELEG draft support
15 files changed:
dns/dnssec.py
dns/flags.py
dns/rdatatype.py
dns/rdtypes/ANY/DNSKEY.py
dns/rdtypes/IN/DELEG.py [new file with mode: 0644]
dns/rdtypes/IN/DELEGPARAM.py [new file with mode: 0644]
dns/rdtypes/IN/__init__.py
dns/rdtypes/__init__.py
dns/rdtypes/delegbase.py [new file with mode: 0644]
dns/rdtypes/dnskeybase.py
tests/example
tests/example1.good
tests/example2.good
tests/example3.good
tests/example4.good