aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-14 03:23:17 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-14 03:23:17 +0200
commit602306a7eb8bdddbc157130e8abe49eeab6f1ebc (patch)
tree6f4cfcd27541a4193fddcd51c1676687057780a9 /Changelog
parent77753445ddc78013159a6d44301a1b342af4a2d1 (diff)
parentc8fb54897f046a5a3fb4c1d45dc21fd8bcd882e3 (diff)
Merge branch 'master' into debian
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 754e0fd..e4f1047 100644
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,13 @@ interimap (0.2) upstream;
and NO_COMPRESSION to the compiled-in CTX options.
* Use SSL_MODE_AUTO_RETRY to avoid SSL_read failures during a
handshake.
+ * Rename the 'SSL_verify_trusted_peer', 'SSL_ca_path', and
+ 'SSL_cipher_list' options to 'SSL_CApath', 'SSL_verify' and
+ '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.
+ * Accept non-fully qualified commands.
-- Guilhem Moulin <guilhem@guilhem.org> Wed, 09 Sep 2015 00:44:35 +0200