Searched refs:SSL_OP_NO_SSLv2 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds23_srvr.c277 if (!(s->options & SSL_OP_NO_SSLv2))
298 else if (!(s->options & SSL_OP_NO_SSLv2))
309 else if (!(s->options & SSL_OP_NO_SSLv2))
H A Ds23_clnt.c215 ssl2_compat = (s->options & SSL_OP_NO_SSLv2) ? 0 : 1;
225 else if (!(s->options & SSL_OP_NO_SSLv2))
473 if (s->options & SSL_OP_NO_SSLv2)
H A Dssl.h541 #define SSL_OP_NO_SSLv2 0x01000000L macro
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1637 ctx_options |= SSL_OP_NO_SSLv2;
1647 ctx_options |= SSL_OP_NO_SSLv2;
1656 ctx_options |= SSL_OP_NO_SSLv2;
1661 ctx_options |= SSL_OP_NO_SSLv2;
1671 ctx_options |= SSL_OP_NO_SSLv2;
1678 ctx_options |= SSL_OP_NO_SSLv2;
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls.h321 ((((m) & TLS_PROTOCOL_SSLv2) ? SSL_OP_NO_SSLv2 : 0L) \
H A Dtls_server.c479 | ((protomask & TLS_PROTOCOL_SSLv2) ? SSL_OP_NO_SSLv2 : 0L));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c358 SSL_CTX_set_options( ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 );
360 SSL_CTX_set_options( ctx, SSL_OP_NO_SSLv2 );
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_client.c527 off|=SSL_OP_NO_SSLv2;
H A Ds_server.c1002 { off|=SSL_OP_NO_SSLv2; }
/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dtunala.c437 ctx_options |= SSL_OP_NO_SSLv2;
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c447 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2);
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A Dtls.c1002 off |= (ENABLED(proto, TLS_PROTO_SSL2) ? 0 : SSL_OP_NO_SSLv2);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h541 #define SSL_OP_NO_SSLv2 0x01000000L macro

Completed in 385 milliseconds