Searched refs:copy_extensions (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/crypto/openssl/apps/include/ |
| HD | apps.h | 109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
| /freebsd-head/crypto/openssl/doc/man1/ |
| HD | 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>
|
| HD | 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>
|
| HD | openssl-x509.pod.in | 17 [B<-copy_extensions> I<arg>] 144 =item B<-copy_extensions> I<arg>
|
| /freebsd-head/crypto/openssl/apps/ |
| HD | openssl.cnf | 106 # copy_extensions = copy
|
| HD | openssl-vms.cnf | 105 # copy_extensions = copy
|
| HD | x509.c | 747 } else if (!copy_extensions(x, req, ext_copy)) { in x509_main()
|
| HD | req.c | 835 } else if (!copy_extensions(new_x509, req, ext_copy)) { in req_main()
|
| HD | ca.c | 1774 if (!copy_extensions(ret, req, ext_copy)) { in do_body()
|
| /freebsd-head/crypto/openssl/apps/lib/ |
| HD | apps.c | 1210 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() function
|
| /freebsd-head/crypto/openssl/ |
| HD | CHANGES.md | 1987 * 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
|