Searched refs:SSL_OP_ALL (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_time.c | 201 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_conf.c | 380 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 D | SSL_CTX_set_options.pod | 83 =item SSL_OP_ALL 90 It is usually safe to use B<SSL_OP_ALL> to enable the bug workaround
|
| H A D | SSL_CONF_cmd.pod | 171 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 D | common.c | 1057 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 D | ssl_buckets.c | 1423 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_ALL); in ssl_init_context()
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | conf.c | 380 Srv_SSL_Options = SSL_OP_ALL; 381 Clt_SSL_Options = SSL_OP_ALL
|
| H A D | readcf.c | 2150 #ifdef SSL_OP_ALL 2151 { "SSL_OP_ALL", SSL_OP_ALL },
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 407 # define SSL_OP_ALL (SSL_OP_CRYPTOPRO_TLSEXT_BUG|\ macro
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | NEWS | 412 o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
|
| H A D | CHANGES | 3841 *) 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 …]
|