From 735c73f05503f0ad30903bc5a611851dd4f66e97 Mon Sep 17 00:00:00 2001 From: McRoot12 Date: Thu, 24 Aug 2017 15:49:34 +0200 Subject: [PATCH] disabling the tls session resumption causes with the command SSL_shutdown high memory consumption, when a client austhenticates with tls mutual on /cacerts or/and /csrattrs --- src/est/est_server_http.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/est/est_server_http.c b/src/est/est_server_http.c index 4accc22..94ddbca 100644 --- a/src/est/est_server_http.c +++ b/src/est/est_server_http.c @@ -1462,8 +1462,7 @@ static int set_ssl_option (struct mg_context *ctx) SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | - SSL_OP_SINGLE_ECDH_USE | - SSL_OP_NO_TICKET); + SSL_OP_SINGLE_ECDH_USE); /*