Lines Matching defs:ctx_options
2828 ossl_set_ssl_version_min_max_legacy(ctx_option_t *ctx_options,
2847 *ctx_options |= SSL_OP_NO_TLSv1_2;
2850 (void)ctx_options;
2857 *ctx_options |= SSL_OP_NO_TLSv1_1;
2865 *ctx_options |= SSL_OP_NO_TLSv1;
2879 *ctx_options |= SSL_OP_NO_TLSv1_1;
2884 *ctx_options |= SSL_OP_NO_TLSv1_2;
2889 *ctx_options |= SSL_OP_NO_TLSv1_3;
3463 ctx_option_t ctx_options = 0;
3576 ctx_options = SSL_OP_ALL;
3579 ctx_options |= SSL_OP_NO_TICKET;
3583 ctx_options |= SSL_OP_NO_COMPRESSION;
3588 ctx_options &= ~SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG;
3595 ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
3612 ctx_options |= SSL_OP_NO_SSLv2;
3613 ctx_options |= SSL_OP_NO_SSLv3;
3618 result = ossl_set_ssl_version_min_max_legacy(&ctx_options, cf, data);
3629 SSL_CTX_set_options(backend->ctx, ctx_options);