]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon: root trust anchors automatically bootstrapped from IANA
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 5 Dec 2015 17:09:23 +0000 (18:09 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 5 Dec 2015 17:09:23 +0000 (18:09 +0100)
commit1af623da2463bed31cd12b014b1e232639b0fe3f
tree36901c157f0d8b1b203ac25da600cf6a93e29001
parentd8762fb767226d84be81b6a5c85957f3bc2dc56b
daemon: root trust anchors automatically bootstrapped from IANA

if the root key file doesn’t exist, it will be populated from root DNSKEY query, which will be validated against root trust anchors retrieved over HTTPS with IANA cert verification against built-in current IANA cert CA. it requires luasocket and luasec for it to work. trust anchors XML file signature is not checked, as there’s no facility for PKCS7 checking yet.
Makefile
config.mk
daemon/README.rst
daemon/engine.c
daemon/lua/trust_anchors.lua
daemon/main.c
doc/build.rst
etc/etc.mk [new file with mode: 0644]
etc/icann-ca.pem [new file with mode: 0644]