]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Importing SslBump feature from Squid3 ssl-bump branch:
authorrousskov <>
Tue, 12 Feb 2008 05:36:52 +0000 (05:36 +0000)
committerrousskov <>
Tue, 12 Feb 2008 05:36:52 +0000 (05:36 +0000)
        Added sslproxy_cert_error ACL to be able to bypass some
        certificate validation errors. The default is to bypass
        nothing.

src/globals.h

index 1df6f337728437c98a6316b91617f97cbc1b18ef..32c8a525253abc99971ff0f6175fc15282e2e84a 100644 (file)
@@ -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 */