Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_options (Results 1 – 25 of 54) sorted by relevance

123

/third_party/openssl/doc/man3/
DSSL_CTX_set_min_proto_version.pod30 L<SSL_CTX_set_options(3)> that also make it possible to disable
57 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
13 long SSL_CTX_set_options(SSL_CTX *ctx, long options);
26 SSL_CTX_set_options() adds the options set via bit mask in B<options> to B<ctx>.
51 SSL_CTX_set_options() and SSL_set_options() affect the (external)
343 SSL_CTX_set_options() and SSL_set_options() return the new options bit mask
DSSL_CTX_new.pod167 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
200 L<SSL_CTX_set_options(3)>, L<SSL_CTX_free(3)>, L<SSL_accept(3)>,
DSSL_clear.pod72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
DSSL_new.pod121 L<SSL_CTX_set_options(3)>,
DSSL_CTX_set_tmp_dh_callback.pod123 L<SSL_CTX_set_options(3)>,
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c444 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_SINGLE_ECDH_USE);
547 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_NO_SSLv2 |
550 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_NO_COMPRESSION);
552 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_SINGLE_DH_USE);
553 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
583 SSL_CTX_set_options(vhost->tls.ssl_ctx,
Dopenssl-client.c897 SSL_CTX_set_options(vh->tls.ssl_client_ctx, SSL_OP_NO_COMPRESSION);
900 SSL_CTX_set_options(vh->tls.ssl_client_ctx,
908 SSL_CTX_set_options(vh->tls.ssl_client_ctx,
/third_party/nghttp2/src/
Dasio_server_tls_context.cc73 SSL_CTX_set_options(ctx, ssl_opts); in configure_tls_context_easy()
Dtls.cc193 SSL_CTX_set_options(ssl_ctx, opts); in ssl_ctx_set_proto_versions()
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_http.cc97 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
Dhttp_request_handler.cc37 …if (!SSL_CTX_set_options(SSLHTTP::GetInstance().GetSSLCtx(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_… in Initialize()
Dssl_client.cc132 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
Dssl_wrapper.cc134 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dio_openssl.c101 SSL_CTX_set_options(daemon->io_context, options); in SPDYF_openssl_init()
/third_party/openssl/test/
Dclienthellotest.c114 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
Ddtlstest.c276 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
Dsslapitest.c337 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_keylog()
338 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_keylog()
619 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)) in test_ccs_change_cipher()
1209 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in execute_test_session()
1393 SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET); in setup_ticket_test()
2512 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int()
4161 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
4162 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
4164 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts()
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/
Dcontext.ipp340 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
345 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
350 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
495 ::SSL_CTX_set_options(handle_, o);
/third_party/boost/boost/asio/ssl/impl/
Dcontext.ipp340 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
345 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
350 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
495 ::SSL_CTX_set_options(handle_, o);
/third_party/openssl/apps/
Ds_time.c201 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
/third_party/ffmpeg/libavformat/
Dtls_openssl.c258 SSL_CTX_set_options(p->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_open()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h423 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long opt);
/third_party/nghttp2/examples/
Dlibevent-client.c336 SSL_CTX_set_options(ssl_ctx, in create_ssl_ctx()
Dclient.c376 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2); in init_ssl_ctx()

123