• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Mar-2022-

ans10/H07-Mar-2022-146102

ns1/H07-Mar-2022-13896

ns2/H07-Mar-2022-1,4311,149

ns3/H07-Mar-2022-2,5622,019

ns4/H07-Mar-2022-269226

ns5/H07-Mar-2022-13794

ns6/H07-Mar-2022-9666

ns7/H07-Mar-2022-180128

ns8/H07-Mar-2022-4840

ns9/H07-Mar-2022-4034

signer/H07-Mar-2022-333297

READMEH A D07-Mar-20221.1 KiB3320

clean.shH A D07-Mar-20224.3 KiB118103

dnssec_update_test.plH A D07-Mar-20222 KiB10050

ntadiff.plH A D07-Mar-2022713 258

prereq.shH A D07-Mar-20221.1 KiB4626

setup.shH A D07-Mar-20221.2 KiB5329

tests.shH A D07-Mar-2022165.2 KiB4,4173,723

README

1Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2
3SPDX-License-Identifier: MPL-2.0
4
5This Source Code Form is subject to the terms of the Mozilla Public
6License, v. 2.0.  If a copy of the MPL was not distributed with this
7file, you can obtain one at https://mozilla.org/MPL/2.0/.
8
9See the COPYRIGHT file distributed with this work for additional
10information regarding copyright ownership.
11
12The test setup for the DNSSEC tests has a secure root.
13
14ns1 is the root server.
15
16ns2 and ns3 are authoritative servers for the various test domains.
17
18ns4 is a caching-only server, configured with the correct trusted key
19for the root.
20
21ns5 is a caching-only server, configured with the an incorrect trusted
22key for the root.  It is used for testing failure cases.
23
24ns6 is an caching and authoritative server used for testing unusual
25server behaviors such as disabled DNSSEC algorithms.
26
27ns7 is used for checking non-cacheable answers.
28
29ns8 is a caching-only server, configured with unsupported and disabled
30algorithms.  It is used for testing failure cases.
31
32ns9 is a forwarding-only server.
33