aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/ioev.h
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2014-12-13 17:19:59 +0100
committerGilles Chehade <gilles@poolp.org>2014-12-13 17:19:59 +0100
commit4d8347ff92351462418cad2f67d6787aa6f137cd (patch)
tree32fd253d4b21a65a155903c4137bfd01c3a1a53a /smtpd/ioev.h
parentremove commented code that's no longer relevant (diff)
downloadOpenSMTPD-4d8347ff92351462418cad2f67d6787aa6f137cd.tar.xz
OpenSMTPD-4d8347ff92351462418cad2f67d6787aa6f137cd.zip
In opportunistic TLS, an error during a TLS handshake may result in the
connection not being downgraded to plain SMTP and mail staying in queue fix by Stefan Sieg
Diffstat (limited to 'smtpd/ioev.h')
-rw-r--r--smtpd/ioev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtpd/ioev.h b/smtpd/ioev.h
index cc0e42c1..43da0db7 100644
--- a/smtpd/ioev.h
+++ b/smtpd/ioev.h
@@ -21,6 +21,7 @@ enum {
IO_CONNECTED = 0, /* connection successful */
IO_TLSREADY, /* TLS started successfully */
IO_TLSVERIFIED, /* XXX - needs more work */
+ IO_TLSERROR, /* XXX - needs more work */
IO_DATAIN, /* new data in input buffer */
IO_LOWAT, /* output queue running low */
IO_DISCONNECTED, /* error? */