|
Tor 0.4.9.3-alpha-dev
|
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_t * | link_key |
| crypto_pk_t * | auth_key |
Holds a SSL_CTX object and related state used to configure TLS connections.
Definition at line 28 of file tortls_st.h.
| crypto_pk_t* auth_key |
Definition at line 35 of file tortls_st.h.
| tor_tls_context_impl_t* ctx |
Definition at line 30 of file tortls_st.h.
| crypto_pk_t* link_key |
Definition at line 34 of file tortls_st.h.
| struct tor_x509_cert_t* my_auth_cert |
Definition at line 33 of file tortls_st.h.
| struct tor_x509_cert_t* my_id_cert |
Definition at line 32 of file tortls_st.h.
| struct tor_x509_cert_t* my_link_cert |
Definition at line 31 of file tortls_st.h.
| int refcnt |
Definition at line 29 of file tortls_st.h.