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_set_options
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/test/
rpktest.c
405
SSL_set_options
(serverssl, SSL_OP_NO_TICKET);
406
SSL_set_options
(clientssl, SSL_OP_NO_TICKET);
454
SSL_set_options
(serverssl, SSL_OP_NO_TICKET);
455
SSL_set_options
(clientssl, SSL_OP_NO_TICKET);
589
SSL_set_options
(clientssl, SSL_OP_NO_TICKET);
590
SSL_set_options
(serverssl, SSL_OP_NO_TICKET);
619
SSL_set_options
(serverssl, SSL_OP_NO_TICKET);
620
SSL_set_options
(clientssl, SSL_OP_NO_TICKET);
dtls_mtu_test.c
68
SSL_set_options
(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC);
216
SSL_set_options
(srvr_ssl, SSL_OP_NO_QUERY_MTU);
tls13groupselection_test.c
431
SSL_set_options
(serverssl, SSL_OP_CIPHER_SERVER_PREFERENCE);
sslapitest.c
1193
if (!TEST_true(
SSL_set_options
(clientssl, SSL_OP_ENABLE_KTLS)))
1198
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_ENABLE_KTLS)))
1366
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_ENABLE_KTLS)))
1370
if (!TEST_true(
SSL_set_options
(serverssl,
1668
if (!TEST_true(
SSL_set_options
(serverssl,
1670
|| !TEST_true(
SSL_set_options
(clientssl,
1680
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC))
1681
|| !TEST_true(
SSL_set_options
(clientssl,
1759
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_CLEANSE_PLAINTEXT)))
9549
SSL_set_options
(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC)
[
all
...]
ssl_old_test.c
1765
SSL_set_options
(c_ssl, SSL_OP_ENABLE_KTLS);
1767
SSL_set_options
(s_ssl, SSL_OP_ENABLE_KTLS);
/src/crypto/external/bsd/openssl/dist/test/
dtls_mtu_test.c
66
SSL_set_options
(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC);
212
SSL_set_options
(srvr_ssl, SSL_OP_NO_QUERY_MTU);
sslapitest.c
1209
if (!TEST_true(
SSL_set_options
(clientssl, SSL_OP_ENABLE_KTLS)))
1214
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_ENABLE_KTLS)))
1347
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_ENABLE_KTLS)))
1639
if (!TEST_true(
SSL_set_options
(serverssl,
1641
|| !TEST_true(
SSL_set_options
(clientssl,
1651
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC))
1652
|| !TEST_true(
SSL_set_options
(clientssl,
1729
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_CLEANSE_PLAINTEXT)))
8860
SSL_set_options
(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC);
ssl_old_test.c
1769
SSL_set_options
(c_ssl, SSL_OP_ENABLE_KTLS);
1771
SSL_set_options
(s_ssl, SSL_OP_ENABLE_KTLS);
/src/crypto/external/bsd/openssl.old/dist/test/
dtls_mtu_test.c
66
SSL_set_options
(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC);
212
SSL_set_options
(srvr_ssl, SSL_OP_NO_QUERY_MTU);
handshake_helper.c
134
SSL_set_options
(s, SSL_CTX_get_options(new_ctx));
198
SSL_set_options
(s, SSL_CTX_get_options(new_ctx));
sslapitest.c
902
if (!TEST_true(
SSL_set_options
(serverssl,
904
|| !TEST_true(
SSL_set_options
(clientssl,
914
if (!TEST_true(
SSL_set_options
(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC))
915
|| !TEST_true(
SSL_set_options
(clientssl,
/src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
ossl_shim.cc
934
SSL_set_options
(ssl.get(), SSL_OP_NO_TLSv1_3);
937
SSL_set_options
(ssl.get(), SSL_OP_NO_TLSv1_2);
940
SSL_set_options
(ssl.get(), SSL_OP_NO_TLSv1_1);
943
SSL_set_options
(ssl.get(), SSL_OP_NO_TLSv1);
946
SSL_set_options
(ssl.get(), SSL_OP_NO_SSLv3);
979
SSL_set_options
(ssl.get(), SSL_OP_NO_QUERY_MTU);
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c
1733
SSL_set_options
(conn->ssl, options);
3114
SSL_set_options
(ssl, SSL_OP_NO_TICKET);
3121
SSL_set_options
(ssl, SSL_OP_LEGACY_SERVER_CONNECT);
3126
SSL_set_options
(ssl, SSL_OP_NO_TLSv1);
3132
SSL_set_options
(ssl, SSL_OP_NO_TLSv1_1);
3138
SSL_set_options
(ssl, SSL_OP_NO_TLSv1_2);
3144
SSL_set_options
(ssl, SSL_OP_NO_TLSv1_3);
3297
SSL_set_options
(ssl, SSL_OP_NO_TLSv1);
3298
SSL_set_options
(ssl, SSL_OP_NO_TLSv1_1);
4956
SSL_set_options
(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c
121
SSL_set_options
(s, SSL_CTX_get_options(new_ctx));
184
SSL_set_options
(s, SSL_CTX_get_options(new_ctx));
931
SSL_set_options
(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET);
/src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c
122
SSL_set_options
(s, SSL_CTX_get_options(new_ctx));
186
SSL_set_options
(s, SSL_CTX_get_options(new_ctx));
921
SSL_set_options
(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET);
/src/usr.bin/ftp/
ssl.c
645
SSL_set_options
(ssl, SSL_OP_IGNORE_UNEXPECTED_EOF);
/src/crypto/external/apache2/openssl/dist/ssl/
d1_lib.c
804
SSL_set_options
(ssl, SSL_OP_COOKIE_EXCHANGE);
/src/crypto/external/bsd/openssl/dist/ssl/
d1_lib.c
847
SSL_set_options
(s, SSL_OP_COOKIE_EXCHANGE);
t1_enc.c
509
SSL_set_options
(s, SSL_OP_NO_RENEGOTIATION);
/src/crypto/external/bsd/openssl.old/dist/ssl/
d1_lib.c
837
SSL_set_options
(s, SSL_OP_COOKIE_EXCHANGE);
/src/external/ibm-public/postfix/dist/src/tls/
tls_client.c
1072
SSL_set_options
(TLScontext->con, TLS_SSL_OP_PROTOMASK(protomask));
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
2416
SSL_set_options
(con, SSL_OP_NO_QUERY_MTU);
2431
SSL_set_options
(con, SSL_OP_COOKIE_EXCHANGE);
/src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c
2343
SSL_set_options
(con, SSL_OP_NO_QUERY_MTU);
2358
SSL_set_options
(con, SSL_OP_COOKIE_EXCHANGE);
/src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c
1230
SSL_set_options
(ssl, SSL_OP_NO_RENEGOTIATION);
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
2624
SSL_set_options
(con, SSL_OP_NO_QUERY_MTU);
2639
SSL_set_options
(con, SSL_OP_COOKIE_EXCHANGE);
Completed in 88 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026