]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Add `ReadTrustAnchorsFromFile` function
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 12 Oct 2018 13:35:16 +0000 (15:35 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Sat, 13 Oct 2018 15:15:14 +0000 (17:15 +0200)
commit8f29eeaa8faa542cafccd14d08fda53730ac9c51
tree42336c26775706d752ea316812d823f337da4737
parent5e506246f25a2d5e0ec2ebcab73fd07f7d21825a
rec: Add `ReadTrustAnchorsFromFile` function

This allows the recursor to read the output file from `unbound-anchor`
and use these kind of files for trust anchors. This will enable
distributions to ship DNSSEC anchors with their system and use them.
pdns/rec-lua-conf.cc
pdns/recursordist/docs/dnssec.rst
pdns/recursordist/docs/lua-config/dnssec.rst
regression-tests.recursor-dnssec/recursortests.py
regression-tests.recursor-dnssec/root.keys [new file with mode: 0644]
regression-tests.recursor-dnssec/test_NTA.py
regression-tests.recursor-dnssec/test_ReadTrustAnchorsFromFile.py [new file with mode: 0644]