Home | History | Annotate | Download | only in ssl

Lines Matching refs:app_verify_arg

227 struct app_verify_arg
511 struct app_verify_arg app_verify_arg =
601 app_verify_arg.proxy_auth= *(++argv);
606 app_verify_arg.proxy_cond= *(++argv);
760 app_verify_arg.app_verify = 1;
764 app_verify_arg.allow_proxy_certs = 1;
1025 SSL_CTX_set_cert_verify_callback(s_ctx, app_verify_callback, &app_verify_arg);
1032 SSL_CTX_set_cert_verify_callback(c_ctx, app_verify_callback, &app_verify_arg);
2250 struct app_verify_arg *cb_arg = arg;