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 507 of file evhtp.h.

Field Documentation

void* args

Definition at line 529 of file evhtp.h.

char* cafile

Definition at line 510 of file evhtp.h.

char* capath

Definition at line 511 of file evhtp.h.

char* ciphers

Definition at line 512 of file evhtp.h.

char* dhparams

Definition at line 514 of file evhtp.h.

char* named_curve

Definition at line 513 of file evhtp.h.

char* pemfile

Definition at line 508 of file evhtp.h.

char* privfile

Definition at line 509 of file evhtp.h.

Definition at line 526 of file evhtp.h.

Definition at line 528 of file evhtp.h.

Definition at line 527 of file evhtp.h.

evhtp_ssl_scache_init scache_init

Definition at line 525 of file evhtp.h.

long scache_size

Definition at line 524 of file evhtp.h.

long scache_timeout

Definition at line 523 of file evhtp.h.

evhtp_ssl_scache_type scache_type

Definition at line 522 of file evhtp.h.

long ssl_ctx_timeout

Definition at line 516 of file evhtp.h.

long ssl_opts

Definition at line 515 of file evhtp.h.

long store_flags

Definition at line 521 of file evhtp.h.

int verify_depth

Definition at line 518 of file evhtp.h.

int verify_peer

Definition at line 517 of file evhtp.h.

evhtp_ssl_chk_issued_cb x509_chk_issued_cb

Definition at line 520 of file evhtp.h.

evhtp_ssl_verify_cb x509_verify_cb

Definition at line 519 of file evhtp.h.


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