]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix silent SSL/TLS failure on split-stack operating systems
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jan 2015 17:10:20 +0000 (09:10 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jan 2015 17:10:20 +0000 (09:10 -0800)
commit8d5f481ad519b835a3d28ccee4adcf34eecb25ab
tree5a4e34dc253f9878aedd8bcb43f5384935d42478
parent91ee0817f79140d848034828fdc263cdc79eabe2
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