Lines Matching refs:email
121 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
191 BIO_printf(out, "email:%s",gen->d.ia5->data);
314 if(!name_cmp(cnf->name, "email") && cnf->value &&
317 } else if(!name_cmp(cnf->name, "email") && cnf->value &&
333 /* Copy any email addresses in a certificate or request to
340 ASN1_IA5STRING *email = NULL;
354 /* Now add any email address(es) to STACK */
359 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne));
366 if(!email || !(gen = GENERAL_NAME_new())) {
370 gen->d.ia5 = email;
371 email = NULL;
385 M_ASN1_IA5STRING_free(email);
449 if(!name_cmp(name, "email"))