aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Get back to the MX loop after a TLS failure before/during handshakeLaurent Bercot2026-05-071-0/+3
* Don't verify certificates if tlsstrictness < 2Laurent Bercot2026-04-131-1/+3
* Simplify s6-tlsc callLaurent Bercot2026-02-251-9/+5
* Use short options when their arguments are separate, duhLaurent Bercot2026-02-251-1/+1
* EHLO must be repeated after STARTTLSLaurent Bercot2026-02-251-2/+4
* Chomp tls error messagesLaurent Bercot2026-02-101-0/+1
* typo fix, close the correct fdLaurent Bercot2026-02-101-1/+1
* Pass the correct arguments (sender, not helohost)Laurent Bercot2026-02-101-3/+2
* Keep the MX name and use it as SNI servernameLaurent Bercot2026-02-101-2/+4
* Make TLS spawn instead of exec, sighLaurent Bercot2026-02-101-12/+49
* Use explicit stralloc to store modifs before tlsLaurent Bercot2026-02-101-5/+7
* Separate TLS stuff in preparation for wrappingLaurent Bercot2026-02-101-0/+75