#include <ssl.h>
Definition at line 818 of file ssl.h.
ssl_st::STACK_OF | ( | SSL_CIPHER | ) |
ssl_st::STACK_OF | ( | SSL_CIPHER | ) |
ssl_st::STACK_OF | ( | X509_NAME | ) |
int ssl_st::version |
int ssl_st::type |
int ssl_st::rwstate |
int(* ssl_st::handshake_func)(SSL *) |
int ssl_st::server |
int ssl_st::shutdown |
int ssl_st::state |
int ssl_st::rstate |
void* ssl_st::init_msg |
int ssl_st::init_num |
int ssl_st::init_off |
unsigned char* ssl_st::packet |
unsigned int ssl_st::packet_length |
struct ssl2_state_st* ssl_st::s2 [read] |
struct ssl3_state_st* ssl_st::s3 [read] |
struct dtls1_state_st* ssl_st::d1 [read] |
void(* ssl_st::msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) |
void* ssl_st::msg_callback_arg |
int ssl_st::hit |
const EVP_MD* ssl_st::read_hash |
const EVP_MD* ssl_st::write_hash |
struct cert_st* ssl_st::cert [read] |
unsigned int ssl_st::sid_ctx_length |
unsigned char ssl_st::sid_ctx[SSL_MAX_SID_CTX_LENGTH] |
int(* ssl_st::verify_callback)(int ok, X509_STORE_CTX *ctx) |
void(* ssl_st::info_callback)(const SSL *ssl, int type, int val) |
int ssl_st::error |
int ssl_st::debug |
unsigned long ssl_st::options |
unsigned long ssl_st::mode |