]> git.ipfire.org Git - thirdparty/squid.git/commit
Importing SslBump feature from Squid3 ssl-bump branch:
authorrousskov <>
Tue, 12 Feb 2008 05:26:39 +0000 (05:26 +0000)
committerrousskov <>
Tue, 12 Feb 2008 05:26:39 +0000 (05:26 +0000)
commit4d5a6db859fc8027514b606827147306c75eacbf
treea4141477928ee95f1c497b4c2b62e8e30738aa6a
parent3712be3f464afd223b1b1e7f7392eef95f7220e9
Importing SslBump feature from Squid3 ssl-bump branch:

        Added ERR_SECURE_CONNECT_FAIL that is returned when we cannot
        secure the established connection with the server. Formerly,
        ERR_CONNECT_FAIL was returned.

        Supply the SSL error check ACL when forwarding SSL connections.
        The check list is stored as SSL ex_data and is destroyed by
        OpenSSL when the SSL struct is destroyed.
src/enums.h
src/forward.cc