diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-20 22:15:48 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-20 22:15:48 -0400 |
commit | 78e0c7a37f084eee9198cf8585a00e6e2aefeb04 (patch) | |
tree | 8f2f4262f81986deb5877a874bd85f15a8dc0e83 /doc/doc-txt/ChangeLog | |
parent | 3375e053c40dacf62a7eac02d52438a43398c053 (diff) |
Update docs for latest state of TLS affairs.
gnutls-params bits count no longer necessarily what GnuTLS says to use.
The OpenSSL-vs-GnuTLS text needed some updating.
Catches a ChangeLog addition made during the previous commit, so not picked up by it.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 9db1c3823..23c727c92 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -143,7 +143,8 @@ PP/33 Added tls_dh_max_bits option, defaulting to current hard-coded limit PP/34 Validate tls_require_ciphers on startup, since debugging an invalid string otherwise requires a connection and a bunch more work and it's - relatively easy to get wrong. + relatively easy to get wrong. Should also expose TLS library linkage + problems. Exim version 4.77 |