From: rousskov <> Date: Tue, 12 Feb 2008 05:36:52 +0000 (+0000) Subject: Importing SslBump feature from Squid3 ssl-bump branch: X-Git-Tag: BASIC_TPROXY4~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bede394f5386d15368bddb02a8207a3fe1c80a8;p=thirdparty%2Fsquid.git Importing SslBump feature from Squid3 ssl-bump branch: Added sslproxy_cert_error ACL to be able to bypass some certificate validation errors. The default is to bypass nothing. --- diff --git a/src/globals.h b/src/globals.h index 1df6f33772..32c8a52525 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,6 +1,6 @@ /* - * $Id: globals.h,v 1.142 2007/12/14 23:11:46 amosjeffries Exp $ + * $Id: globals.h,v 1.143 2008/02/11 22:36:52 rousskov Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -169,6 +169,7 @@ extern "C" extern int ssl_ex_index_server; /* -1 */ extern int ssl_ctx_ex_index_dont_verify_domain; /* -1 */ + extern int ssl_ex_index_cert_error_check; /* -1 */ extern const char *external_acl_message; /* NULL */ extern int opt_send_signal; /* -1 */