Searched refs:new_x509 (Results 1 – 1 of 1) sorted by relevance
241 X509 *new_x509 = NULL, *CAcert = NULL; in req_main() local803 if ((new_x509 = X509_new_ex(app_get0_libctx(), in req_main()815 if (!X509_set_issuer_name(new_x509, issuer)) in req_main()822 if (!X509_set_subject_name(new_x509, n_subj)) in req_main()856 new_x509)) { in req_main()977 ? X509_get_subject_name(new_x509) in req_main()985 tpubkey = X509_get0_pubkey(new_x509); in req_main()1018 if (!noout && gen_x509 && new_x509 != NULL) { in req_main()1020 i = i2d_X509_bio(out, new_x509); in req_main()1022 i = PEM_write_bio_X509(out, new_x509); in req_main()[all …]
Completed in 5 milliseconds