|
Electroneum
|
#include <autotrust.h>

Public Attributes | |
| struct autr_ta * | next |
| uint8_t * | rr |
| 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 |
Autotrust metadata for one trust anchor key.
Definition at line 67 of file autotrust.h.
| size_t autr_ta::dname_len |
Definition at line 73 of file autotrust.h.
| uint8_t autr_ta::fetched |
fresh TA was seen
Definition at line 81 of file autotrust.h.
| 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.
| struct autr_ta* autr_ta::next |
next key
Definition at line 69 of file autotrust.h.
| uint8_t autr_ta::pending_count |
pending count
Definition at line 79 of file autotrust.h.
| uint8_t autr_ta::revoked |
revoked TA was seen
Definition at line 83 of file autotrust.h.
| uint8_t* autr_ta::rr |
the RR
Definition at line 71 of file autotrust.h.
| size_t autr_ta::rr_len |
length of rr
Definition at line 73 of file autotrust.h.
| autr_state_type autr_ta::s |
5011 state
Definition at line 77 of file autotrust.h.