Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_time.c254 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c378 SSL_FLAG_TBL("Bugs", SSL_OP_ALL), in cmd_Options()
773 {SSL_OP_ALL, 0}, /* bugs */
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod89 =item SSL_OP_ALL
95 It is usually safe to use B<SSL_OP_ALL> to enable the bug workaround
H A DSSL_CONF_cmd.pod36 Various bug workarounds are set, same as setting B<SSL_OP_ALL>.
470 B<Bugs>: enable various bug workarounds. Same as B<SSL_OP_ALL>.
/freebsd/lib/libfetch/
H A Dcommon.c1041 ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv3 | SSL_OP_NO_TICKET; in fetch_ssl_setup_transport_layer()
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2315 # ifdef SSL_OP_ALL
2316 { "SSL_OP_ALL", SSL_OP_ALL },
H A Dconf.c385 Srv_SSL_Options = SSL_OP_ALL;
386 Clt_SSL_Options = SSL_OP_ALL
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in345 * in SSL_OP_ALL. Added in 0.9.6e
421 # define SSL_OP_ALL \ macro
H A Dssl.h444 # define SSL_OP_ALL \ macro
/freebsd/crypto/openssl/
H A DCHANGES.md8001 * Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which
8090 * OpenSSL 1.0.0 sets SSL_OP_ALL to 0x80000FFFL and OpenSSL 1.0.1 and
8093 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling
8959 * Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which
11094 (part of SSL_OP_ALL). This option used to disable the
12193 (part of SSL_OP_ALL). This option used to disable the
12603 behaviour is masked when SSL_OP_ALL is used due to
13239 SSL_OP_ALL is now 0x00000FFFL instead of 0x000FFFFFL. This makes
13241 SSL_OP_ALL (such as SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION).
13371 * Move SSL_OP_TLS_ROLLBACK_BUG out of the SSL_OP_ALL list of recommended
[all …]
H A DNEWS.md806 * Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4615 (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in doq_ctx_server_setup()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2408 is no longer set as part of SSL_OP_ALL.