Libevhtp  0.3.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
evhtp_ssl_cfg_s Struct Reference

#include <evhtp.h>

Data Fields

char * pemfile
 
char * privfile
 
char * cafile
 
char * capath
 
char * ciphers
 
char * named_curve
 
char * dhparams
 
long ssl_opts
 
long ssl_ctx_timeout
 
int verify_peer
 
int verify_depth
 
evhtp_ssl_verify_cb x509_verify_cb
 
evhtp_ssl_chk_issued_cb x509_chk_issued_cb
 
long store_flags
 
evhtp_ssl_scache_type scache_type
 
long scache_timeout
 
long scache_size
 
evhtp_ssl_scache_init scache_init
 
evhtp_ssl_scache_add scache_add
 
evhtp_ssl_scache_get scache_get
 
evhtp_ssl_scache_del scache_del
 
void * args
 

Detailed Description

Definition at line 478 of file evhtp.h.

Field Documentation

void* args

Definition at line 500 of file evhtp.h.

char* cafile

Definition at line 481 of file evhtp.h.

char* capath

Definition at line 482 of file evhtp.h.

char* ciphers

Definition at line 483 of file evhtp.h.

char* dhparams

Definition at line 485 of file evhtp.h.

char* named_curve

Definition at line 484 of file evhtp.h.

char* pemfile

Definition at line 479 of file evhtp.h.

char* privfile

Definition at line 480 of file evhtp.h.

Definition at line 497 of file evhtp.h.

Definition at line 499 of file evhtp.h.

Definition at line 498 of file evhtp.h.

evhtp_ssl_scache_init scache_init

Definition at line 496 of file evhtp.h.

long scache_size

Definition at line 495 of file evhtp.h.

long scache_timeout

Definition at line 494 of file evhtp.h.

evhtp_ssl_scache_type scache_type

Definition at line 493 of file evhtp.h.

long ssl_ctx_timeout

Definition at line 487 of file evhtp.h.

long ssl_opts

Definition at line 486 of file evhtp.h.

long store_flags

Definition at line 492 of file evhtp.h.

int verify_depth

Definition at line 489 of file evhtp.h.

int verify_peer

Definition at line 488 of file evhtp.h.

evhtp_ssl_chk_issued_cb x509_chk_issued_cb

Definition at line 491 of file evhtp.h.

evhtp_ssl_verify_cb x509_verify_cb

Definition at line 490 of file evhtp.h.


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