Michał Kępień
d8905b7a9c
Automatically run clean.sh from run.sh
...
The first step in all existing setup.sh scripts is to call clean.sh. To
reduce code duplication and ensure all system tests added in the future
behave consistently with existing ones, invoke clean.sh from run.sh
before calling setup.sh.
2019-12-06 14:11:01 +01:00
Witold Kręcicki
ae52c2117e
Use experimental "_ A" minimization in relaxed mode.
...
qname minimization, even in relaxed mode, can fail on
some very broken domains. In relaxed mode, instead of
asking for "foo.bar NS" ask for "_.foo.bar A" to either
get a delegation or NXDOMAIN. It will require more queries
than regular mode for proper NXDOMAINs.
2019-05-30 14:06:55 -07:00
Evan Hunt
def7574b1e
use $DIFF instead of diff
2019-01-25 00:44:11 -08:00
Witold Kręcicki
9c8fead6d8
qname minimization: issue a warning only if the server is really broken
2018-11-14 19:55:10 +00:00
Witold Kręcicki
9163e93b9e
Avoid a race in qmin test
2018-11-02 13:51:31 -04:00
Witold Kręcicki
08460c8cb2
Don't do qname minimization when forwarding; Avoid some intermittent errors in qmin tests caused by timing
2018-10-29 19:22:10 +00:00
Witold Kręcicki
b4ca282589
Test for #361 - forwarding breaks with qname minimization
2018-10-29 19:22:10 +00:00
Witold Kręcicki
f2af336dc4
Fix looping issues
2018-10-23 12:15:04 +00:00
Mark Andrews
98ab65dbe9
qmin: fixup expected queries for query for .ugly succeds when qname-minimization is in relaxed mode
2018-10-23 12:15:04 +00:00
Mark Andrews
4754f53979
qmin: fix 'query for .ugly fails when qname-minimization is in strict mode'; remove debugging echos
2018-10-23 12:15:04 +00:00
Witold Kręcicki
70a1ba20ec
QNAME miminimization should create a separate fetch context for each fetch -
...
this makes the cache more efficient and eliminates duplicates queries.
2018-10-23 12:15:04 +00:00
Ondřej Surý
c40425d0f6
RSA and ECDSA cryptography is now mandatory; remove the checks for those
2018-07-19 12:47:03 -04:00
Witold Kręcicki
524233a9d0
Fix qname minimization test failures with A/AAAA ordering
2018-06-13 13:47:26 +02:00
Witold Kręcicki
7ec88b384d
Add qname-minimization off as an option; test fixes
2018-06-12 10:24:05 +02:00
Witold Kręcicki
265052df49
qname-minimization: Some post-review style/minor fixes
2018-06-12 09:20:12 +02:00
Evan Hunt
2ea47c7f34
rename test to qmin; add it to conf.sh.in and Makefile.in; fix copyrights
2018-06-12 09:18:47 +02:00