Home | History | Annotate | Download | only in dnssec

Lines Matching defs:dnskey

84 static int nkey; /* number of child zone DNSKEY records */
91 * The child DNSKEY RRset is scanned to find out which keys are
96 * the child DNSKEY, CDNSKEY, and CDS RRsets. In this program, only keys
471 * Find out if any (C)DS record matches a particular (C)DNSKEY.
524 ki->rdata.type == dns_rdatatype_cdnskey ? "CDNSKEY" : "DNSKEY",
531 * Find which (C)DNSKEY records match a (C)DS RRset.
549 dns_rdata_dnskey_t dnskey;
559 result = dns_rdata_tostruct(keyrdata, &dnskey, NULL);
560 check_result(result, "dns_rdata_tostruct(DNSKEY)");
561 ki->algo = dnskey.algorithm;
709 * RRset does not break the chain of trust to the DNSKEY RRset, every
710 * key algorithm in the DS RRset must have a signature in the DNSKEY
1053 " -f <file> child DNSKEY+CDNSKEY+CDS+RRSIG "
1219 fatal("could not find signed DNSKEY RRset for %s", namestr);
1233 vbprintf(1, "which child DNSKEY records match parent DS records?\n");
1238 * authenticate the DNSKEY RRset (RFC 4035 section 5.2 bullet
1243 vbprintf(1, "verify DNSKEY signature(s)\n");
1246 fatal("could not validate child DNSKEY RRset for %s", namestr);
1329 vbprintf(1, "which child DNSKEY records match new DS records?\n");
1338 vbprintf(1, "verify DNSKEY signature(s)\n");
1342 fatal("could not validate child DNSKEY RRset "