mbedtls: handle session tickets for TLS 1.3
[project/ustream-ssl.git] / ustream-mbedtls.h
index ff907f6d5bc1708d618c5384f0cd094406f68ccc..31df680d2e1d9915bf57b4de54675afda0619d3e 100644 (file)
@@ -43,6 +43,9 @@ struct ustream_ssl_ctx {
        void *debug_cb_priv;
        bool server;
        int *ciphersuites;
+
+       void *session_data;
+       size_t session_data_len;
 };
 
 static inline char *__ustream_ssl_strerror(int error, char *buffer, int len)