checkhost
const char *checkhost, const char *checkemail,
int check_cert_attributes(BIO *bio, X509 *x, const char *checkhost,
if (checkhost != NULL) {
valid_host = X509_check_host(x, checkhost, 0, 0, NULL);
checkhost, valid_host == 1 ? "" : " NOT");
if (!check_cert_attributes(out, x, checkhost, checkemail, checkip, 1))
char *checkhost = NULL, *checkemail = NULL, *checkip = NULL;
checkhost = opt_arg();
int checkhost(struct in_conninfo *);
if (nhosts && !checkhost(&xip->inp_inc))
static int checkhost(char *, char *, int);
if (checkhost(askname, hostname, sizeof hostname) ) {