Home
last modified time | relevance | path

Searched refs:ssl_verifyclient_depth (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.c213 s->ssl_verifyclient_depth = 9; in config_insert()
274 cv[58].destination = &(s->ssl_verifyclient_depth); in config_insert()
370 PATCH(ssl_verifyclient_depth); in config_setup_connection()
481 PATCH(ssl_verifyclient_depth); in config_patch_connection()
H A Dbase.h292 unsigned short ssl_verifyclient_depth; member
H A Dnetwork.c836 SSL_CTX_set_verify_depth(s->ssl_ctx, s->ssl_verifyclient_depth);