]> git.g-eek.se Git - interimap.git/commit
Replace IO::Socket::SSL dependency by the lower level Net::SSLeay.
authorGuilhem Moulin <guilhem@fripost.org>
Sun, 13 Sep 2015 12:04:03 +0000 (14:04 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Sun, 13 Sep 2015 12:47:07 +0000 (14:47 +0200)
commit35ab0d8661b6808a9132bde20eefcf07f1486093
tree42ec4983a078aba283bc060ffd7ba24e73c689d4
parenta4729170cffc902319b08bae86e1ab6e20a7939d
Replace IO::Socket::SSL dependency by the lower level Net::SSLeay.

Also,

  * 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 Compress::Zlib dependency by the lower level
    Compress::Raw::Zlib.
Changelog
INSTALL
interimap.1
interimap.sample
lib/Net/IMAP/InterIMAP.pm