Searched refs:insecure (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dtests.sh247 # Check the insecure.example domain
251 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
252 $DIG $DIGOPTS +noauth a.insecure.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
263 $DIG $DIGOPTS +noauth a.insecure.nsec3.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
264 $DIG $DIGOPTS +noauth a.insecure.nsec3.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
275 $DIG $DIGOPTS +noauth a.insecure.optout.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
276 $DIG $DIGOPTS +noauth a.insecure.optout.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
287 $DIG $DIGOPTS q.insecure.example. a @10.53.0.3 \
289 $DIG $DIGOPTS q.insecure.example. a @10.53.0.4 \
301 $DIG $DIGOPTS q.insecure
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dacl.c492 * insecure.
529 * Return ISC_TRUE iff the acl 'a' is considered insecure, that is,
539 isc_boolean_t insecure; local
551 insecure = insecure_prefix_found;
553 if (insecure)
560 /* A negated match can never be insecure. */
583 /* No insecure elements were found. */

Completed in 639 milliseconds