Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/keys/
Ddns-cert1.cnf2 copy_extensions = copy
/third_party/openssl/doc/man1/
Dca.pod541 =item B<copy_extensions>
653 copy_extensions = none # Don't copy extensions from request
725 The B<copy_extensions> option should be used with caution. If care is
728 B<copy_extensions> value is set to B<copyall> and the user does not spot
732 This situation can be avoided by setting B<copy_extensions> to B<copy>
/third_party/openssl/apps/
Dapps.h458 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
Dopenssl-vms.cnf68 # copy_extensions = copy
Dopenssl.cnf68 # copy_extensions = copy
Dapps.c1083 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
Dca.c1682 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf57 # copy_extensions = copy
/third_party/openssl/
DCHANGES8479 *) Add a 'copy_extensions' option to the 'ca' utility. This copies