Home
last modified time | relevance | path

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

/openssl/apps/
H A Dx509.c202 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) in x509_to_req() argument
232 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE in x509_to_req()
268 int ext_copy = EXT_COPY_UNSET; in x509_main() local
365 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
756 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { in x509_main()
777 if (req != NULL && ext_copy != EXT_COPY_UNSET) { in x509_main()
778 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
781 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
900 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
904 if ((rq = x509_to_req(x, ext_copy, ext_names)) == NULL) in x509_main()
H A Dca.c104 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
132 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
299 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main() local
647 if (!set_ext_copy(&ext_copy, f)) { in ca_main()
936 ext_copy, dateopt); in ca_main()
957 ext_copy, dateopt); in ca_main()
1345 int default_op, int ext_copy, int selfsign, unsigned long dateopt) in certify() argument
1384 ext_copy, selfsign, dateopt); in certify()
1441 ext_copy, 0, dateopt); in certify_cert()
1740 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
[all …]
H A Dreq.c254 int ext_copy = EXT_COPY_UNSET; in req_main() local
465 if (!set_ext_copy(&ext_copy, opt_arg())) { in req_main()
514 if (ext_copy == EXT_COPY_NONE) in req_main()
831 if (ext_copy == EXT_COPY_UNSET) { in req_main()
834 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()

Completed in 50 milliseconds