Home
last modified time | relevance | path

Searched refs:X509_check_host (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DX509_check_host.pod5 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 DSSL_set1_host.pod26 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 DX509_VERIFY_PARAM_set_flags.pod151 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 Dv3nametest.c296 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 Dv3_utl.c1007 int X509_check_host(X509 *x, const char *chk, size_t chklen, in X509_check_host() function
H A Dx509_vfy.c847 if (X509_check_host(x, name, 0, vpm->hostflags, &vpm->peername) > 0) in check_hosts()
/openssl/include/openssl/
H A Dx509v3.h.in784 int X509_check_host(X509 *x, const char *chk, size_t chklen,
/openssl/doc/
H A Dbuild.info2982 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 Dopenssl-verification-options.pod35 L<X509_VERIFY_PARAM_set_flags(3)>, and L<X509_check_host(3)>.
/openssl/apps/lib/
H A Dapps.c2186 valid_host = X509_check_host(x, checkhost, 0, 0, NULL); in check_cert_attributes()
/openssl/util/
H A Dlibcrypto.num3432 X509_check_host 3506 3_0_0 EXIST::FUNCTION:

Completed in 78 milliseconds