Home
last modified time | relevance | path

Searched refs:copy_extensions (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/fixtures/keys/
Ddns-cert1.cnf2 copy_extensions = copy
/third_party/openssl/apps/include/
Dapps.h109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/third_party/openssl/doc/man1/
Dopenssl-ca.pod.in594 =item B<copy_extensions>
711 copy_extensions = none # Don't copy extensions from request
787 The B<copy_extensions> option should be used with caution. If care is
790 B<copy_extensions> value is set to B<copyall> and the user does not spot
793 This situation can be avoided by setting B<copy_extensions> to B<copy>
Dopenssl-req.pod.in41 [B<-copy_extensions> I<arg>]
290 Unless the B<-copy_extensions> option is used,
322 =item B<-copy_extensions> I<arg>
Dopenssl-x509.pod.in17 [B<-copy_extensions> I<arg>]
144 =item B<-copy_extensions> I<arg>
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf57 # copy_extensions = copy
/third_party/openssl/apps/
Dopenssl.cnf105 # copy_extensions = copy
Dopenssl-vms.cnf105 # copy_extensions = copy
Dx509.c747 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
Dreq.c831 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
Dca.c1754 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
/third_party/openssl/apps/lib/
Dapps.c1207 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
/third_party/openssl/
DCHANGES.md1587 * Added the `-copy_extensions` option to the `x509` command for use with
1593 * Added the `-copy_extensions` option to the `req` command for use with
13315 * Add a 'copy_extensions' option to the 'ca' utility. This copies