]> git.ipfire.org Git - thirdparty/squid.git/commit
Support sending SNI in all TLS connections opened by Squid (#123)
authorRusty Bird <rustybird@net-c.com>
Fri, 12 Jan 2018 14:46:39 +0000 (14:46 +0000)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 12 Jan 2018 14:46:39 +0000 (07:46 -0700)
commit428819f3fcf8fb4ceb2fe144920bbc847eb52460
tree67696391cc29de44b1952e76ff96046feef0ff59
parentebaabe74128fe480b35ece2d46816f2c6fd7f888
Support sending SNI in all TLS connections opened by Squid (#123)

Add SNI support to regular (i.e., not SslBumped) TLS connections,
including transparent http->https rewrite and Secure ICAP.
src/adaptation/icap/Xaction.cc
src/security/BlindPeerConnector.cc
src/ssl/PeekingPeerConnector.cc
src/ssl/support.cc
src/ssl/support.h
src/tests/stub_libsslsquid.cc