Searched refs:X509_VERIFY_PARAM_set1_host (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_VERIFY_PARAM_set_flags.pod | 15 X509_VERIFY_PARAM_set1_host, X509_VERIFY_PARAM_add1_host, 58 int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, 143 been set using X509_VERIFY_PARAM_set1_host() or X509_VERIFY_PARAM_add1_host(). 147 X509_VERIFY_PARAM_set1_host() sets the expected DNS hostname to 181 set via X509_VERIFY_PARAM_set1_host() or X509_VERIFY_PARAM_add1_host() 224 X509_VERIFY_PARAM_set1_host(), X509_VERIFY_PARAM_add1_host(),
|
H A D | SSL_CTX_get0_param.pod | 61 X509_VERIFY_PARAM_set1_host(vpm, "www.foo.com", 0);
|
H A D | X509_check_host.pod | 137 Applications are encouraged to use X509_VERIFY_PARAM_set1_host() 146 L<X509_VERIFY_PARAM_set1_host(3)>,
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_vpm.c | 390 int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_set1_host() function
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 786 if (!X509_VERIFY_PARAM_set1_host(vpm, opt_arg(), 0)) in opt_verify()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509_vfy.h | 831 int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param,
|
H A D | x509_vfy.h.in | 734 int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param,
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 796 if (!X509_VERIFY_PARAM_set1_host(ts_vpm, NULL, 0) in truststore_set_host_etc() 804 || X509_VERIFY_PARAM_set1_host(ts_vpm, host, 0); in truststore_set_host_etc()
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1702 if(!X509_VERIFY_PARAM_set1_host(param, auth_name, strlen(auth_name))) { in listen_sslctx_setup_ticket_keys() 1703 log_err("X509_VERIFY_PARAM_set1_host failed"); in listen_sslctx_setup_ticket_keys()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 1153 (void)X509_VERIFY_PARAM_set1_host(sc->param, NULL, 0); in SSL_set1_host() 1160 || X509_VERIFY_PARAM_set1_host(sc->param, host, 0); in SSL_set1_host() 1268 if (!X509_VERIFY_PARAM_set1_host(sc->param, basedomain, 0)) { in SSL_dane_enable()
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 824 /* Define to 1 if you have the 'X509_VERIFY_PARAM_set1_host' function. */
|
H A D | configure.ac | 1004 …ssl SSL_CTX_set_security_level SSL_set1_host SSL_get0_peername X509_VERIFY_PARAM_set1_host SSL_CTX…
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 3224 X509_VERIFY_PARAM_set1_host;
|
/freebsd/contrib/unbound/services/ |
H A D | outside_network.c | 3718 if(!X509_VERIFY_PARAM_set1_host(param, host, strlen(host))) { 3719 log_err("X509_VERIFY_PARAM_set1_host failed");
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 5005 MLINKS+= X509_VERIFY_PARAM_set_flags.3 X509_VERIFY_PARAM_set1_host.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2730 X509_VERIFY_PARAM_set1_host 2791 3_0_0 EXIST::FUNCTION:
|