Home
last modified time | relevance | path

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

/openssl/apps/include/
H A Dapps.h112 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/openssl/doc/man1/
H A Dopenssl-ca.pod.in600 =item B<copy_extensions>
717 copy_extensions = none # Don't copy extensions from request
793 The B<copy_extensions> option should be used with caution. If care is
796 B<copy_extensions> value is set to B<copyall> and the user does not spot
799 This situation can be avoided by setting B<copy_extensions> to B<copy>
H A Dopenssl-req.pod.in41 [B<-copy_extensions> I<arg>]
290 Unless the B<-copy_extensions> option is used,
323 =item B<-copy_extensions> I<arg>
H A Dopenssl-x509.pod.in17 [B<-copy_extensions> I<arg>]
144 =item B<-copy_extensions> I<arg>
/openssl/apps/
H A Dopenssl.cnf105 # copy_extensions = copy
H A Dopenssl-vms.cnf105 # copy_extensions = copy
H A Dx509.c752 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
H A Dreq.c825 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
H A Dca.c1766 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
/openssl/apps/lib/
H A Dapps.c1169 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
/openssl/
H A DCHANGES.md1418 * Added the `-copy_extensions` option to the `x509` command for use with
1424 * Added the `-copy_extensions` option to the `req` command for use with
13148 * Add a 'copy_extensions' option to the 'ca' utility. This copies

Completed in 93 milliseconds