Home | History | Annotate | Download | only in dnssec

Lines Matching defs:dnskey

306 		fatal("dnskey '%s' failed to sign data: %s", keystr,
464 fatal("failure looking for '%s DNSKEY' in database: %s", namestr,
574 "private dnskey not found\n",
578 vbprintf(2, "\trrsig by %s %s - dnskey not found\n",
611 vbprintf(2, "\trrsig by %s dropped - dnskey removed\n",
678 "resigning with dnskey");
738 "signing with dnskey");
799 "signing with dnskey");
1066 /* No DS records found; try again, looking for DNSKEY records */
1086 vbprintf(2, "found DNSKEY records\n");
1243 fatal("'%s': Non-apex DNSKEY RRset\n", namebuf);
2641 /* Preserve the TTL of the DNSKEY RRset, if any */
2654 "with existing DNSKEY RRset TTL.\n",
2663 /* Load keys corresponding to the existing DNSKEY RRset. */
2699 fatal("cannot load dnskey %s: %s", keyfiles[i],
2708 fatal("cannot sign zone with non-private dnskey %s",
2902 fatal("failed to update DNSKEY RRset at node '%s': %s", name,
2936 dns_rdata_dnskey_t dnskey;
2960 result = dns_rdata_tostruct(&rdata, &dnskey, NULL);
2962 if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0) {
2968 dns_rdata_freestruct(&dnskey);
2976 "%s: warning: No non-KSK DNSKEY found; "
2980 fatal("No non-KSK DNSKEY found; "
3314 fprintf(stderr, "\t-x:\tsign DNSKEY record with KSKs only, not ZSKs\n");
3933 * 1) Keys listed in the DNSKEY set that have
3938 * 4) Any keys remaining in the DNSKEY set which
3990 "requested with no DNSKEY; ignoring\n",
3996 "NSEC-only DNSKEY");