Home
last modified time | relevance | path

Searched refs:SSL_OP_ALL (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/crypto/openssl/apps/
H A Ds_time.c201 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_conf.c380 SSL_FLAG_TBL("Bugs", SSL_OP_ALL), in cmd_Options()
695 {SSL_OP_ALL, 0}, /* bugs */
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod83 =item SSL_OP_ALL
90 It is usually safe to use B<SSL_OP_ALL> to enable the bug workaround
H A DSSL_CONF_cmd.pod171 Various bug workarounds are set, same as setting B<SSL_OP_ALL>.
444 B<Bugs>: enable various bug workarounds. Same as B<SSL_OP_ALL>.
/freebsd-13.1/lib/libfetch/
H A Dcommon.c1057 ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv3 | SSL_OP_NO_TICKET; in fetch_ssl_setup_transport_layer()
/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c1423 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_ALL); in ssl_init_context()
/freebsd-13.1/contrib/sendmail/src/
H A Dconf.c380 Srv_SSL_Options = SSL_OP_ALL;
381 Clt_SSL_Options = SSL_OP_ALL
H A Dreadcf.c2150 #ifdef SSL_OP_ALL
2151 { "SSL_OP_ALL", SSL_OP_ALL },
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h407 # define SSL_OP_ALL (SSL_OP_CRYPTOPRO_TLSEXT_BUG|\ macro
/freebsd-13.1/crypto/openssl/
H A DNEWS412 o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
H A DCHANGES3841 *) Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which
3918 *) OpenSSL 1.0.0 sets SSL_OP_ALL to 0x80000FFFL and OpenSSL 1.0.1 and
3921 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling
6066 (part of SSL_OP_ALL). This option used to disable the
7044 (part of SSL_OP_ALL). This option used to disable the
7406 behaviour is masked when SSL_OP_ALL is used due to
7952 SSL_OP_ALL is now 0x00000FFFL instead of 0x000FFFFFL. This makes
7954 SSL_OP_ALL (such as SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION).
9334 SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG (part of SSL_OP_ALL) was set.
9431 broken SSL implementations, the new option is part of SSL_OP_ALL.
[all …]