Symbol: SSL_CTX_set_options
crypto/krb5/src/plugins/tls/k5tls/openssl.c
463
SSL_CTX_set_options(ctx, options);
crypto/openssl/apps/s_client.c
1930
SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF);
crypto/openssl/apps/s_client.c
1933
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);
crypto/openssl/apps/s_server.c
2085
SSL_CTX_set_options(ctx, SSL_OP_DISABLE_TLSEXT_CA_NAMES);
crypto/openssl/apps/s_server.c
2089
SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF);
crypto/openssl/apps/s_server.c
2092
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);
crypto/openssl/apps/s_server.c
2094
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE);
crypto/openssl/apps/s_time.c
271
SSL_CTX_set_options(ctx, SSL_OP_ALL);
crypto/openssl/demos/guide/tls-server-block.c
136
SSL_CTX_set_options(ctx, opts);
crypto/openssl/include/openssl/ssl.h
627
uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
crypto/openssl/test/bad_dtls_test.c
702
|| !TEST_true(SSL_CTX_set_options(ctx,
crypto/openssl/test/clienthellotest.c
96
SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING);
crypto/openssl/test/dtlstest.c
214
SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
crypto/openssl/test/dtlstest.c
317
SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE);
crypto/openssl/test/helpers/ssltestlib.c
957
|| !TEST_true(SSL_CTX_set_options(serverctx,
crypto/openssl/test/quicapitest.c
742
SSL_CTX_set_options(ctx, UINT64_MAX);
crypto/openssl/test/ssl_old_test.c
1405
SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET);
crypto/openssl/test/ssl_old_test.c
1406
SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET);
crypto/openssl/test/ssl_test.c
419
if (!TEST_true(SSL_CTX_set_options(server_ctx,
crypto/openssl/test/ssl_test.c
425
|| !TEST_true(SSL_CTX_set_options(server2_ctx,
crypto/openssl/test/ssl_test.c
436
|| !TEST_true(SSL_CTX_set_options(resume_server_ctx,
crypto/openssl/test/ssl_test.c
461
|| !TEST_true(SSL_CTX_set_options(server_ctx,
crypto/openssl/test/ssl_test.c
467
|| !TEST_true(SSL_CTX_set_options(server2_ctx,
crypto/openssl/test/ssl_test.c
483
|| !TEST_true(SSL_CTX_set_options(resume_server_ctx,
crypto/openssl/test/sslapitest.c
12324
SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET);
crypto/openssl/test/sslapitest.c
13365
SSL_CTX_set_options(sctx, SSL_OP_NO_RENEGOTIATION);
crypto/openssl/test/sslapitest.c
13437
|| !TEST_true(SSL_CTX_set_options(cctx, SSL_OP_LEGACY_EC_POINT_FORMATS))
crypto/openssl/test/sslapitest.c
13438
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_LEGACY_EC_POINT_FORMATS))
crypto/openssl/test/sslapitest.c
2114
SSL_CTX_set_options(sctx, s_options);
crypto/openssl/test/sslapitest.c
2265
SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET);
crypto/openssl/test/sslapitest.c
2491
SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET);
crypto/openssl/test/sslapitest.c
380
SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3);
crypto/openssl/test/sslapitest.c
381
SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3);
crypto/openssl/test/sslapitest.c
3820
SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY);
crypto/openssl/test/sslapitest.c
5874
SSL_CTX_set_options(sctx, server_options);
crypto/openssl/test/sslapitest.c
5875
SSL_CTX_set_options(cctx, client_options);
crypto/openssl/test/sslapitest.c
5910
SSL_CTX_set_options(cctx, client_options);
crypto/openssl/test/sslapitest.c
6233
SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3);
crypto/openssl/test/sslapitest.c
6234
SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3);
crypto/openssl/test/sslapitest.c
6236
SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3);
crypto/openssl/test/sslapitest.c
817
SSL_CTX_set_options(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET);
crypto/openssl/test/sslapitest.c
879
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET))
crypto/openssl/test/sslapitest.c
8809
SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF);
crypto/openssl/test/sslapitest.c
9756
|| !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)))
crypto/openssl/test/tls13groupselection_test.c
435
SSL_CTX_set_options(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
lib/libfetch/common.c
1059
SSL_CTX_set_options(ctx, ssl_ctx_options);
tests/sys/kern/ssl_sendfile.c
196
ATF_REQUIRE(SSL_CTX_set_options(srv, SSL_OP_ENABLE_KTLS) &
usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c
513
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);
usr.sbin/rpc.tlsservd/rpc.tlsservd.c
709
SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS);