From: Phil Pennock Date: Sat, 4 Feb 2012 07:33:40 +0000 (-0500) Subject: Documentation for $tls_bits and SASL changes X-Git-Tag: exim-4_80_RC1~80^2 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/20aa9dbde39896d6ab006180c153996f649b41a2 Documentation for $tls_bits and SASL changes --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 12d813781..5ae4f7649 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -11784,6 +11784,16 @@ command in a filter file. Its use is explained in the description of that command, which can be found in the separate document entitled &'Exim's interfaces to mail filtering'&. +.new +.vitem &$tls_bits$& +.vindex "&$tls_bits$&" +Contains an approximation of the TLS cipher's bit-strength; the meaning of +this depends upon the TLS implementation used. +If TLS has not been negotiated, the value will be 0. +The value of this is automatically fed into the Cyrus SASL authenticator +when acting as a server, to specify the "external SSF" (a SASL term). +.wen + .vitem &$tls_certificate_verified$& .vindex "&$tls_certificate_verified$&" This variable is set to &"1"& if a TLS certificate was verified when the diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 4e037ea34..0212a51ae 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -15,7 +15,9 @@ NM/02 Bugzilla 1093 - eximstats DATA reject detection regexps NM/03 Bugzilla 1169 - primary_hostname spelling was incorrect in docs. - +PP/02 New expansion variable $tls_bits; Cyrus SASL server connection + properties get this fed in as external SSF. A number of robustness + and debugging improvements to the cyrus_sasl authenticator. Exim version 4.77 diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index d22d4e582..fdbb07488 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -6,6 +6,11 @@ Before a formal release, there may be quite a lot of detail so that people can test from the snapshots or the CVS before the documentation is updated. Once the documentation is updated, this file is reduced to a short list. +Version 4.78 + + 1. New expansion variable $tls_bits. + + Version 4.77 ------------