- Feb 28, 2017
-
-
engine_cmd() doesn't print the error() exceptions thrown from lua; it only leaves the message on lua stack. (cherry picked from commit a316b9f7)
-
- Feb 10, 2017
-
-
Petr Špaček authored
-
trust anchor fixes Closes #151 See merge request !193
-
- Jan 16, 2017
-
-
Petr Špaček authored
-
Ondřej Surý authored
-
-
- Jul 16, 2016
-
-
Daniel Kahn Gillmor authored
-
- Apr 06, 2016
-
-
Marek Vavruša authored
new trust anchors variables: * trust_anchors.hold_down_time = 30 * day * trust_anchors.refresh_time = nil * trust_anchors.keep_removed = 0 these could be used to control how often should root trust anchors be checked and how many removed keys should be kept in log (0 by default)
-
- Feb 03, 2016
-
-
Marek Vavruša authored
kresd accepts DS records in root keys if provided, it will eventually replace them with DNSKEY in automatic mode
-
- Jan 30, 2016
-
-
Marek Vavruša authored
-
- Jan 23, 2016
-
-
Marek Vavruša authored
the utility supports most of the 'unbound-host' functionality except PTR records
-
- Jan 22, 2016
-
-
Marek Vavruša authored
when boostrapping root TA, the DNSKEYs are updated immediately after retrieving DS from the side channel
-
- Jan 21, 2016
-
-
Marek Vavruša authored
the quiet mode doesn't print neither intro messages nor prompt in the interactive mode, which makes it useful for scripted usage
-
Marek Vavruša authored
-
- Dec 23, 2015
-
-
Marek Vavruša authored
-
- Dec 17, 2015
-
-
Marek Vavruša authored
-
- Dec 10, 2015
-
-
Marek Vavruša authored
-
- Dec 05, 2015
-
-
Marek Vavruša authored
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.
-
- Nov 12, 2015
-
-
Marek Vavruša authored
-
- Nov 03, 2015
-
-
Marek Vavruša authored
refs #16
-
Marek Vavruša authored
-
- Oct 01, 2015
-
-
Marek Vavruša authored
-
- Sep 28, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Sep 25, 2015
-
-
Marek Vavruša authored
todo: active refresh
-