OpenVPN
|
#include <ssl_mbedtls.h>
Data Fields | |
mbedtls_ssl_config * | ssl_config |
mbedTLS global ssl config More... | |
mbedtls_ssl_context * | ctx |
mbedTLS connection context More... | |
bio_ctx * | bio_ctx |
struct tls_key_cache | tls_key_cache |
SSL * | ssl |
BIO * | ssl_bio |
BIO * | ct_in |
BIO * | ct_out |
Definition at line 127 of file ssl_mbedtls.h.
bio_ctx* key_state_ssl::bio_ctx |
Definition at line 130 of file ssl_mbedtls.h.
BIO* key_state_ssl::ct_in |
Definition at line 48 of file ssl_openssl.h.
Referenced by key_state_ssl_free(), key_state_ssl_init(), and key_state_write_ciphertext().
BIO* key_state_ssl::ct_out |
Definition at line 49 of file ssl_openssl.h.
Referenced by key_state_read_ciphertext(), key_state_ssl_free(), and key_state_ssl_init().
mbedtls_ssl_context* key_state_ssl::ctx |
mbedTLS connection context
Definition at line 129 of file ssl_mbedtls.h.
SSL* key_state_ssl::ssl |
Definition at line 46 of file ssl_openssl.h.
Referenced by key_state_ssl_free(), key_state_ssl_init(), key_state_ssl_shutdown(), and print_details().
BIO* key_state_ssl::ssl_bio |
Definition at line 47 of file ssl_openssl.h.
Referenced by key_state_read_plaintext(), key_state_ssl_free(), key_state_ssl_init(), key_state_write_plaintext(), and key_state_write_plaintext_const().
mbedtls_ssl_config* key_state_ssl::ssl_config |
mbedTLS global ssl config
Definition at line 128 of file ssl_mbedtls.h.
struct tls_key_cache key_state_ssl::tls_key_cache |
Definition at line 132 of file ssl_mbedtls.h.