Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dopenssl.c1680 long ctx_options; in ossl_connect_step1() local
1801 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
1804 ctx_options |= SSL_OP_NO_TICKET; in ossl_connect_step1()
1808 ctx_options |= SSL_OP_NO_COMPRESSION; in ossl_connect_step1()
1813 ctx_options &= ~SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG; in ossl_connect_step1()
1820 ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in ossl_connect_step1()
1830 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
1831 ctx_options |= SSL_OP_NO_TLSv1; in ossl_connect_step1()
1833 ctx_options |= SSL_OP_NO_TLSv1_1; in ossl_connect_step1()
1834 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
[all …]