Home
last modified time | relevance | path

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

/openssl/test/ocsp-tests/
H A Dmk-ocsp-cert-chain.sh54 -copy_extensions copyall \
83 -copy_extensions copyall \
/openssl/apps/include/
H A Dapps.h117 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
/openssl/doc/man1/
H A Dopenssl-ca.pod.in616 =item B<copy_extensions>
733 copy_extensions = none # Don't copy extensions from request
809 The B<copy_extensions> option should be used with caution. If care is
812 B<copy_extensions> value is set to B<copyall> and the user does not spot
815 This situation can be avoided by setting B<copy_extensions> to B<copy>
H A Dopenssl-req.pod.in45 [B<-copy_extensions> I<arg>]
309 Unless the B<-copy_extensions> option is used,
377 =item B<-copy_extensions> I<arg>
H A Dopenssl-x509.pod.in17 [B<-copy_extensions> I<arg>]
153 =item B<-copy_extensions> I<arg>
/openssl/apps/
H A Dopenssl-vms.cnf105 # copy_extensions = copy
H A Dopenssl.cnf105 # copy_extensions = copy
H A Dx509.c781 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
H A Dreq.c843 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
H A Dca.c1740 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
/openssl/apps/lib/
H A Dapps.c1242 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
/openssl/
H A DCHANGES.md2938 * Added the `-copy_extensions` option to the `x509` command for use with
2944 * Added the `-copy_extensions` option to the `req` command for use with
14668 * Add a 'copy_extensions' option to the 'ca' utility. This copies

Completed in 155 milliseconds