Searched refs:copy_extensions (Results 1 – 13 of 13) sorted by relevance
/third_party/node/test/fixtures/keys/ |
D | dns-cert1.cnf | 2 copy_extensions = copy
|
/third_party/openssl/apps/include/ |
D | apps.h | 109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
/third_party/openssl/doc/man1/ |
D | openssl-ca.pod.in | 594 =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>
|
D | openssl-req.pod.in | 41 [B<-copy_extensions> I<arg>] 290 Unless the B<-copy_extensions> option is used, 322 =item B<-copy_extensions> I<arg>
|
D | openssl-x509.pod.in | 17 [B<-copy_extensions> I<arg>] 144 =item B<-copy_extensions> I<arg>
|
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
D | tpmtoken_import_openssl.cnf | 57 # copy_extensions = copy
|
/third_party/openssl/apps/ |
D | openssl.cnf | 105 # copy_extensions = copy
|
D | openssl-vms.cnf | 105 # copy_extensions = copy
|
D | x509.c | 747 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
|
D | req.c | 831 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
|
D | ca.c | 1754 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 1207 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
|
/third_party/openssl/ |
D | CHANGES.md | 1587 * Added the `-copy_extensions` option to the `x509` command for use with 1593 * Added the `-copy_extensions` option to the `req` command for use with 13315 * Add a 'copy_extensions' option to the 'ca' utility. This copies
|