]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move commonly used dns_rdataset_t structures to the verification context structure
authorMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 07:59:20 +0000 (09:59 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 08:10:24 +0000 (10:10 +0200)
commit5d666f533bafafc38573882791e7221dc7fe7ee3
treeaf99ef18d4c119c883106a93fbab9ce8f22563a0
parent43d0fb84e7744852cdfbfc4be816de453ebf9fbc
Move commonly used dns_rdataset_t structures to the verification context structure

Eight structures representing four RRsets and their signatures are
commonly accessed throughout dns_zoneverify_dnssec().  Move them into
the structure representing a verification context.  While this does not
really simplify currently existing code, it will facilitate passing data
around between smaller functions that dns_zoneverify_dnssec() is about
to get split into.
lib/dns/zoneverify.c