Searched refs:X509_check_host (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_check_host.pod | 5 X509_check_host, X509_check_email, X509_check_ip, X509_check_ip_asc - X.509 certificate matching 11 int X509_check_host(X509 *, const char *name, size_t namelen, 26 X509_check_host() checks if the certificate Subject Alternative 106 expansion; this only applies to B<X509_check_host>. 110 such as: "www*" or "*www"; this only applies to B<X509_check_host>. 115 to B<X509_check_host>. 123 "www.sub.example.com"; this flag only applies to B<X509_check_host>. 132 X509_check_host() returns -2 if the provided B<name> contains embedded 138 rather than explicitly calling L<X509_check_host(3)>. Hostname
|
H A D | SSL_set1_host.pod | 26 the peer hostname via L<X509_check_host(3)> with B<flags> as specified 42 L<X509_check_host(3)> when name checks are applicable, by default 43 the B<flags> value is 0. See L<X509_check_host(3)> for the list 59 explicitly calling L<X509_check_host(3)>. Hostname checks may be out 102 L<X509_check_host(3)>,
|
H A D | X509_VERIFY_PARAM_set_flags.pod | 151 certificate verification automatically invokes L<X509_check_host(3)> 155 calling L<X509_check_host(3)>, hostname checks may be out of scope 169 As described in X509_check_host(3) the B<X509_CHECK_FLAG_NEVER_CHECK_SUBJECT> 388 L<X509_check_host(3)>,
|
/openssl/test/ |
H A D | v3nametest.c | 296 if (!TEST_int_ge(ret = X509_check_host(crt, name, namelen, 0, NULL), in run_cert() 310 if (!TEST_int_ge(ret = X509_check_host(crt, name, namelen, in run_cert()
|
/openssl/crypto/x509/ |
H A D | v3_utl.c | 1007 int X509_check_host(X509 *x, const char *chk, size_t chklen, in X509_check_host() function
|
H A D | x509_vfy.c | 847 if (X509_check_host(x, name, 0, vpm->hostflags, &vpm->peername) > 0) in check_hosts()
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 784 int X509_check_host(X509 *x, const char *chk, size_t chklen,
|
/openssl/doc/ |
H A D | build.info | 2982 DEPEND[html/man3/X509_check_host.html]=man3/X509_check_host.pod 2983 GENERATE[html/man3/X509_check_host.html]=man3/X509_check_host.pod 2984 DEPEND[man/man3/X509_check_host.3]=man3/X509_check_host.pod 2985 GENERATE[man/man3/X509_check_host.3]=man3/X509_check_host.pod 3751 html/man3/X509_check_host.html \ 4414 man/man3/X509_check_host.3 \
|
/openssl/doc/man1/ |
H A D | openssl-verification-options.pod | 35 L<X509_VERIFY_PARAM_set_flags(3)>, and L<X509_check_host(3)>.
|
/openssl/apps/lib/ |
H A D | apps.c | 2215 valid_host = X509_check_host(x, checkhost, 0, 0, NULL); in check_cert_attributes()
|
/openssl/util/ |
H A D | libcrypto.num | 3432 X509_check_host 3506 3_0_0 EXIST::FUNCTION:
|
Completed in 106 milliseconds