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);
.ssl_options = SSL_OP_NO_TLSv1_3,
.ssl_options = SSL_OP_NO_TLSv1_3,
SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3,
SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3);
SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3);
.options = SSL_OP_NO_TLSv1_3,
#if defined(SSL_OP_NO_TLSv1_2) && defined(SSL_OP_NO_TLSv1_3)
.value = SSL_OP_NO_TLSv1_3,
.value = SSL_OP_NO_TLSv1_3,
#if 0 && defined(SSL_OP_NO_TLSv1_2) && defined(SSL_OP_NO_TLSv1_3)
#if defined(SSL_OP_NO_TLSv1_2) && defined(SSL_OP_NO_TLSv1_3)