You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
334 B

diff --git a/ssl.c b/ssl.c
index 6e042aa..c7cfe8f 100644
--- a/ssl.c
+++ b/ssl.c
@@ -95,7 +95,7 @@ ssl_init(struct vsf_session* p_sess)
}
if (!tunable_tlsv1_3)
{
- options |= SSL_OP_NO_TLSv1_3;
+ //options |= SSL_OP_NO_TLSv1_3;
}
SSL_CTX_set_options(p_ctx, options);
if (tunable_rsa_cert_file)