mpop 1.4.12 is released
This release adds support for the libtls library (provided by the LibreSSL project), thanks to Nihal Jere.
This is the third TLS library supported by mpop. Use the --with-tls=
option of the configure
script to choose one.
Here's an overview:
- GnuTLS (
--with-tls=gnutls
): The default choice. Full feature set. - libtls (
--with-tls=libtls
): A brand new addition. Already with full feature set. - OpenSSL (
--with-tls=openssl
): Old code, in bad shape. Needs to be updated or it will be removed.