From: Christos Tsantilas Date: Mon, 22 Nov 2010 10:55:24 +0000 (+0200) Subject: Update release notes to include the "Dynamic SSL Certificate Generation" feature X-Git-Tag: take1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba2b9425b486cdae54065d9b352b55f46b25c2c;p=thirdparty%2Fsquid.git Update release notes to include the "Dynamic SSL Certificate Generation" feature --- 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