From 7e62a74f1094fd994fe1377a8e3b7fc2ccb1b85a Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 15 Nov 2014 04:18:32 -0800 Subject: [PATCH] Deprecate various sslproxy_* directives ... replaced by tls_outgoing_options. Also fix sslCreateClientContext() expectations. SBuf.c_str() produces '\0' for empty strings instead of NULL. Also, rename the global config object ProxyOutgoingConfig to avoid SSL naming. --- doc/release-notes/release-3.6.sgml | 26 +++++ src/SquidConfig.h | 10 -- src/cache_cf.cc | 34 +++++- src/cf.data.pre | 162 +++++++++-------------------- src/security/PeerOptions.cc | 2 +- src/security/PeerOptions.h | 4 +- src/ssl/PeerConnector.cc | 1 + src/ssl/support.cc | 14 +-- src/tests/stub_libsecurity.cc | 2 +- 9 files changed, 118 insertions(+), 137 deletions(-) diff --git a/doc/release-notes/release-3.6.sgml b/doc/release-notes/release-3.6.sgml index 367c8494b9..052b6c50f3 100644 --- a/doc/release-notes/release-3.6.sgml +++ b/doc/release-notes/release-3.6.sgml @@ -64,6 +64,9 @@ This section gives a thorough account of those changes in three categories: New tags