Home
last modified time | relevance | path

Searched refs:copy_extensions (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/third_party/openssl/apps/include/
H A Dapps.h109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c131 {"copy_extensions", OPT_COPY_EXTENSIONS, 's',
491 BIO_printf(bio_err, "Ignoring -copy_extensions 'none' when -x509 is not given\n"); in req_main()
834 BIO_printf(bio_err, "Warning: No -copy_extensions given; ignoring any extensions in the request\n"); in req_main()
835 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
H A Dx509.c70 {"copy_extensions", OPT_COPY_EXTENSIONS, 's',
723 BIO_printf(bio_err, "Warning: ignoring -copy_extensions since neither -x509toreq nor -req is given\n"); in x509_main()
745 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
747 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
858 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
H A Dca.c74 #define ENV_EXTCOPY "copy_extensions"
1774 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
/third_party/openssl/apps/
H A Dreq.c131 {"copy_extensions", OPT_COPY_EXTENSIONS, 's',
491 BIO_printf(bio_err, "Ignoring -copy_extensions 'none' when -x509 is not given\n"); in req_main()
832 BIO_printf(bio_err, "Warning: No -copy_extensions given; ignoring any extensions in the request\n"); in req_main()
833 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
H A Dx509.c70 {"copy_extensions", OPT_COPY_EXTENSIONS, 's',
723 BIO_printf(bio_err, "Warning: ignoring -copy_extensions since neither -x509toreq nor -req is given\n"); in x509_main()
745 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
747 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
858 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); in x509_main()
H A Dca.c74 #define ENV_EXTCOPY "copy_extensions"
1754 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c1210 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
/third_party/openssl/apps/lib/
H A Dapps.c1208 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function

Completed in 28 milliseconds