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

  /src/external/mpl/bind/dist/bin/tests/system/nsec_grandparent/
tests_nsec_grandparent.py 25 GRANDCHILD = f"grand.{CHILD}"
27 ATTACK = f"www-bind.{GRANDCHILD}"
29 ATTACK_CACHED = f"www2-bind.{GRANDCHILD}"
165 grandchild_ds = _query(AUTH, GRANDCHILD, "DS")
168 grandchild_ds, grandchild_ds.authority, GRANDCHILD, dns.rdatatype.NSEC
177 GRANDCHILD,
217 # forged NODATA proof for GRANDCHILD/DS, which is validated and cached
221 ds_fetches = _auth_query_count(GRANDCHILD, "DS")
225 # No new DS fetch for GRANDCHILD confirms the proof really did come from
227 assert _auth_query_count(GRANDCHILD, "DS") == ds_fetche
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/nsec_grandparent/ans1/
ans.py 35 GRANDCHILD = f"grand.{CHILD}"
37 ATTACK = f"www-bind.{GRANDCHILD}"
109 return nsec_rrset(GRANDCHILD, f"grandz.{CHILD}", "NS", "RRSIG", "NSEC")
114 # grandchild name and shows an (insecure) delegation: NS bit set, DS bit
141 self.grandchild = name(GRANDCHILD)
165 elif qctx.qname == self.grandchild and qctx.qtype == dns.rdatatype.DS:
172 qctx.qname.is_subdomain(self.grandchild)

Completed in 17 milliseconds