Home
last modified time | relevance | path

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

/openssl/apps/
H A Dx509.c193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) in x509_to_req() argument
223 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE in x509_to_req()
259 int ext_copy = EXT_COPY_UNSET; in x509_main() local
356 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
727 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { in x509_main()
748 if (req != NULL && ext_copy != EXT_COPY_UNSET) { in x509_main()
749 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
752 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
869 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
873 if ((rq = x509_to_req(x, ext_copy, ext_names)) == NULL) in x509_main()
H A Dca.c102 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
130 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
293 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main() local
657 if (!set_ext_copy(&ext_copy, f)) { in ca_main()
960 ext_copy, dateopt); in ca_main()
981 ext_copy, dateopt); in ca_main()
1371 int default_op, int ext_copy, int selfsign, unsigned long dateopt) in certify() argument
1410 ext_copy, selfsign, dateopt); in certify()
1467 ext_copy, 0, dateopt); in certify_cert()
1766 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
[all …]
H A Dreq.c243 int ext_copy = EXT_COPY_UNSET; in req_main() local
439 if (!set_ext_copy(&ext_copy, opt_arg())) { in req_main()
484 if (ext_copy == EXT_COPY_NONE) in req_main()
822 if (ext_copy == EXT_COPY_UNSET) { in req_main()
825 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()

Completed in 20 milliseconds