Searched refs:new_x509 (Results 1 – 1 of 1) sorted by relevance
253 X509 *new_x509 = NULL, *CAcert = NULL; in req_main() local814 if ((new_x509 = X509_new_ex(app_get0_libctx(), in req_main()826 if (!X509_set_issuer_name(new_x509, issuer)) in req_main()834 if (!X509_set_subject_name(new_x509, n_subj)) in req_main()868 new_x509)) { in req_main()991 ? X509_get_subject_name(new_x509) in req_main()999 tpubkey = X509_get0_pubkey(new_x509); in req_main()1032 if (!noout && gen_x509 && new_x509 != NULL) { in req_main()1034 i = i2d_X509_bio(out, new_x509); in req_main()1036 i = PEM_write_bio_X509(out, new_x509); in req_main()[all …]
Completed in 11 milliseconds