Searched refs:copy_extensions (Results 1 – 6 of 6) sorted by relevance
243 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
67 # copy_extensions = copy
2046 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
1266 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
481 =item B<copy_extensions>592 copy_extensions = none # Don't copy extensions from request669 The B<copy_extensions> option should be used with caution. If care is672 B<copy_extensions> value is set to B<copyall> and the user does not spot676 This situation can be avoided by setting B<copy_extensions> to B<copy>
5047 *) Add a 'copy_extensions' option to the 'ca' utility. This copies