From 0e5c14daf0011c2023b8c1105d24a3b9f82531c8 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 29 Jun 2015 05:57:04 -0700 Subject: [PATCH] Update release notes --- doc/release-notes/release-4.sgml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 8f378c8082..0a1b582d8a 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -40,7 +40,7 @@ The Squid-4 change history can be + and

SSLv2 is not fit for purpose. Squid no longer supports being configured with any settings regarding this protocol. That includes settings manually disabling its use since it is now forced to disable by default. Also settings enabling various client/server workarounds specific to SSLv2 are removed. +

SSLv3 is not fit for purpose. Squid still accepts configuration, but use +is deprecated and will be removed entirely in a future version. +Squid default behavour is to follow the TLS built in negotiation mechanism +which prefers the latest TLS version. + MSNT-multi-domain helper removal @@ -118,9 +124,9 @@ This section gives a thorough account of those changes in three categories: cache_peer

New option tls-min-version=1.N to set minimum TLS version allowed. -

All ssloptions= values for - SSLv2 configuration or disabling have been removed. -

Removed sslversion= option. Use ssloptions= instead. +

All ssloptions= values for SSLv2 configuration or disabling + have been removed. +

Removed sslversion= option. Use tls-options= instead.

Manual squid.conf update may be required on upgrade. external_acl_type @@ -128,15 +134,17 @@ This section gives a thorough account of those changes in three categories: of queued requests. http_port -

All option= values for SSLv2 - configuration or disabling have been removed. -

Removed version= option. Use options= instead. +

New option tls-min-version=1.N to set minimum TLS version allowed. +

All option= values for SSLv2 configuration or disabling + have been removed. +

Removed version= option. Use tls-options= instead.

Manual squid.conf update may be required on upgrade. https_port +

New option tls-min-version=1.N to set minimum TLS version allowed.

All options= values for SSLv2 configuration or disabling have been removed. -

Removed version= option. Use options= instead. +

Removed version= option. Use tls-options= instead.

New options=SINGLE_ECDH_USE parameter to enable ephemeral ECDH key exchange.

Deprecated dhparams= option. Use tls-dh= instead. -- 2.47.2