Lines Matching full:email
206 if (!X509V3_add_value_uchar("email", gen->d.ia5->data, &ret)) in STACK_OF()
289 BIO_printf(out, "email:%.*s", gen->d.ia5->length, in GENERAL_NAME_print()
431 if (!name_cmp(cnf->name, "email") && cnf->value && in v2i_subject_alt()
435 } else if (!name_cmp(cnf->name, "email") && cnf->value && in v2i_subject_alt()
456 /* Copy any email addresses in a certificate or request to
464 ASN1_IA5STRING *email = NULL; in copy_email() local
481 /* Now add any email address(es) to STACK */ in copy_email()
486 email = ASN1_STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email()
492 if (!email || !(gen = GENERAL_NAME_new())) { in copy_email()
496 gen->d.ia5 = email; in copy_email()
497 email = NULL; in copy_email()
510 ASN1_IA5STRING_free(email); in copy_email()
662 if (!name_cmp(name, "email")) in v2i_GENERAL_NAME_ex()