LDNS_CALC_KEYTAG(3) - Linux man page online | Library functions
Calculate ldns keytag.
Chapter
30 May 2006
ldns(3) Library Functions Manual ldns(3)
@nlnetlabs.nl or in our bugzilla at http://www.nlnet‐
labs.nl/bugs/index.html
30 May 2006 ldns(3)
NAME
ldns_calc_keytag, ldns_calc_keytag_raw - calculate ldns keytagSYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> uint16_t ldns_calc_keytag(const ldns_rr *key); uint16_t ldns_calc_keytag_raw(const uint8_t* key, size_t keysize);DESCRIPTION
ldns_calc_keytag() calculates a keytag of a key for use in DNSSEC. key: the key as an RR to use for the calc. Returns the keytag ldns_calc_keytag_raw() Calculates keytag of DNSSEC key, operates on wireformat rdata. key: the key as uncompressed wireformat rdata. keysize: length of key data. Returns the keytagAUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS
Please report bugs to