![]() |
XRootD
|
#include <cstring>
Go to the source code of this file.
Functions | |
int | Curl_cert_hostcheck (const char *match_pattern, const char *hostname) |
static int | Curl_raw_equal (const char *first, const char *second) |
static int | Curl_raw_nequal (const char *first, const char *second, size_t max) |
static char | Curl_raw_toupper (char in) |
static int | hostmatch (const char *hostname, const char *pattern) |
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().
|
static |
Definition at line 123 of file XrdTlsHostcheck.icc.
References Curl_raw_toupper().
Referenced by Curl_cert_hostcheck(), and hostmatch().
|
static |
Definition at line 138 of file XrdTlsHostcheck.icc.
References Curl_raw_toupper().
Referenced by hostmatch().
|
static |
Definition at line 54 of file XrdTlsHostcheck.icc.
Referenced by Curl_raw_equal(), and Curl_raw_nequal().
|
static |
Definition at line 163 of file XrdTlsHostcheck.icc.
References CURL_HOST_MATCH, CURL_HOST_NOMATCH, Curl_raw_equal(), and Curl_raw_nequal().
Referenced by Curl_cert_hostcheck().