Home
last modified time | relevance | path

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

/dports/www/pound/Pound-2.8/
H A Dpound.h396 int clnt_check; /* client verification mode */ member
H A Dhttp.c645 if((x509 = SSL_get_peer_certificate(ssl)) != NULL && lstn->clnt_check < 3 in do_http()
1097 if(lstn->clnt_check > 0 && x509 != NULL && (bb = BIO_new(BIO_s_mem())) != NULL) { in do_http()
H A Dconfig.c1120 switch(res->clnt_check = atoi(lin + matches[1].rm_so)) { in parse_HTTPS()