Home
last modified time | relevance | path

Searched refs:dn_subject (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Dca.c1752 X509_NAME *dn_subject; in do_body() local
1758 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body()
1763 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
1766 tmpne = X509_NAME_delete_entry(dn_subject, i--); in do_body()
1770 if (!X509_set_subject_name(ret, dn_subject)) { in do_body()
1771 X509_NAME_free(dn_subject); in do_body()
1774 X509_NAME_free(dn_subject); in do_body()

Completed in 9 milliseconds