Home
last modified time | relevance | path

Searched refs:SSL_VERIFY_NONE (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/asio/include/boost/asio/ssl/
Dverify_mode.hpp53 const int verify_none = SSL_VERIFY_NONE;
Dcontext_base.hpp181 BOOST_ASIO_STATIC_CONSTANT(int, verify_none = SSL_VERIFY_NONE);
/third_party/boost/boost/asio/ssl/
Dverify_mode.hpp53 const int verify_none = SSL_VERIFY_NONE;
Dcontext_base.hpp181 BOOST_ASIO_STATIC_CONSTANT(int, verify_none = SSL_VERIFY_NONE);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_code.h30 # define SSL_VERIFY_NONE 0x00 macro
/third_party/openssl/doc/man3/
DSSL_CTX_set_ct_validation_callback.pod43 If the verification mode is B<SSL_VERIFY_NONE>, the handshake will continue
69 The TLS handshake is aborted if the verification mode is not B<SSL_VERIFY_NONE>
DSSL_CTX_dane_enable.pod257 * At this point, the verification mode is still the default SSL_VERIFY_NONE.
265 SSL_set_verify(ssl, SSL_VERIFY_NONE, verify_cb);
273 * Alternatively, use the permissive SSL_VERIFY_NONE verification mode,
347 L<SSL_set_verify(3)> with B<mode> equal to B<SSL_VERIFY_NONE>.
DSSL_CTX_set_verify.pod71 =item SSL_VERIFY_NONE
130 If the B<mode> is SSL_VERIFY_NONE none of the other flags may be set.
206 is set, but whether any flags other than SSL_VERIFY_NONE are set. This can
/third_party/node/src/
Dtls_wrap.cc123 SSL_set_verify(ssl_.get(), SSL_VERIFY_NONE, crypto::VerifyCallback); in InitSSL()
915 verify_mode = SSL_VERIFY_NONE; in SetVerifyMode()
926 verify_mode = SSL_VERIFY_NONE; in SetVerifyMode()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c367 CyaSSL_set_verify(wsi->tls.ssl, SSL_VERIFY_NONE, NULL); in lws_ssl_client_bio_create()
370 wolfSSL_set_verify(wsi->tls.ssl, SSL_VERIFY_NONE, NULL); in lws_ssl_client_bio_create()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c155 fl = SSL_VERIFY_NONE; in lws_ssl_client_bio_create()
/third_party/curl/lib/vtls/
Dmesalink.c153 SSL_VERIFY_PEER : SSL_VERIFY_NONE, NULL); in mesalink_connect_step1()
Dwolfssl.c390 SSL_VERIFY_NONE, in wolfssl_connect_step1()
Dopenssl.c3167 verifypeer ? SSL_VERIFY_PEER : SSL_VERIFY_NONE, NULL); in ossl_connect_step1()
/third_party/libcoap/src/
Dcoap_openssl.c1994 SSL_set_verify(ssl, SSL_VERIFY_NONE, tls_verify_call_back); in tls_secret_call_back()
2425 SSL_set_verify(ssl, SSL_VERIFY_NONE, tls_verify_call_back); in tls_client_hello_call_back()
2869 SSL_set_verify(ssl, SSL_VERIFY_NONE, tls_verify_call_back); in setup_client_ssl_session()
/third_party/python/Modules/
D_ssl.c2944 mode = SSL_VERIFY_NONE; in _set_verify_mode()
3351 int mask = (SSL_VERIFY_NONE | SSL_VERIFY_PEER | in get_verify_mode()
3354 case SSL_VERIFY_NONE: in get_verify_mode()
3647 SSL_CTX_get_verify_mode(self->ctx) == SSL_VERIFY_NONE) { in set_check_hostname()
/third_party/openssl/apps/
Ds_server.c1044 int s_server_verify = SSL_VERIFY_NONE; in s_server_main()
2126 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback); in s_server_main()
Ds_client.c917 int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; in s_client_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_wolfssl.c1598 wolfSSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
Dtls_openssl.c3153 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_wolfssl.c1605 wolfSSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
Dtls_openssl.c3228 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc2131 SSL_CTX_set_verify(impl->ssl_contexts[i], SSL_VERIFY_NONE, nullptr); in tsi_create_ssl_server_handshaker_factory_with_options()
/third_party/openssl/include/openssl/
Dssl.h1099 # define SSL_VERIFY_NONE 0x00 macro
/third_party/openssl/ssl/statem/
Dstatem_clnt.c1913 if (s->verify_mode != SSL_VERIFY_NONE && i <= 0) { in tls_process_server_certificate()

12