Home
last modified time | relevance | path

Searched refs:ctx_options (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dopenssl.c1705 long ctx_options; in ossl_connect_step1() local
1845 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
1848 ctx_options |= SSL_OP_NO_TICKET; in ossl_connect_step1()
1852 ctx_options |= SSL_OP_NO_COMPRESSION; in ossl_connect_step1()
1857 ctx_options &= ~SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG; in ossl_connect_step1()
1864 ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in ossl_connect_step1()
1874 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1875 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1877 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
1878 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
[all …]