ldns  1.8.4
ldns_struct_key::[struct]._extra.dnssec Struct Reference

Some values that influence generated signatures. More...

Data Fields

uint32_t orig_ttl
 The TTL of the rrset that is currently signed.
uint32_t inception
 The inception date of signatures made with this key.
uint32_t expiration
 The expiration date of signatures made with this key.
uint16_t keytag
 The keytag of this key.
uint16_t flags
 The dnssec key flags as specified in RFC4035, like ZSK and KSK.

Detailed Description

Some values that influence generated signatures.

Definition at line 151 of file keys.h.

Field Documentation

◆ orig_ttl

The TTL of the rrset that is currently signed.

◆ inception

The inception date of signatures made with this key.

◆ expiration

The expiration date of signatures made with this key.

◆ keytag

The keytag of this key.

◆ flags

The dnssec key flags as specified in RFC4035, like ZSK and KSK.