Files
bind9/lib/dns
Matthijs Mekking ef58f2444f Add new dns_rdatatype_iskeymaterial() function
The following code block repeats quite often:

    if (rdata.type == dns_rdatatype_dnskey ||
        rdata.type == dns_rdatatype_cdnskey ||
        rdata.type == dns_rdatatype_cds)

Introduce a new function to reduce the repetition.
2023-05-23 08:53:23 +02:00
..
2023-04-05 12:38:11 +01:00
2023-05-23 08:53:23 +02:00
2023-04-03 14:09:13 +02:00
2023-04-17 10:56:08 +02:00
2023-03-23 12:57:01 -07:00
2023-04-05 14:46:39 +00:00
2023-03-08 08:36:25 +01:00
2023-05-15 20:49:42 +00:00
2023-05-20 07:26:21 +00:00
2023-03-08 08:36:25 +01:00
2023-04-03 15:21:43 +00:00
2023-04-03 12:08:05 +01:00
2023-03-31 13:33:16 +02:00