(Found by LGTM scan tool).
[Issue #295]
* The AVC RR is now supported.
+### Bugs fixed since 1.15.0:
+
+* DNSSEC signature validation didn't check names correctly. [Issue #295]
+
### Bugs fixed since 1.14.0:
* Some problems with newlines in various output modes have been
rrsigrdataset = rrsigset
rrname = rrname.choose_relativity(origin)
- rrsigname = rrname.choose_relativity(origin)
+ rrsigname = rrsigname.choose_relativity(origin)
if rrname != rrsigname:
raise ValidationFailure("owner names do not match")