Home
last modified time | relevance | path

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

/openssl/apps/
H A Dca.c1750 X509_NAME *dn_subject; in do_body() local
1756 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body()
1761 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
1764 tmpne = X509_NAME_delete_entry(dn_subject, i--); in do_body()
1768 if (!X509_set_subject_name(ret, dn_subject)) { in do_body()
1769 X509_NAME_free(dn_subject); in do_body()
1772 X509_NAME_free(dn_subject); in do_body()

Completed in 15 milliseconds