Home
last modified time | relevance | path

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

/trueos/crypto/openssl/apps/
HDapps.h243 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
HDopenssl.cnf67 # copy_extensions = copy
HDca.c2046 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
HDapps.c1266 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
/trueos/crypto/openssl/doc/apps/
HDca.pod481 =item B<copy_extensions>
592 copy_extensions = none # Don't copy extensions from request
669 The B<copy_extensions> option should be used with caution. If care is
672 B<copy_extensions> value is set to B<copyall> and the user does not spot
676 This situation can be avoided by setting B<copy_extensions> to B<copy>
/trueos/crypto/openssl/
HDCHANGES5047 *) Add a 'copy_extensions' option to the 'ca' utility. This copies