diff options
author | Andreas Metzler <ametzler@debian.org> | 2012-06-08 11:16:52 +0000 |
---|---|---|
committer | Andreas Metzler <ametzler@debian.org> | 2012-06-08 11:16:52 +0000 |
commit | 8cd4c8d9a4100bfc97fdf5604140163d43f31103 (patch) | |
tree | cd3dcb5a91229d646ab3ba14695d33930e2c7910 /debian/changelog | |
parent | 34787db78c064ddaf036e368935c38245e59681b (diff) | |
download | exim4-8cd4c8d9a4100bfc97fdf5604140163d43f31103.tar.gz |
77_docsfortls_dh_min_bits.diff: Document tls_dh_min_bits4.80-3
svn path=/exim/trunk/; revision=2744
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7e89e94..699be6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,8 @@ exim4 (4.80-3) unstable; urgency=low * Pull 75_openssl_sni.diff from upstream. - Segfault caused by NULL dereference if Exim is built using OpenSSL, tls_sni is used and a forced expansion failure is configured. - * Pull 76_tls_dh_min_bits.diff from upstream. Adds a new SMTP transport + * Pull 76_tls_dh_min_bits.diff (and the corresponding doc change + 77_docsfortls_dh_min_bits.diff) from upstream. Adds a new SMTP transport option tls_dh_min_bits for setting the minimal size of DH parameters. * Add macro TLS_DH_MIN_BITS for setting the tls_dh_min_bits smtp transport option. Closes: #676563 |