HomeSort by: relevance | last modified time | path
    Searched refs:DNSKEY (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/contrib/scripts/
check-secure-delegation.pl.in 35 my %dnskey = ();
53 # Read the RRSIG(DNSKEY) records and extract the key id,
55 # records. DNSKEY records should be before the RRSIG records.
56 open(DNSKEY, "$dig -t DNSKEY -q $zone|") || die("dig DNSKEY failed");
57 while (<DNSKEY>) {
59 if ($words[3] eq "DNSKEY") {
70 $dnskey{"$dswords[3] $dswords[4]"} = 1;
73 next if ($words[3] ne "RRSIG" || $words[4] ne "DNSKEY");
    [all...]
check5011.pl 67 open my $d, "-|", qw{dig +multiline DNSKEY}, $name;
69 next unless m{^([a-z0-9.-]*)\s+\d+\s+IN\s+DNSKEY\s+};
149 DNSKEY records using B<dig> and compares them to the trust anchors.
181 There is no DNSKEY record for this trust anchor. This is printed
  /src/external/bsd/unbound/dist/contrib/
update-anchor.sh 65 $ubhost -v $rh $filearg "$keyfile" -t DNSKEY "$zonename" >$tmpfile
88 if grep ' has DNSKEY record 257' $tmpfile >/dev/null 2>&1; then
91 grep ' has DNSKEY record 257' | \
93 sed -e 's/ has DNSKEY record \([0-9]*\) \([0-9]*\) \([0-9]*\) /. \1 \2 \3 "/' | \
99 sed -e 's/ has DNSKEY record \([0-9]*\) \([0-9]*\) \([0-9]*\) /. \1 \2 \3 "/' | \
105 if grep ' has DNSKEY record 257' $tmpfile >/dev/null 2>&1; then
108 grep ' has DNSKEY record 257' | \
110 sed -e 's/ has DNSKEY record /. IN DNSKEY /' | \
116 sed -e 's/ has DNSKEY record /. IN DNSKEY /' |
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/enginepkcs11/
tests.sh 113 echo_i "Test DNSKEY response for $zone after inline signing ($n)"
115 dig_with_opts "$zone" @10.53.0.1 DNSKEY >dig.out.dnskey.$zone.$n || return 1
116 count=$(awk 'BEGIN { count = 0 } $4 == "DNSKEY" { count++ } END {print count}' dig.out.dnskey.$zone.$n)
120 test "$ret" -eq 0 || echo_i "failed (expected 3 DNSKEY records)"
161 echo_i "Test DNSKEY response for $zone after inline signing (key signing) ($n)"
163 dig_with_opts "$zone" @10.53.0.1 DNSKEY >dig.out.dnskey.$zone.$n || return 1
164 count=$(awk 'BEGIN { count = 0 } $4 == "DNSKEY" { count++ } END {print count}' dig.out.dnskey.$zone.$n
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/views/
tests.sh 138 "$DIG" -p "${PORT}" @10.53.0.2 -b 10.53.0.2 +dnssec DNSKEY inline >dig.out.internal
139 "$DIG" -p "${PORT}" @10.53.0.2 -b 10.53.0.5 +dnssec DNSKEY inline >dig.out.external
145 int=$(awk '$4 == "DNSKEY" { print $8 }' dig.out.internal | sort)
146 ext=$(awk '$4 == "DNSKEY" { print $8 }' dig.out.external | sort)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/
tests.sh 161 echo_i "checking dig +multi +norrcomments works for DNSKEY (when default is rrcomments)($n)"
163 dig_with_opts +tcp @10.53.0.3 +multi +norrcomments -t DNSKEY example >dig.out.test$n || ret=1
165 check_ttl_range dig.out.test$n "DNSKEY" 300 || ret=1
179 echo_i "checking dig +rrcomments works for DNSKEY($n)"
181 dig_with_opts +tcp @10.53.0.3 +rrcomments DNSKEY example >dig.out.test$n || ret=1
183 check_ttl_range dig.out.test$n "DNSKEY" 300 || ret=1
188 echo_i "checking dig +short +rrcomments works for DNSKEY ($n)"
190 dig_with_opts +tcp @10.53.0.3 +short +rrcomments DNSKEY example >dig.out.test$n || ret=1
198 dig_with_opts +tcp @10.53.0.3 +short +nosplit DNSKEY example >dig.out.test$n || ret=1
206 dig_with_opts +tcp @10.53.0.3 +short +rrcomments DNSKEY example >dig.out.test$n || ret=
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/
ans.py 28 # 'example.' answers DNSKEY/NSEC/NSEC3/RRSIG queries with a CNAME (the
161 dns.rdatatype.DNSKEY,
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
kasp.py 66 config["dnskey-ttl"]
73 ttl1 = config["dnskey-ttl"] + config["publish-safety"]
79 # dnskey-ttl, and no publish-safety (because we are looking at
450 def dnskey(self) -> dns.rrset.RRset: member in class:Key
461 dnskey_rr.rdtype == dns.rdatatype.DNSKEY
462 ), f"DNSKEY not found in {self.keyfile}"
466 dnskey = self.dnskey
468 ds = dns.dnssec.make_ds(dnskey.name, dnskey[0], dsdigest
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/mirror/
tests.sh 98 nextpartpeek ns3/named.run | grep "verify-untrusted.*No trusted DNSKEY found" >/dev/null || ret=1
357 echo_i "checking flags set in a DNSKEY response sourced from a mirror zone ($n)"
359 $DIG $DIGOPTS @10.53.0.3 . DNSKEY >dig.out.ns3.test$n 2>&1 || ret=1
  /src/external/mpl/bind/dist/bin/tests/system/autosign/
tests.sh 151 # Wait for the root DNSKEY RRset to be fully signed.
153 $DIG $DIGOPTS . @10.53.0.1 dnskey >dig.out.ns1.test$n.dnskey || ret=1
154 grep "ANSWER: 11," dig.out.ns1.test$n.dnskey >/dev/null || ret=1
317 $DIG $DIGOPTS +tcp +noall +answer dnskey ttl1.example. @10.53.0.3 >dig.out.ns3.test$n || ret=1
326 $DIG $DIGOPTS +tcp +noall +answer dnskey ttl2.example. @10.53.0.3 >dig.out.ns3.test$n || ret=1
335 $DIG $DIGOPTS +tcp +noall +answer dnskey ttl3.example. @10.53.0.3 >dig.out.ns3.test$n || ret=1
344 $DIG $DIGOPTS +tcp +noall +answer dnskey ttl4.example. @10.53.0.3 >dig.out.ns3.test$n || ret=1
735 $DIG $DIGOPTS +multi dnskey . @10.53.0.1 >dig.out.ns1.test$n || ret=1
744 $DIG $DIGOPTS dnskey . @10.53.0.1 >dig.out.ns1.test$n || ret=
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh 187 echo_i "checking recovery from stripped DNSKEY RRSIG ($n)"
189 # prime cache with DNSKEY without RRSIGs
190 dig_with_opts +noauth +cd dnskey-rrsigs-stripped. @10.53.0.4 dnskey >dig.out.prime.ns4.test$n || ret=1
193 grep "RRSIG.DNSKEY" dig.out.prime.ns4.test$n >/dev/null && ret=1
195 cp ns2/dnskey-rrsigs-stripped.db.next ns2/dnskey-rrsigs-stripped.db.signed
197 rndccmd 10.53.0.2 reload dnskey-rrsigs-stripped | sed 's/^/ns2 /' | cat_i
198 wait_for_log 5 "zone dnskey-rrsigs-stripped/IN: loaded serial 2000042408" ns2/named.run || ret=1
199 dig_with_opts +noauth b.dnskey-rrsigs-stripped. @10.53.0.2 a >dig.out.ns2.test$n || ret=
    [all...]

Completed in 72 milliseconds