| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-21 | -Wall and -Werror fixes | Sam Varshavchik | |
| 2021-05-19 | Tolerate -Wall and -Werror | Sam Varshavchik | |
| Fixes to configure scripts and code so that it compiles (hopefully correctly) with -Wall and -Werror. Remove support for ancient BSD stricmp and strnicmp functions. AC_CHECK_FUNC does not work for strcasecmp and strncasecmp under -Wall, it's simpler to remove it. | |||
| 2021-02-20 | Add support for ALPN. | Sam Varshavchik | |
| 2020-04-21 | Add AC_PROG_CC_C99 | Sam Varshavchik | |
| 2019-12-10 | Restore OpenSSL 1.1, and earlier support. | Sam Varshavchik | |
| Restores code that c8115514b4830a668ce726b2fcb8ab4a3d438ec9 removed, but make it conditionally compiled. Have configure.ac autodetect the openssl version. Correctly UTF8-ize SSL_set_tlsext_host_name()'s parameter. | |||
| 2019-02-03 | Add subject alternative name checking. Implement override_vars option. | Sam Varshavchik | |
| 2018-07-23 | librfc1035: use UTF8 for DNS queries | Sam Varshavchik | |
| DNS lookups use libidn to convert UTF8 hostname to ACE. DNS replies convert ACE to UTF8 hostnames. | |||
| 2018-07-15 | libgcrypt is required when --with-gnutls specified | Yoshinari Takaoka | |
| 2017-07-12 | Another bunch of openssl 1.1.0 fixes. | Sam Varshavchik | |
| 2017-07-07 | Update for OpenSSL 1.1.0. | Sam Varshavchik | |
| 2016-09-20 | OpenSSL: remove old deinitialization functions | Sam Varshavchik | |
| 2016-03-04 | OpenSSL: add support for the TLS SNI extension. | Sam Varshavchik | |
| 2014-02-15 | fix for automake >=1.13 | David Heidelberger | |
| 2013-10-14 | 2013-10-14 Sam Varshavchik <mrsam@courier-mta.com> | Sam Varshavchik | |
| * libs/tcpd/libcouriertls.c (tls_create): Add TLSv1_1_method() and TLSv1_2 method(), based on patch by Rob Austein <sra@hactrn.net>. * pop3d-ssl.dist.in, imapd-ssl.dist.in: Fix up differences in the documentation of TLS options in various config files. | |||
| 2013-08-25 | Renamed configure.in to configure.ac | Sam Varshavchik | |
