Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dx509.c259 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) in x509_to_req() argument
289 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE in x509_to_req()
325 int ext_copy = EXT_COPY_UNSET; in x509_main() local
422 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
814 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { in x509_main()
835 if (req != NULL && ext_copy != EXT_COPY_UNSET) { in x509_main()
836 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
839 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
956 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
960 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);
115 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt);
124 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt);
132 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
344 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; in ca_main() local
692 if (!set_ext_copy(&ext_copy, f)) { in ca_main()
977 ext_copy, dateopt); in ca_main()
998 ext_copy, dateopt); in ca_main()
1018 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main()
1039 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main()
[all …]
H A Dreq.c295 int ext_copy = EXT_COPY_UNSET; in req_main() local
504 if (!set_ext_copy(&ext_copy, opt_arg())) { in req_main()
560 if (ext_copy == EXT_COPY_NONE) in req_main()
875 if (ext_copy == EXT_COPY_UNSET) { in req_main()
878 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()