Go to the source code of this file.
#define MAX_CRYPTO_LEN 16 |
static u32 openssl_ctx_alloc |
( |
void |
| ) |
|
|
static |
static void openssl_ctx_free |
( |
tls_ctx_t * |
ctx | ) |
|
|
static |
tls_ctx_t* openssl_ctx_get_w_thread |
( |
u32 |
ctx_index, |
|
|
u8 |
thread_index |
|
) |
| |
static int openssl_ctx_init_client |
( |
tls_ctx_t * |
ctx | ) |
|
|
static |
static int openssl_ctx_init_server |
( |
tls_ctx_t * |
ctx | ) |
|
|
static |
static u32 openssl_listen_ctx_alloc |
( |
void |
| ) |
|
|
static |
static int openssl_start_listen |
( |
tls_ctx_t * |
lctx | ) |
|
|
static |
static int openssl_stop_listen |
( |
tls_ctx_t * |
lctx | ) |
|
|
static |
int tls_init_ca_chain |
( |
void |
| ) |
|
static int tls_openssl_set_ciphers |
( |
char * |
ciphers | ) |
|
|
static |
Initial value:= {
}
static u8 openssl_handshake_is_over(tls_ctx_t *ctx)
static u32 openssl_ctx_alloc(void)
static void openssl_ctx_free(tls_ctx_t *ctx)
static int openssl_stop_listen(tls_ctx_t *lctx)
tls_ctx_t * openssl_ctx_get(u32 ctx_index)
static int openssl_ctx_write(tls_ctx_t *ctx, stream_session_t *app_session)
static int openssl_ctx_init_client(tls_ctx_t *ctx)
tls_ctx_t * openssl_ctx_get_w_thread(u32 ctx_index, u8 thread_index)
static int openssl_ctx_init_server(tls_ctx_t *ctx)
static int openssl_start_listen(tls_ctx_t *lctx)
static int openssl_ctx_read(tls_ctx_t *ctx, stream_session_t *tls_session)
Definition at line 723 of file tls_openssl.c.