<item>Configurable helper queue size
<item>Helper concurrency channels changes
<item>SSL support removal
+ <item>cert_valid.pl helper renamed
<item>MSNT-multi-domain helper removal
<item>Secure ICAP
<item>Improved SMP support
behaviour explicitly if needed.
+<sect1>cert_valid.pl helper renamed
+<p>The <em>cert_valid.pl</em> testing helper has been renamed to
+ <em>security_fake_certv</em>, reflecting the Squid helper naming schema
+ and that it does not actually perform any certificate checks.
+
+<p>This helper is also now built and installed by default. It is written in Perl
+ so does not require OpenSSL dependencies for installation. But does use the
+ Perl OpenSSL crypto modules, so requires it for execution.
+
+
<sect1>MSNT-multi-domain helper removal
<p>The <em>basic_msnt_multi_domain_auth</em> helper has been removed. The
<em>basic_smb_lm_auth</em> helper performs the same actions without extra
<sect1>New options<label id="newoptions">
<p>
<descrip>
+ <tag>--enable-security-certv-helpers</tag>
+ <p>New directive to control which TLS/SSL certificate verification helpers
+ are built and installed.
+ <p>One <em>fake</em> helper that it does not actually perform any
+ certificate checks is provided for testing and example code for writing
+ custom helpers.
</descrip>