Searched refs:SSL_OP_NO_SSLv2 (Results 1 – 5 of 5) sorted by relevance
2460 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()2479 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
2242 options |= SSL_OP_NO_SSLv2; in context_new()4358 PyModule_AddIntConstant(m, "OP_NO_SSLv2", SSL_OP_NO_SSLv2); in init_ssl()
1051 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()1581 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
3033 options |= SSL_OP_NO_SSLv2; in _ssl__SSLContext_impl()5940 PyModule_AddIntConstant(m, "OP_NO_SSLv2", SSL_OP_NO_SSLv2); in PyInit__ssl()
4191 #define SSL_OP_NO_SSLv2 0 macro