Trust anchor key. More...
#include <val_anchor.h>
Data Fields | |
| struct ta_key * | next |
| next in list | |
| uint8_t * | data |
| rdata, in wireformat of the key RR. | |
| size_t | len |
| length of the rdata (including rdlength). | |
| uint16_t | type |
| DNS type (host format) of the key, DS or DNSKEY. | |
Trust anchor key.
| uint8_t* ta_key::data |
rdata, in wireformat of the key RR.
starts with rdlength.
Referenced by anchor_find_key(), anchor_new_ta_key(), anchors_delfunc(), and assemble_it().