]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
layer/validate: handle unknown algorithms
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 26 Jun 2017 09:49:49 +0000 (11:49 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 24 Jul 2017 09:36:06 +0000 (11:36 +0200)
commitcd8cd0a4ba0ae4cfb970ee52b7b77746800f46ca
tree66ee619639c5031f78b03f7ee9482f99d687384f
parent807cfa0b822a71ed493b57e7db548c3d7a030cf7
layer/validate: handle unknown algorithms

i.e. downgrade a zone to insecure when *all* DNSKEYs of the apex are
unverifiable due to unimplemented DNSKEY or DS algorithms.
Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/210
NEWS
lib/dnssec.c
lib/dnssec.h
lib/dnssec/signature.c
lib/dnssec/signature.h
lib/layer/validate.c