aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 4 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 9d864f8..8cd8be2 100644
--- a/Changelog
+++ b/Changelog
@@ -6,10 +6,6 @@ interimap (0.2) upstream;
server.
* Add a configuration option 'null-stderr=YES' to send STDERR to
/dev/null for type=tunnel.
- * Add support for the Binary Content extension [RFC3516]. Enabled by
- default if both the local and remote servers advertize "BINARY".
- Can be disabled by adding 'use-binary=NO' to the default section in
- the configuration file.
* Exit with return value 0 when receiving a SIGTERM.
* Add SSL options SINGLE_ECDH_USE, SINGLE_DH_USE, NO_SSLv2, NO_SSLv3
and NO_COMPRESSION to the compiled-in CTX options.
@@ -17,7 +13,7 @@ interimap (0.2) upstream;
handshake.
* Rename the 'SSL_verify_trusted_peer', 'SSL_ca_path', and
'SSL_cipher_list' options to 'SSL_CApath', 'SSL_verify' and
- 'SSL_cipherlist', respectively.
+ 'SSL_cipherlist', respectively.
* Add an option 'SSL_CAfile' to specify a file containing trusted
certificates to use during server certificate authentication.
* Replace IO::Socket::SSL dependency by the lower level Net::SSLeay.
@@ -26,6 +22,9 @@ interimap (0.2) upstream;
IPv6. (Both are core Perl module.)
* Add a configuration option 'proxy' to proxy TCP connections to the
IMAP server.
+ * Set X.509 certificate purpose to 'SSL Server' for SSL_verify=YES.
+ * Display the certificate chain, SSL protocol and cipher in debug
+ mode.
-- Guilhem Moulin <guilhem@guilhem.org> Wed, 09 Sep 2015 00:44:35 +0200