Searched refs:SSL_OP_ALL (Results 1 - 12 of 12) sorted by relevance

/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/postfix-255/postfix/src/tls/
H A Dtls_misc.c339 * (or may in the future not be) in SSL_OP_ALL. These enable optional
953 long bits = SSL_OP_ALL; /* Work around all known bugs */
976 * hex bits that are not in SSL_OP_ALL.
989 * Allow users to set options not in SSL_OP_ALL, and not already managed
998 enable &= ~(SSL_OP_ALL | TLS_SSL_OP_MANAGED_BITS);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_time.c472 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
H A Ds_server.c1246 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1313 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);
H A Ds_client.c711 SSL_CTX_set_options(ctx,SSL_OP_ALL|off);
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c440 SSL_CTX_set_options(ctx, SSL_OP_ALL);
/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 */
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h505 * it in SSL_OP_ALL. */
508 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
510 #define SSL_OP_ALL 0x00000FFFL macro
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl.h505 * it in SSL_OP_ALL. */
508 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
510 #define SSL_OP_ALL 0x00000FFFL 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.c1579 work-arounds. The man page for this option states that SSL_OP_ALL enables
1580 all the work-arounds and that "It is usually safe to use SSL_OP_ALL to
1603 this option regardless of OpenSSL version and SSL_OP_ALL definition.
1607 SSL_OP_ALL that _disables_ that work-around despite the fact that
1608 SSL_OP_ALL is documented to do "rather harmless" workarounds. In order to
1613 ctx_options = SSL_OP_ALL;
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c757 SSL_CTX_set_options(ctx, SSL_OP_ALL);

Completed in 324 milliseconds