Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsslutils.c110 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL); in ssl_init_once()
/freebsd/crypto/openssl/doc/man3/
H A 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>
H A 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>.
H A DSSL_CTX_set_verify.pod86 =item SSL_VERIFY_NONE
145 If the B<mode> is SSL_VERIFY_NONE none of the other flags may be set.
148 or C<SSL_set_verify()>, the default value will be SSL_VERIFY_NONE.
224 is set, but whether any flags other than SSL_VERIFY_NONE are set. This can
H A DSSL_CTX_set_cert_verify_callback.pod38 if the verification mode is B<SSL_VERIFY_NONE>.
/freebsd/crypto/openssl/apps/lib/
H A Dtlssrp_depr.c213 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback); in set_up_srp_verifier_file()
/freebsd/contrib/sendmail/src/
H A Dtls.c539 SSL_set_verify(ssl, vrfy ? SSL_VERIFY_PEER : SSL_VERIFY_NONE, NULL);
541 SSL_CTX_set_verify(ctx, vrfy ? SSL_VERIFY_PEER : SSL_VERIFY_NONE,
1587 bitset(TLS_I_NO_VRFY, req) ? SSL_VERIFY_NONE
/freebsd/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c1627 wolfSSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
H A Dtls_openssl.c3397 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in1096 * use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 3 options are
1099 # define SSL_VERIFY_NONE 0x00 macro
2309 * handshake may continue anyway if SSL_VERIFY_NONE is in effect.
H A Dssl.h1171 # define SSL_VERIFY_NONE 0x00 macro
/freebsd/crypto/openssl/apps/
H A Ds_client.c821 int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; in s_client_main()
H A Ds_server.c1037 int s_server_verify = SSL_VERIFY_NONE; in s_server_main()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1888 if (s->verify_mode != SSL_VERIFY_NONE && i <= 0) { in tls_post_process_server_certificate()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c3291 ret->verify_mode = SSL_VERIFY_NONE; in SSL_CTX_new_ex()
/freebsd/crypto/openssl/
H A DCHANGES.md16401 otherwise, if SSL_VERIFY_NONE is set, remaining error codes