Searched refs:ext_copy (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 193 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 355 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main() 722 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { in x509_main() 743 if (req != NULL && ext_copy != EXT_COPY_UNSET) { in x509_main() 744 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main() 747 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main() 857 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main() 861 if ((rq = x509_to_req(x, ext_copy, ext_names)) == NULL) in x509_main()
|
H A D | ca.c | 102 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 113 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt); 122 … unsigned long nameopt, int default_op, int ext_copy, 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 656 if (!set_ext_copy(&ext_copy, f)) { in ca_main() 971 ext_copy, dateopt); in ca_main() 992 ext_copy, dateopt); in ca_main() 1012 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main() 1033 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main() [all …]
|
H A D | req.c | 247 int ext_copy = EXT_COPY_UNSET; in req_main() local 442 if (!set_ext_copy(&ext_copy, opt_arg())) { in req_main() 490 if (ext_copy == EXT_COPY_NONE) in req_main() 832 if (ext_copy == EXT_COPY_UNSET) { in req_main() 835 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
|