Electroneum
autr_ta Struct Reference

#include <autotrust.h>

Collaboration diagram for autr_ta:

Public Attributes

struct autr_tanext
 
uint8_trr
 
size_t rr_len
 
size_t dname_len
 
time_t last_change
 
autr_state_type s
 
uint8_t pending_count
 
uint8_t fetched
 
uint8_t revoked
 

Detailed Description

Autotrust metadata for one trust anchor key.

Definition at line 67 of file autotrust.h.

Member Data Documentation

◆ dname_len

size_t autr_ta::dname_len

Definition at line 73 of file autotrust.h.

◆ fetched

uint8_t autr_ta::fetched

fresh TA was seen

Definition at line 81 of file autotrust.h.

◆ last_change

time_t autr_ta::last_change

last update of key state (new pending count keeps date the same)

Definition at line 75 of file autotrust.h.

◆ next

struct autr_ta* autr_ta::next

next key

Definition at line 69 of file autotrust.h.

◆ pending_count

uint8_t autr_ta::pending_count

pending count

Definition at line 79 of file autotrust.h.

◆ revoked

uint8_t autr_ta::revoked

revoked TA was seen

Definition at line 83 of file autotrust.h.

◆ rr

uint8_t* autr_ta::rr

the RR

Definition at line 71 of file autotrust.h.

◆ rr_len

size_t autr_ta::rr_len

length of rr

Definition at line 73 of file autotrust.h.

◆ s

autr_state_type autr_ta::s

5011 state

Definition at line 77 of file autotrust.h.


The documentation for this struct was generated from the following file: