OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_CTX_set_options
(Results
1 - 25
of
51
) sorted by relevancy
1
2
3
/src/crypto/external/apache2/openssl/dist/test/
ssl_test.c
419
if (!TEST_true(
SSL_CTX_set_options
(server_ctx,
425
|| !TEST_true(
SSL_CTX_set_options
(server2_ctx,
436
|| !TEST_true(
SSL_CTX_set_options
(resume_server_ctx,
461
|| !TEST_true(
SSL_CTX_set_options
(server_ctx,
467
|| !TEST_true(
SSL_CTX_set_options
(server2_ctx,
483
|| !TEST_true(
SSL_CTX_set_options
(resume_server_ctx,
clienthellotest.c
96
SSL_CTX_set_options
(ctx, SSL_OP_TLSEXT_PADDING);
dtlstest.c
214
SSL_CTX_set_options
(sctx, SSL_OP_COOKIE_EXCHANGE);
317
SSL_CTX_set_options
(sctx, SSL_OP_COOKIE_EXCHANGE);
tls13groupselection_test.c
435
SSL_CTX_set_options
(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
sslapitest.c
380
SSL_CTX_set_options
(cctx, SSL_OP_NO_TLSv1_3);
381
SSL_CTX_set_options
(sctx, SSL_OP_NO_TLSv1_3);
817
SSL_CTX_set_options
(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET);
879
|| !TEST_true(
SSL_CTX_set_options
(sctx, SSL_OP_NO_TICKET))
2252
SSL_CTX_set_options
(sctx, s_options);
2403
SSL_CTX_set_options
(sctx, SSL_OP_NO_TICKET);
2629
SSL_CTX_set_options
(*sctx, SSL_OP_NO_TICKET);
4004
SSL_CTX_set_options
(sctx, SSL_OP_NO_ANTI_REPLAY);
6058
SSL_CTX_set_options
(sctx, server_options);
6059
SSL_CTX_set_options
(cctx, client_options)
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
ssl_test.c
412
if (!TEST_true(
SSL_CTX_set_options
(server_ctx,
420
|| !TEST_true(
SSL_CTX_set_options
(server2_ctx,
431
|| !TEST_true(
SSL_CTX_set_options
(resume_server_ctx,
456
|| !TEST_true(
SSL_CTX_set_options
(server_ctx,
464
|| !TEST_true(
SSL_CTX_set_options
(server2_ctx,
480
|| !TEST_true(
SSL_CTX_set_options
(resume_server_ctx,
clienthellotest.c
119
SSL_CTX_set_options
(ctx, SSL_OP_TLSEXT_PADDING);
dtlstest.c
219
SSL_CTX_set_options
(sctx, SSL_OP_COOKIE_EXCHANGE);
321
SSL_CTX_set_options
(sctx, SSL_OP_COOKIE_EXCHANGE);
/src/external/bsd/ppp/dist/pppd/
tls.c
82
SSL_CTX_set_options
(ctx, sslopt);
336
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3
/src/external/bsd/unbound/dist/util/
net_help.c
1238
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
1244
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
1251
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1)
1259
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1)
1268
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_TLSv1_2) & SSL_OP_NO_TLSv1_2)
1278
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_TLSv1_3) & SSL_OP_NO_TLSv1_3)
1287
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_RENEGOTIATION) &
1305
if((
SSL_CTX_set_options
(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) &
1312
if((
SSL_CTX_set_options
(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) &
1560
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2
[
all
...]
/src/external/bsd/nsd/dist/
nsd-control.c
193
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
197
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
202
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_RENEGOTIATION) &
/src/crypto/external/apache2/openssl/dist/demos/guide/
tls-server-block.c
136
SSL_CTX_set_options
(ctx, opts);
/src/crypto/external/bsd/openssl.old/dist/test/
clienthellotest.c
114
SSL_CTX_set_options
(ctx, SSL_OP_TLSEXT_PADDING);
dtlstest.c
276
SSL_CTX_set_options
(sctx, SSL_OP_COOKIE_EXCHANGE);
/src/external/ibm-public/postfix/dist/src/tls/
tls_server.c
591
SSL_CTX_set_options
(server_ctx, off);
597
SSL_CTX_set_options
(server_ctx, TLS_SSL_OP_PROTOMASK(protomask));
610
SSL_CTX_set_options
(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
614
SSL_CTX_set_options
(sni_ctx, SSL_CTX_get_options(server_ctx));
/src/external/mpl/bind/dist/lib/isc/
tls.c
234
SSL_CTX_set_options
(ctx, COMMON_SSL_OPTIONS);
239
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
325
SSL_CTX_set_options
(ctx, COMMON_SSL_OPTIONS);
330
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
623
(void)
SSL_CTX_set_options
(ctx, set_options);
782
(void)
SSL_CTX_set_options
(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
794
(void)
SSL_CTX_set_options
(ctx, SSL_OP_NO_TICKET);
/src/external/bsd/unbound/dist/testcode/
petal.c
257
(void)
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2);
259
(void)
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv3);
/src/crypto/external/apache2/openssl/dist/apps/
s_time.c
271
SSL_CTX_set_options
(ctx, SSL_OP_ALL);
/src/crypto/external/bsd/openssl/dist/apps/
s_time.c
254
SSL_CTX_set_options
(ctx, SSL_OP_ALL);
/src/crypto/external/bsd/openssl.old/dist/apps/
s_time.c
201
SSL_CTX_set_options
(ctx, SSL_OP_ALL);
/src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c
415
SSL_CTX_set_options
( ctx, opt );
438
SSL_CTX_set_options
( ctx, opt );
613
SSL_CTX_set_options
( ctx, SSL_OP_SINGLE_DH_USE );
673
SSL_CTX_set_options
( ctx, SSL_OP_CIPHER_SERVER_PREFERENCE );
/src/external/bsd/nsd/dist/dnstap/
dnstap.c
173
if((
SSL_CTX_set_options
(dtw->ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
182
if((
SSL_CTX_set_options
(dtw->ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
192
if((
SSL_CTX_set_options
(dtw->ctx, SSL_OP_NO_RENEGOTIATION) &
/src/external/bsd/unbound/dist/smallapp/
unbound-control.c
566
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
570
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
575
if((
SSL_CTX_set_options
(ctx, SSL_OP_NO_RENEGOTIATION) &
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_ssl.c
179
SSL_CTX_set_options
(the_ssl_ctx, SSL_OP_NO_TLSv1_2);
182
SSL_CTX_set_options
(the_ssl_ctx, SSL_OP_NO_TLSv1_1);
/src/external/bsd/libevent/dist/test/
regress_ssl.c
180
SSL_CTX_set_options
(the_ssl_ctx, SSL_OP_NO_TLSv1_2);
183
SSL_CTX_set_options
(the_ssl_ctx, SSL_OP_NO_TLSv1_1);
Completed in 35 milliseconds
1
2
3
Indexes created Thu Aug 20 00:25:57 UTC 2026