]> git.g-eek.se Git - interimap.git/commit
Net::IMAP::InterIMAP: add support for TLSv1.3 (on recent enough Net::SSLeay).
authorGuilhem Moulin <guilhem@fripost.org>
Mon, 21 Jan 2019 22:59:55 +0000 (23:59 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Tue, 22 Jan 2019 11:03:19 +0000 (12:03 +0100)
commit522666e8e2556d89c25013ce17d6db49e75443ef
tree062adbd65fdb051d53fc3f4d2e666c015100736f
parent1492f504316eb506e72f7a84ecd23207bb07e226
Net::IMAP::InterIMAP: add support for TLSv1.3 (on recent enough Net::SSLeay).

Also, change "SSL_protocols" default value from "!SSLv2 !SSLv3" to
"!SSLv2 !SSLv3 !TLSv1 !TLSv1.1".  I.e., only enable TLSv1.2 and later,
which is the default in Debian's OpenSSL as of 1.1.1-2, cf.
https://tracker.debian.org/news/998835/accepted-openssl-111-2-source-into-unstable/ .
Changelog
interimap.md
lib/Net/IMAP/InterIMAP.pm
pullimap.md