]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix silent SSL/TLS failure on split-stack operating systems
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Jan 2015 07:22:01 +0000 (23:22 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 18 Jan 2015 07:22:01 +0000 (23:22 -0800)
commit2695a2e8c45dd62d4ce6dda2f9effd3fe086951a
tree45df325f06186cf235141bcaafebdcb75f85907d
parent66bd07b5f597756ab11c8747568f5dacf301886a
Fix silent SSL/TLS failure on split-stack operating systems

Up to now we have not cloned any of the SSL/TLS related config state if
the port needed cloning into separate IPv6 and IPv4 sockets.

It is safe enough to clone the text strings received directly from
squid.conf and rely on later port setup to generate separate sslContext
objects.
src/anyp/PortCfg.cc