Tor 0.4.9.8
Loading...
Searching...
No Matches
authority_cert_t Struct Reference

#include <authority_cert_st.h>

Data Fields

signed_descriptor_t cache_info
 
crypto_pk_tidentity_key
 
crypto_pk_tsigning_key
 
char signing_key_digest [DIGEST_LEN]
 
time_t expires
 
tor_addr_t ipv4_addr
 
uint16_t ipv4_dirport
 

Detailed Description

Certificate for v3 directory protocol: binds long-term authority identity keys to medium-term authority signing keys.

Definition at line 19 of file authority_cert_st.h.

Field Documentation

◆ cache_info

◆ expires

time_t expires

The listed expiration time of this certificate.

Definition at line 29 of file authority_cert_st.h.

Referenced by authority_cert_parse_from_string(), dirvote_perform_vote(), networkstatus_check_consensus_signature(), and v3_authority_check_key_expiry().

◆ identity_key

◆ ipv4_addr

tor_addr_t ipv4_addr

This authority's IPv4 address.

Definition at line 31 of file authority_cert_st.h.

Referenced by authority_cert_parse_from_string(), and trusted_dirs_load_certs_from_string().

◆ ipv4_dirport

uint16_t ipv4_dirport

This authority's directory port.

Definition at line 33 of file authority_cert_st.h.

Referenced by authority_cert_parse_from_string(), and trusted_dirs_load_certs_from_string().

◆ signing_key

◆ signing_key_digest


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