Home | History | Annotate | Download | only in x509v3

Lines Matching refs:email

127 		X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
197 BIO_printf(out, "email:%s",gen->d.ia5->data);
320 if(!name_cmp(cnf->name, "email") && cnf->value &&
323 } else if(!name_cmp(cnf->name, "email") && cnf->value &&
339 /* Copy any email addresses in a certificate or request to
346 ASN1_IA5STRING *email = NULL;
360 /* Now add any email address(es) to STACK */
365 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne));
372 if(!email || !(gen = GENERAL_NAME_new())) {
376 gen->d.ia5 = email;
377 email = NULL;
391 M_ASN1_IA5STRING_free(email);
541 if(!name_cmp(name, "email"))