Lines Matching defs:cdnskey
5085 "CDS/CDNSKEY consistency checks "
7225 * CDS and CDNSKEY RRsets too (RFC 7344, 4.1).
7260 * CDS and CDNSKEY are signed with KSK (RFC 7344, 4.1).
7671 * CDS and CDNSKEY are signed with KSK like DNSKEY.
7849 * CDS and CDNSKEY are signed with KSK like DNSKEY.
20467 * See if dns__zone_updatesigs() will update DNSKEY/CDS/CDNSKEY
21489 /* Get the CDNSKEY rdataset */
21565 * Publish CDS/CDNSKEY DELETE records if the zone is
21598 /* Check if there is a CDNSKEY DELETE record. */
21608 * CDNSKEY deletion record has this form
21647 * Update CDS / CDNSKEY records.
21654 "zone_rekey:couldn't update CDS/CDNSKEY: %s",
21661 * Only publish CDS/CDNSKEY DELETE records if there is
21692 "zone_rekey:couldn't update CDS/CDNSKEY "
22078 dns_rdataset_t dnskey, cds, cdnskey;
22094 dns_rdataset_init(&cdnskey);
22103 dns_rdatatype_none, 0, &cdnskey, NULL);
22109 !dns_rdataset_isassociated(&cdnskey))
22194 * For each DNSSEC algorithm in the CDNSKEY RRset there must be
22195 * a matching DNSKEY record with the exception of a CDNSKEY deletion
22198 if (dns_rdataset_isassociated(&cdnskey)) {
22201 for (result = dns_rdataset_first(&cdnskey);
22203 result = dns_rdataset_next(&cdnskey))
22208 dns_rdataset_current(&cdnskey, &crdata);
22210 * CDNSKEY deletion record has this form
22275 if (dns_rdataset_isassociated(&cdnskey)) {
22276 dns_rdataset_disassociate(&cdnskey);