Home
last modified time | relevance | path

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

/external/python/cryptography/tests/hazmat/bindings/
Dtest_openssl.py42 assert b.lib.SSL_OP_ALL > 0
47 resp = b.lib.SSL_CTX_set_options(ctx, b.lib.SSL_OP_ALL)
48 expected_options = current_options | b.lib.SSL_OP_ALL
55 assert b.lib.SSL_OP_ALL > 0
62 resp = b.lib.SSL_set_options(ssl, b.lib.SSL_OP_ALL)
63 expected_options = current_options | b.lib.SSL_OP_ALL
70 assert b.lib.SSL_OP_ALL > 0
77 resp = b.lib.SSL_set_mode(ssl, b.lib.SSL_OP_ALL)
78 expected_options = current_options | b.lib.SSL_OP_ALL
/external/honggfuzz/examples/openssl/
Dclient.c577 opts |= SSL_OP_ALL; in LLVMFuzzerInitialize()
Dserver.c635 opts |= SSL_OP_ALL; in LLVMFuzzerInitialize()
/external/python/cpython2/Modules/
D_ssl.c2240 options = SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in context_new()
4357 SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in init_ssl()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py175 OP_ALL = _lib.SSL_OP_ALL
/external/python/cpython3/Modules/
D_ssl.c3161 options = SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in _ssl__SSLContext_impl()
6196 SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in PyInit__ssl()
/external/boringssl/src/include/openssl/
Dssl.h4286 #define SSL_OP_ALL 0 macro
/external/curl/lib/vtls/
Dopenssl.c2534 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
/external/python/cpython2/Doc/library/
Dssl.rst673 flags as OpenSSL's ``SSL_OP_ALL`` constant.
/external/python/cpython3/Doc/library/
Dssl.rst751 flags as OpenSSL's ``SSL_OP_ALL`` constant.
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6594 SSL_OP_ALL in NativeCrypto_SSL_CTX_new()