SSL_CTX_set_options
SSL_CTX_set_options(ctx, options);
SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF);
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);
SSL_CTX_set_options(ctx, SSL_OP_DISABLE_TLSEXT_CA_NAMES);
SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF);
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE);
SSL_CTX_set_options(ctx, SSL_OP_ALL);
SSL_CTX_set_options(ctx, opts);
uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
|| !TEST_true(SSL_CTX_set_options(ctx,
SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING);
SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
|| !TEST_true(SSL_CTX_set_options(serverctx,
SSL_CTX_set_options(ctx, UINT64_MAX);
SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET);
if (!TEST_true(SSL_CTX_set_options(server_ctx,
|| !TEST_true(SSL_CTX_set_options(server2_ctx,
|| !TEST_true(SSL_CTX_set_options(resume_server_ctx,
|| !TEST_true(SSL_CTX_set_options(server_ctx,
|| !TEST_true(SSL_CTX_set_options(server2_ctx,
|| !TEST_true(SSL_CTX_set_options(resume_server_ctx,
SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(sctx, SSL_OP_NO_RENEGOTIATION);
|| !TEST_true(SSL_CTX_set_options(cctx, SSL_OP_LEGACY_EC_POINT_FORMATS))
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_LEGACY_EC_POINT_FORMATS))
SSL_CTX_set_options(sctx, s_options);
SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET);
SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3);
SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3);
SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY);
SSL_CTX_set_options(sctx, server_options);
SSL_CTX_set_options(cctx, client_options);
SSL_CTX_set_options(cctx, client_options);
SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3);
SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3);
SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3);
SSL_CTX_set_options(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET);
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET))
SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF);
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)))
SSL_CTX_set_options(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
SSL_CTX_set_options(ctx, ssl_ctx_options);
ATF_REQUIRE(SSL_CTX_set_options(srv, SSL_OP_ENABLE_KTLS) &
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);