]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix three problems with DNSSEC: (#946)
authorBob Halley <halley@dnspython.org>
Sat, 24 Jun 2023 14:27:25 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Jun 2023 14:27:25 +0000 (07:27 -0700)
commit4ab8fdc0c0d0ec757c5de0ec961a3cda4d1ffdb5
tree0b9791ccf0ae90eb9ce586804ccecd344608258b
parent5e32c6e4bb3f82b7c345174a33674f0214387dce
Fix three problems with DNSSEC: (#946)

* Fix three problems with DNSSEC:

1) Signing a relative zone didn't quite work.
2) The signer generated the wrong RRSIG labels length for a wild name.
3) The validator failed to detect 2).

* fix issues detected by mypy
dns/dnssec.py
tests/test_dnssec.py