Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/apps/include/
HDapps.h109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/freebsd-head/crypto/openssl/doc/man1/
HDopenssl-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>
HDopenssl-req.pod.in41 [B<-copy_extensions> I<arg>]
290 Unless the B<-copy_extensions> option is used,
322 =item B<-copy_extensions> I<arg>
HDopenssl-x509.pod.in17 [B<-copy_extensions> I<arg>]
144 =item B<-copy_extensions> I<arg>
/freebsd-head/crypto/openssl/apps/
HDopenssl.cnf106 # copy_extensions = copy
HDopenssl-vms.cnf105 # copy_extensions = copy
HDx509.c747 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
HDreq.c835 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
HDca.c1774 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
/freebsd-head/crypto/openssl/apps/lib/
HDapps.c1210 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
/freebsd-head/crypto/openssl/
HDCHANGES.md1987 * Added the `-copy_extensions` option to the `x509` command for use with
1993 * Added the `-copy_extensions` option to the `req` command for use with
13715 * Add a 'copy_extensions' option to the 'ca' utility. This copies