Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c1786 X509_NAME *dn_subject; in do_body() local
1792 if ((dn_subject = X509_NAME_dup(subject)) == NULL) { in do_body()
1797 while ((i = X509_NAME_get_index_by_NID(dn_subject, in do_body()
1800 tmpne = X509_NAME_delete_entry(dn_subject, i--); in do_body()
1804 if (!X509_set_subject_name(ret, dn_subject)) { in do_body()
1805 X509_NAME_free(dn_subject); in do_body()
1808 X509_NAME_free(dn_subject); in do_body()