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

  /src/external/mpl/bind/dist/bin/tests/system/nsec3/
tests_nsec3_restart.py 60 if "nsec3param" in params:
61 saltlen = params["nsec3param"].get("salt-length", 0)
63 match = f"{fqdn} {minimum} IN NSEC3PARAM 1 0 {iterations}"
65 query = isctest.query.create(fqdn, dns.rdatatype.NSEC3PARAM)
87 "nsec3param": {
103 # Test NSEC3 and NSEC3PARAM is the same after restart
common.py 89 if rrset.match(dns.rdataclass.IN, dns.rdatatype.NSEC3PARAM, dns.rdatatype.NONE):
100 dns.rdataclass.IN, dns.rdatatype.RRSIG, dns.rdatatype.NSEC3PARAM
137 query = isctest.query.create(fqdn, dns.rdatatype.NSEC3PARAM)
151 if "nsec3param" in params:
152 optout = params["nsec3param"].get("optout", 0)
153 saltlen = params["nsec3param"].get("salt-length", 0)
155 match = f"{fqdn} {minimum} IN NSEC3PARAM 1 0 {iterations}"
tests_nsec3_retransfer.py 62 match = f"{fqdn} {minimum} IN NSEC3PARAM 1 0 {iterations}"
77 query = isctest.query.create(fqdn, dns.rdatatype.NSEC3PARAM)
118 # Test NSEC3 and NSEC3PARAM is the same after retransfer.
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/
tests.sh 612 echo_i "start NSEC3PARAM changes via UPDATE on a unsigned zone test ($n)"
615 update add example 3600 nsec3param 1 0 0 -
619 # the zone is not signed. The nsec3param records should be removed.
621 $DIG $DIGOPTS +tcp +noadd +nosea +nostat +noquest +nocmd +norec example. @10.53.0.3 nsec3param >dig.out.ns3.$n || ret=1
631 echo_i "change the NSEC3PARAM ttl via update ($n)"
634 update add nsec3param.test 3600 NSEC3PARAM 1 0 1 -
638 $DIG $DIGOPTS +tcp +noadd +nosea +nostat +noquest +nocmd +norec nsec3param.test. @10.53.0.3 nsec3param >dig.out.ns3.$n || ret=1
640 grep "3600.*NSEC3PARAM" dig.out.ns3.$n >/dev/null || ret=
    [all...]

Completed in 16 milliseconds