- Sep 21, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
preparations for TA rotation and management in config: trust_anchors.file = ‘root.key’ trust_anchors.auto = true // NOTIMPL trust_anchors.add(‘. IN DS …’) // Manual addition
-
- Sep 19, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
as per rfc4035 all secured referrals must have either DS or proof of non-existence. there is one use case where the resolver doesn’t learn a DS this way, when a single server hosts both parent and child zone. in this case, DS must be requested separetely
-
Marek Vavruša authored
also answers for which minimisation failed or truncated are fixed, for such answers iterator sets state to ‘consume’ to indicate the answer wasn’t processed
-
Marek Vavruša authored
if the final query isn’t satisfied with DNSSEC on, then the answer counts as insecure
-
Marek Vavruša authored
subrequests may be insecure (e.g. out of bailiwick insecure NS), but the final answer may be secured the commit also fixes caching in this case
-
Marek Vavruša authored
each subrequest can now enter and leave islands of trust independently. this fixes a case when a zone is in an island of trust, but one of its NS isn’t (different zone for example)
-
- Sep 18, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
the SIP on OSX 10.11 disables library injection on system binaries (python is considered as it) make needs to call python binary directly to allow brewed python to be used
-
Karel Slaný authored
-
Karel Slaný authored
-
- Sep 17, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Marek Vavruša authored
`kresd -a 127.0.0.1 -a ::1` binds to both addresses
-
Karel Slaný authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
the reason is that it's not actively used since we moved to binary testing, and it depends on libknot internal api that has changed also removed several unused libknot internal headers
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
previously, only root TA was considered
-
- Sep 16, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
Function determining whether a NSEC3 record covers a name was wrong. The case when the owner and next hashed name was wrapping over zero was wrongly interpreted.
-
- Sep 15, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
The test is failing because of address mangling performed by test environment.
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
previously, debug messages were optional with -DWITH_DEBUG now the debug messages are built in (unless compiled with -DNDEBUG), but disabled by default verbose output can be enabled by '-v' or '--verbose' CLI option or interactively by 'verbose(true|false)' (or in config)
-
- Sep 14, 2015
-
-
Karel Slaný authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Sep 10, 2015
-
-
Karel Slaný authored
Query for A or AAAA cannot be currently validated because the test server mangles all A and AAAA records.
-
- Sep 09, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
Also fixed TIME_PASSES ELAPSE which ignored the overridden time.
-
- Sep 07, 2015
-
-
Karel Slaný authored
-
- Aug 21, 2015
-
-
Karel Slaný authored
-