Home
last modified time | relevance | path

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

/dports/www/pound/Pound-2.8/
H A Dpound.h413 int allow_client_reneg; /* Allow Client SSL Renegotiation */ member
H A Dconfig.c970 res->allow_client_reneg = 0; in parse_HTTPS()
1178 res->allow_client_reneg = atoi(lin + matches[1].rm_so); in parse_HTTPS()
1179 if (res->allow_client_reneg == 2) { in parse_HTTPS()
H A Dhttp.c586 if(lstn->allow_client_reneg) in do_http()