Tor 0.4.9.0-alpha-dev
Data Fields
tor_tls_context_t Struct Reference

Data Fields

int refcnt
 
tor_tls_context_impl_t * ctx
 
struct tor_x509_cert_t * my_link_cert
 
struct tor_x509_cert_t * my_id_cert
 
struct tor_x509_cert_t * my_auth_cert
 
crypto_pk_tlink_key
 
crypto_pk_tauth_key
 

Detailed Description

Holds a SSL_CTX object and related state used to configure TLS connections.

Definition at line 28 of file tortls_st.h.

Field Documentation

◆ auth_key

crypto_pk_t* auth_key

Definition at line 35 of file tortls_st.h.

◆ ctx

tor_tls_context_impl_t* ctx

Definition at line 30 of file tortls_st.h.

◆ link_key

crypto_pk_t* link_key

Definition at line 34 of file tortls_st.h.

◆ my_auth_cert

struct tor_x509_cert_t* my_auth_cert

Definition at line 33 of file tortls_st.h.

◆ my_id_cert

struct tor_x509_cert_t* my_id_cert

Definition at line 32 of file tortls_st.h.

◆ my_link_cert

struct tor_x509_cert_t* my_link_cert

Definition at line 31 of file tortls_st.h.

◆ refcnt

int refcnt

Definition at line 29 of file tortls_st.h.


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