Searched refs:copy_extensions (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 131 {"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 D | x509.c | 70 {"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 D | ca.c | 74 #define ENV_EXTCOPY "copy_extensions" 1774 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
|
/third_party/openssl/apps/ |
H A D | req.c | 131 {"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 D | x509.c | 70 {"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 D | ca.c | 74 #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 D | apps.c | 1210 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1208 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
|
Completed in 28 milliseconds