Searched refs:dn_subject (Results 1 – 1 of 1) sorted by relevance
1664 X509_NAME *name=NULL,*CAname=NULL,*subject=NULL, *dn_subject=NULL; in do_body() local1885 dn_subject = subject; in do_body()1892 if (!(dn_subject = X509_NAME_dup(subject))) in do_body()1897 while((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()1900 tmpne = X509_NAME_get_entry(dn_subject, i); in do_body()1901 X509_NAME_delete_entry(dn_subject, i); in do_body()2082 if (!X509_set_subject_name(ret,dn_subject)) goto err; in do_body()2188 if ((dn_subject != NULL) && !email_dn) in do_body()2189 X509_NAME_free(dn_subject); in do_body()