Searched refs:copy_extensions (Results 1 – 12 of 12) sorted by relevance
/openssl/test/ocsp-tests/ |
H A D | mk-ocsp-cert-chain.sh | 54 -copy_extensions copyall \ 83 -copy_extensions copyall \
|
/openssl/apps/include/ |
H A D | apps.h | 117 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
/openssl/doc/man1/ |
H A D | openssl-ca.pod.in | 616 =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 D | openssl-req.pod.in | 45 [B<-copy_extensions> I<arg>] 309 Unless the B<-copy_extensions> option is used, 377 =item B<-copy_extensions> I<arg>
|
H A D | openssl-x509.pod.in | 17 [B<-copy_extensions> I<arg>] 153 =item B<-copy_extensions> I<arg>
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 105 # copy_extensions = copy
|
H A D | openssl.cnf | 105 # copy_extensions = copy
|
H A D | x509.c | 781 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
|
H A D | req.c | 843 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
|
H A D | ca.c | 1740 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
|
/openssl/apps/lib/ |
H A D | apps.c | 1242 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
|
/openssl/ |
H A D | CHANGES.md | 2938 * 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