Home
last modified time | relevance | path

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

/dports/www/pound/Pound-2.8/
H A Dpound.h599 extern void SSLINFO_callback(const SSL *s, int where, int rc);
H A Dsvc.c1766 SSLINFO_callback(const SSL *ssl, int where, int rc) function
H A Dconfig.c1279 SSL_CTX_set_info_callback(pc->ctx, SSLINFO_callback); in parse_HTTPS()