Go to the source code of this file.
Macros | |
#define | CURL_HOST_MATCH 1 |
#define | CURL_HOST_NOMATCH 0 |
Functions | |
int | Curl_cert_hostcheck (const char *match_pattern, const char *hostname) |
#define CURL_HOST_MATCH 1 |
Definition at line 26 of file XrdTlsHostcheck.hh.
Referenced by Curl_cert_hostcheck(), hostmatch(), matches_common_name(), and matches_subject_alternative_name().
#define CURL_HOST_NOMATCH 0 |
Definition at line 25 of file XrdTlsHostcheck.hh.
Referenced by hostmatch().
int Curl_cert_hostcheck | ( | const char * | match_pattern, |
const char * | hostname ) |
Definition at line 205 of file XrdTlsHostcheck.icc.
References CURL_HOST_MATCH, Curl_raw_equal(), and hostmatch().
Referenced by matches_common_name(), and matches_subject_alternative_name().