Searched refs:SSL_OP_NO_SSLv3 (Results 1 – 8 of 8) sorted by relevance
499 SSL_OP_NO_SSLv3);
2632 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()2672 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
145 OP_NO_SSLv3 = _lib.SSL_OP_NO_SSLv3
2244 options |= SSL_OP_NO_SSLv3; in context_new()4359 PyModule_AddIntConstant(m, "OP_NO_SSLv3", SSL_OP_NO_SSLv3); in init_ssl()
1073 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()1605 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
3196 options |= SSL_OP_NO_SSLv3; in _ssl__SSLContext_impl()6233 PyModule_AddIntConstant(m, "OP_NO_SSLv3", SSL_OP_NO_SSLv3); in PyInit__ssl()
4400 #define SSL_OP_NO_SSLv3 0 macro
4472 #define SSL_OP_NO_SSLv3 0 macro