/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_min_proto_version.pod | 30 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)>
|
D | SSL_CTX_set_options.pod | 5 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
|
D | SSL_CTX_new.pod | 167 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)>,
|
D | SSL_clear.pod | 72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
|
D | SSL_new.pod | 121 L<SSL_CTX_set_options(3)>,
|
D | SSL_CTX_set_tmp_dh_callback.pod | 123 L<SSL_CTX_set_options(3)>,
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 444 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,
|
D | openssl-client.c | 897 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/ |
D | asio_server_tls_context.cc | 73 SSL_CTX_set_options(ctx, ssl_opts); in configure_tls_context_easy()
|
D | tls.cc | 193 SSL_CTX_set_options(ssl_ctx, opts); in ssl_ctx_set_proto_versions()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | ssl_http.cc | 97 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
|
D | http_request_handler.cc | 37 …if (!SSL_CTX_set_options(SSLHTTP::GetInstance().GetSSLCtx(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_… in Initialize()
|
D | ssl_client.cc | 132 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
|
D | ssl_wrapper.cc | 134 …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/ |
D | io_openssl.c | 101 SSL_CTX_set_options(daemon->io_context, options); in SPDYF_openssl_init()
|
/third_party/openssl/test/ |
D | clienthellotest.c | 114 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
|
D | dtlstest.c | 276 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
|
D | sslapitest.c | 337 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/ |
D | context.ipp | 340 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/ |
D | context.ipp | 340 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/ |
D | s_time.c | 201 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 258 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/ |
D | ssl.h | 423 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long opt);
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 336 SSL_CTX_set_options(ssl_ctx, in create_ssl_ctx()
|
D | client.c | 376 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2); in init_ssl_ctx()
|