SSL_OP_NO_TLSv1_3
.value = SSL_OP_NO_TLSv1_3,
.value = SSL_OP_NO_TLSv1_3,
else if ((options & SSL_OP_NO_TLSv1_3) == 0)
if ((options & SSL_OP_NO_TLSv1_3) && min_version < TLS1_3_VERSION)
SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3);
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_3);