squid3/ssl-bump changes

These changesets represents the changes on the squid3/ssl-bump development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.

Browse repository

DateAuthorSizeDescription
2008/02/10 19:41:52rousskov+78 -12Added ssl_bump ACL. The ACL controls which CONNECT requests to an http_port
2008/02/10 19:23:16rousskov+2 -2Polished comments. Added TODO.
2008/02/09 00:35:10rousskov+4 -8Fixed http_port address printing after merging IPv6 changes from HEAD.
2008/01/27 18:08:31rousskov+7146 -15785Trying to undo "cvsmerge init ...; cvsmerge ssl-bump" effects. Those commands
2008/01/27 18:08:31rousskov+7146 -15785Trying to undo "cvsmerge init ...; cvsmerge ssl-bump" effects. Those commands
2007/12/06 18:02:41rousskov+2 -8Fixed more compile errors after removal of snprintf.h
2007/12/04 15:34:35rousskov+8 -1The connect(2) system call might return "connection ready" status even for a
2007/11/08 21:55:53rousskov+6 -5Do not call aclChecklistCreate if the user did not configure
2007/11/08 15:30:56rousskov+13 -10Ignore https_port where we failed to create an SSL context. We used to warn
2007/11/06 18:17:24rousskov+15 -11Removed DEFAULT_IF_NONE from sslproxy_cert_error because it creates an ACL
2007/11/06 18:04:24rousskov+6 -4Added ERR_SECURE_CONNECT_FAIL that is returned when we cannot secure
2007/11/06 17:53:34rousskov+962 -0Added ERR_SECURE_CONNECT_FAIL that is returned when we cannot secure
2007/11/06 16:22:34rousskov+42 -42Removed indentation tabs.
2007/11/06 16:14:59rousskov+4 -121Removed default/copied headers.
2007/11/06 16:02:33rousskov+40 -29Guarded sslBump code with USE_SSL.
2007/11/06 16:01:04rousskov+14 -1Documented the sslBump option of the http_port directive.
2007/11/06 00:23:13rousskov+3 -2Intercept CONNECT requests only if sslBump option is set for the http_port.
2007/11/06 00:21:31rousskov+32 -11Mark connection that switched to SSL so that others can treat associated
2007/11/06 00:14:51rousskov+22 -1Parse/dump the newly added sslBump http_port option. The option does not imply
2007/11/06 00:09:28rousskov+4 -1Added sslBump option to mark ports that intercept CONNECT requests.
2007/11/05 22:13:39rousskov+287 -186SslBump needs access to SSL-related options when responding to CONNECT
2007/11/05 17:53:55rousskov+96 -4Set SSL error to SQUID_X509_V_ERR_DOMAIN_MISMATCH when Squid certificate domain
2007/11/05 17:53:00rousskov+10 -2Supply the SSL error check ACL when forwarding SSL connections. The check list
2007/11/05 17:52:37rousskov+51 -2Switch to SslBump mode when a CONNECT request is detected. Will need to add an
2007/11/05 17:52:08rousskov+65 -18Added ConnStateData::switchToHttps() method that attempts to switch regular
2007/11/05 17:51:27rousskov+4 -2Use newly added ACLChecklist::fd() method to get to the file descriptor,
2007/11/05 17:50:54rousskov+30 -2Store connection file descriptor, to be used to get to the connection SSL
2007/11/05 17:50:12rousskov+5 -1Added support for ssl_error ACL (ACLSslError*).
2007/11/05 17:49:45rousskov+275 -2Added sslproxy_cert_error ACL to be able to bypass some certificate validation
2007/11/05 17:12:49rousskov+3 -0Added Palisade Systems.

Release statistics

AuthorChangesetsChanges
rousskov30+16375 -32058
total30+16375 -32058

Back