]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-dnssec.c
resolve: use different bitmap checking rules when we find an exact NSEC3 match, or...
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Jan 2016 23:58:49 +0000 (00:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jan 2016 16:19:18 +0000 (17:19 +0100)
commit352af30838f130bf7aaa36dd6174945c11f39d29
tree0a2a54f72056b79a9cb46590eb30987615e6d22c
parent300a716dc416c7b06e9743fcad37e44e73e30549
resolve: use different bitmap checking rules when we find an exact NSEC3 match, or just a covering enclosure

If we are looking for a DS RR we need to check the NSEC3 bitmap of the parent zone's NSEC3 RR, not the one from the
child. For any other RR we need to look at the child's however, hence enforce this with the bitmaps.

Note that not coverign checks only the lower zone's NSEC3 bitmaps matter, hence the existing check is fine.
src/resolve/resolved-dns-dnssec.c