Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dreq.c554 X509 *x509ss = NULL; in req_main() local
884 if ((x509ss = X509_new()) == NULL) in req_main()
889 !X509_set_version(x509ss, 2)) in req_main()
896 X509_get_serialNumber(x509ss))) in req_main()
910 if (!X509_set_pubkey(x509ss, tmppkey)) in req_main()
915 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0); in req_main()
928 "default", x509ss)) { in req_main()
1046 tpubkey = X509_get0_pubkey(x509ss); in req_main()
1083 i = i2d_X509_bio(out, x509ss); in req_main()
1085 i = PEM_write_bio_X509(out, x509ss); in req_main()
[all …]