bind9/lib
Mark Andrews ca7355b7d0 Fix OID check for PRIVATEOID keys and signatures
We were failing to account for the length byte before the OID.
See RFC 4034.

   Algorithm number 254 is reserved for private use and will never be
   assigned to a specific algorithm.  The public key area in the DNSKEY
   RR and the signature area in the RRSIG RR begin with an unsigned
   length byte followed by a BER encoded Object Identifier (ISO OID) of
   that length.  The OID indicates the private algorithm in use, and the
   remainder of the area is whatever is required by that algorithm.
   Entities should only use OIDs they control to designate their private
   algorithms.
2025-04-03 23:00:16 +11:00
..
dns Fix OID check for PRIVATEOID keys and signatures 2025-04-03 23:00:16 +11:00
isc use ISC_LIST_FOREACH in more places 2025-03-31 13:45:14 -07:00
isccc Remove unused symtab implementation 2025-02-25 11:29:58 +01:00
isccfg switch to ISC_LIST_FOREACH everywhere 2025-03-31 13:45:10 -07:00
ns Don't pass edectx from fetch_and_forget 2025-04-02 17:38:31 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00