From 7ba2b9425b486cdae54065d9b352b55f46b25c2c Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Mon, 22 Nov 2010 12:55:24 +0200 Subject: [PATCH] Update release notes to include the "Dynamic SSL Certificate Generation" feature --- doc/release-notes/release-3.2.sgml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index d813921dc9..cfaaeb65c6 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -42,6 +42,7 @@ The 3.2 change history can be To avoid mismatch (B), the DynamicSslCert feature concentrates on generating +site certificates that match the requested site domain name. Please note that +the browser site name check does not really add much security in an SslBump +environment where the user already trusts the "man in the middle". The check +only adds warnings and creates page rendering problems in browsers that try to +reduce the number of warnings by blocking some embedded content. Changes to squid.conf since Squid-3.1

@@ -409,6 +429,11 @@ This section gives a thorough account of those changes in three categories: write_timeout

New setting to limit time spent waiting for data writes to be confirmed. + sslcrtd_program +

Specify the location and options of the executable for ssl_crtd process. + + sslcrtd_children +

Configures the number of sslcrtd processes to spawn Changes to existing tags

Disables the libnetfilter_conntrack library being used for the new qos_flows option mark. default is to auto-detect the library and use where available. + --enable-ssl-crtd +

Prevent Squid from directly generation of SSL private key and + certificate request and instead enables the ssl_crtd processes. Changes to existing options