Searched refs:SSL_VERIFY_NONE (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | sslutils.c | 110 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL); in ssl_init_once()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_ct_validation_callback.pod | 43 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 D | SSL_CTX_dane_enable.pod | 257 * 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 D | SSL_CTX_set_verify.pod | 86 =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 D | SSL_CTX_set_cert_verify_callback.pod | 38 if the verification mode is B<SSL_VERIFY_NONE>.
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 213 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback); in set_up_srp_verifier_file()
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 539 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 D | tls_wolfssl.c | 1627 wolfSSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
|
H A D | tls_openssl.c | 3397 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL); in tls_connection_set_verify()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h.in | 1096 * 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 D | ssl.h | 1171 # define SSL_VERIFY_NONE 0x00 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 821 int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; in s_client_main()
|
H A D | s_server.c | 1037 int s_server_verify = SSL_VERIFY_NONE; in s_server_main()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 1888 if (s->verify_mode != SSL_VERIFY_NONE && i <= 0) { in tls_post_process_server_certificate()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3291 ret->verify_mode = SSL_VERIFY_NONE; in SSL_CTX_new_ex()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 16401 otherwise, if SSL_VERIFY_NONE is set, remaining error codes
|