diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-14 14:12:06 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-14 14:12:06 +0000 |
commit | c91535f35c1f54bb30e5611791c93e78f2efd5d0 (patch) | |
tree | b99fe068f11ede1b35f766392501616040d68b3e /doc | |
parent | 5977a0b30ed5509ec131bbc2e7d2a3f44e3a692e (diff) |
Fix GnuTLS privatekey forced fail bug; in both TLS's treat an empty
privatekey as unset.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 522adcb0c..7c3a03f51 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.296 2006/02/14 10:26:26 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.297 2006/02/14 14:12:06 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -154,6 +154,10 @@ PH/28 An enabling patch from MH: add new function child_open_exim2() which submitting a message from within Exim. Since child_open_exim() is documented for local_scan(), the new function should be too. +PH/29 In GnuTLS, a forced expansion failure for tls_privatekey was not being + ignored. In both GnuTLS and OpenSSL, an expansion of tls_privatekey that + results in an empty string is now treated as unset. + Exim version 4.60 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 0cc752e52..d4c307cff 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.83 2006/02/13 12:02:59 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.84 2006/02/14 14:12:06 ph10 Exp $ New Features in Exim -------------------- @@ -46,6 +46,9 @@ PH/05 The "control=freeze" ACL modifier can now be followed by /no_tell. If "control=freeze" modifiers that are obeyed in the current message have the /no_tell option. +PH/06 In both GnuTLS and OpenSSL, an expansion of tls_privatekey that results + in an empty string is now treated as unset. + Version 4.60 ------------ |