Searched refs:SSL_CTX_set_options (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c440 SSL_CTX_set_options(ctx, SSL_OP_ALL);
447 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2);
450 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);
454 SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1);
459 SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1);
463 SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_2);
469 SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
478 SSL_CTX_set_options(ctx, SSL_OP_NO_COMPRESSION);
487 SSL_CTX_set_options(ctx, SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION);
496 SSL_CTX_set_options(ct
[all...]
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_server.c468 SSL_CTX_set_options(server_ctx, off);
474 SSL_CTX_set_options(server_ctx,
491 SSL_CTX_set_options(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
H A Dtls_client.c367 SSL_CTX_set_options(client_ctx, off);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_server.c1246 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1247 if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
1248 SSL_CTX_set_options(ctx,off);
1313 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);
1314 if (hack) SSL_CTX_set_options(ctx2,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
1315 SSL_CTX_set_options(ctx2,off);
H A Ds_time.c472 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
H A Ds_client.c711 SSL_CTX_set_options(ctx,SSL_OP_ALL|off);
713 SSL_CTX_set_options(ctx,off);
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DSSLeay.xs153 SSL_CTX_set_options(ctx,SSL_OP_ALL|0);
/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/tcl-105/tcl_ext/tls/tls/
H A Dtls.c1006 SSL_CTX_set_options( ctx, SSL_OP_ALL); /* all SSL bug workarounds */
1007 SSL_CTX_set_options( ctx, off); /* all SSL bug workarounds */
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssltest.c770 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
809 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE);
H A Dssl.h571 #define SSL_CTX_set_options(ctx,op) \ macro
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dssltest.c770 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
809 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE);
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c755 SSL_CTX_set_options(ctx, NUM2LONG(val));
757 SSL_CTX_set_options(ctx, SSL_OP_ALL);
/macosx-10.10.1/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c750 SSL_CTX_set_options(ret, SSL_OP_SINGLE_DH_USE);
/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dtunala.c804 SSL_CTX_set_options(ctx, ctx_options);
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h571 #define SSL_CTX_set_options(ctx,op) \ macro
/macosx-10.10.1/apache-793/httpd/support/
H A Dab.c2377 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL);
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1578 SSL-implementations. SSL_CTX_set_options() is used to enabled those
1701 SSL_CTX_set_options(connssl->ctx, ctx_options);

Completed in 593 milliseconds