summaryrefslogtreecommitdiffstats
path: root/tcpd/libcouriergnutls.c
AgeCommit message (Collapse)Author
2021-02-20Add support for ALPN.Sam Varshavchik
2021-02-20Fix memory leak.Sam Varshavchik
couriertls is a separate process anyway, so this seems to be a nothing-burger.
2020-04-24Remove debugging message.Sam Varshavchik
2019-12-05gnutls: UTF-8 and hostname fixes.Sam Varshavchik
2019-12-05Use UTF-8 for IDNs.Sam Varshavchik
2019-02-03Add dumping of alt name to the GnuTLS version.Sam Varshavchik
2019-01-08Ignore unreadable cert files.Sam Varshavchik
2018-09-26Additional fixes.Sam Varshavchik
2018-09-12[impl] added TLS_PRIVATE_KEYFILE (GnuTLS)Yoshinari Takaoka
2018-08-03[GnuTLS] added non ssl error log when cert file does not existYoshinari Takaoka
2018-04-27Fedora 28 fixes.Sam Varshavchik
2018-02-16couriretls: Improve error messages, remove deprecated API usage.Sam Varshavchik
Make gnutls return the same error message about unexpected connection terminatation as the openssl version does.
2016-03-04OpenSSL: add support for the TLS SNI extension.Sam Varshavchik
2014-08-24tcpd: remove any slashes from hostname.Sam Varshavchik
2013-11-10Update DH parameter configuration scripts.Sam Varshavchik
* libs/tcpd/libcouriergnutls.c, libs/tcpd/libcouriertls.c: remove the TLS_DHCERTFILE setting, and use TLS_CERTFILE for all functionality. Read DH parameters from TLS_CERTFILE, or from the new TLS_DHPARAMS environment variable. * mkdhparams: New script that generates DH parameters into a standalone file. * Remove TLS_DHCERTFILE setting from imapd-ssl, pop3d-ssl, esmtpd and esmtpd-ssl. Add TLS_DHPARAMS. * Update imapd.cnf.openssl, pop3d.cnf.openssl, esmtpd.cnf.openssl, set default number of bits for RSA keys to 4096.
2013-08-25Remove deprecated gnutls typesSam Varshavchik
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.