Home
last modified time | relevance | path

Searched refs:candidate_domain (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_constraints.c317 char *candidate_domain = NULL; in x509_constraints_parse_mailbox() local
357 if (candidate_domain != NULL) in x509_constraints_parse_mailbox()
359 candidate_domain = strdup(working); in x509_constraints_parse_mailbox()
360 if (candidate_domain == NULL) in x509_constraints_parse_mailbox()
421 if (candidate_local == NULL || candidate_domain == NULL) in x509_constraints_parse_mailbox()
423 if (!x509_constraints_valid_host(candidate_domain, in x509_constraints_parse_mailbox()
424 strlen(candidate_domain))) in x509_constraints_parse_mailbox()
429 name->name = candidate_domain; in x509_constraints_parse_mailbox()
433 free(candidate_domain); in x509_constraints_parse_mailbox()
438 free(candidate_domain); in x509_constraints_parse_mailbox()