mbedtls: handle session tickets for TLS 1.3
[project/ustream-ssl.git] / ustream-internal.h
index f8f28e1ab9a3f0e2bd707e47c93cb7100faad1fc..50e105f0ddb6f90c5e6305ffb40f19c7fabb5720 100644 (file)
@@ -31,6 +31,7 @@ enum ssl_conn_status {
        U_SSL_OK = 0,
        U_SSL_PENDING = -1,
        U_SSL_ERROR = -2,
+       U_SSL_RETRY = -3,
 };
 
 void ustream_set_io(struct ustream_ssl_ctx *ctx, void *ssl, struct ustream *s);