]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/dnssec: rewrite kr_nsec_ref_to_unsigned()
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 27 Apr 2022 14:03:06 +0000 (16:03 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 18 May 2022 13:49:23 +0000 (13:49 +0000)
commitda1104f6420e4006607627a55be0320a5ecd8361
tree931cfb334e020894079130fef26f5629a8b75670
parent6da74af86fa4c366692d9fc253c3ddb707ce76a2
lib/dnssec: rewrite kr_nsec_ref_to_unsigned()

- I see no motivation to search for NS records here;
  and I didn't like that loop nesting
- philosophy shift akin to the recent
  replacement of kr_nsec_existence_denial()
lib/dnssec/nsec.c
lib/dnssec/nsec.h
lib/layer/validate.c