]> git.ipfire.org Git - thirdparty/unbound.git/commit
Add the basic EDE (RFC8914) cases (#604)
authortcarpay <8014108+TCY16@users.noreply.github.com>
Fri, 6 May 2022 10:48:53 +0000 (12:48 +0200)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 10:48:53 +0000 (12:48 +0200)
commit0ce36e8289ecdff28ff04ea46bc9404f2659d0b1
treef35dbf358275fdb4f8ca58a5c2e2347b6a74a606
parentb61b0af5d6c94622e07b9be1a524f99dfc73f630
Add the basic EDE (RFC8914) cases (#604)
90 files changed:
Makefile.in
configure
daemon/worker.c
doc/example.conf.in
doc/unbound.conf.5.in
services/authzone.c
services/cache/dns.c
services/localzone.c
services/mesh.c
sldns/pkthdr.h
sldns/rrdef.h
sldns/wire2str.c
testcode/testpkts.c
testcode/testpkts.h
testcode/unitmsgparse.c
testcode/unitverify.c
testdata/autotrust_init_fail.rpl
testdata/autotrust_init_failsig.rpl
testdata/autotrust_probefail.rpl
testdata/autotrust_probefailsig.rpl
testdata/black_ds_entry.rpl
testdata/black_key_entry.rpl
testdata/black_prime_entry.rpl
testdata/ede.tdir/bogus/clean.sh [new file with mode: 0755]
testdata/ede.tdir/bogus/dnskey-failures.test [new file with mode: 0644]
testdata/ede.tdir/bogus/dnssec-failures.test [new file with mode: 0644]
testdata/ede.tdir/bogus/make-broken-zone.sh [new file with mode: 0755]
testdata/ede.tdir/bogus/nsec-failures.test [new file with mode: 0644]
testdata/ede.tdir/bogus/rrsig-failures.test [new file with mode: 0644]
testdata/ede.tdir/ede-auth.conf [new file with mode: 0644]
testdata/ede.tdir/ede.conf [new file with mode: 0644]
testdata/ede.tdir/ede.dsc [new file with mode: 0644]
testdata/ede.tdir/ede.post [new file with mode: 0644]
testdata/ede.tdir/ede.pre [new file with mode: 0644]
testdata/ede.tdir/ede.test [new file with mode: 0644]
testdata/ede_acl_refused.rpl [new file with mode: 0644]
testdata/ede_cache_snoop_noth_auth.rpl [new file with mode: 0644]
testdata/ede_localzone_dname_expansion.rpl [new file with mode: 0644]
testdata/edns_keepalive.rpl
testdata/nsid_bogus.rpl
testdata/root_key_sentinel.rpl
testdata/serve_expired.rpl
testdata/serve_expired_client_timeout.rpl
testdata/serve_expired_reply_ttl.rpl
testdata/serve_expired_servfail.rpl
testdata/serve_expired_zerottl.rpl
testdata/serve_original_ttl.rpl
testdata/val_cnametocloser_nosig.rpl
testdata/val_cnametonodata_nonsec.rpl
testdata/val_cnametoposnowc.rpl
testdata/val_deleg_nons.rpl
testdata/val_dnamewc.rpl
testdata/val_ds_cname.rpl
testdata/val_faildnskey.rpl
testdata/val_nodata_failsig.rpl
testdata/val_nodata_failwc.rpl
testdata/val_nokeyprime.rpl
testdata/val_nsec3_b1_nameerror_nowc.rpl
testdata/val_nsec3_b2_nodata_nons.rpl
testdata/val_nsec3_entnodata_optout_badopt.rpl
testdata/val_nsec3_nods_badsig.rpl
testdata/val_nx_failwc.rpl
testdata/val_nx_overreach.rpl
testdata/val_secds_nosig.rpl
testdata/val_ta_algo_missing.rpl
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y
util/data/msgparse.c
util/data/msgparse.h
util/data/msgreply.c
util/data/msgreply.h
util/module.c
util/module.h
validator/autotrust.c
validator/val_kcache.c
validator/val_kentry.c
validator/val_kentry.h
validator/val_nsec.c
validator/val_nsec3.c
validator/val_nsec3.h
validator/val_sigcrypt.c
validator/val_sigcrypt.h
validator/val_utils.c
validator/val_utils.h
validator/validator.c