| /src/crypto/external/apache2/openssl/dist/test/ocsp-tests/ |
| mk-ocsp-cert-chain.sh | 54 -copy_extensions copyall \ 83 -copy_extensions copyall \
|
| /src/external/mpl/bind/dist/bin/tests/system/doth/CA/ |
| CA.cfg | 87 copy_extensions = copy # copy extensions from request
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| apps.h | 117 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| apps.h | 109 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| apps.h | 458 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
| apps.c | 1085 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) function
|
| ca.c | 74 #define ENV_EXTCOPY "copy_extensions" 1684 if (!copy_extensions(ret, req, ext_copy)) {
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| x509.c | 70 {"copy_extensions", OPT_COPY_EXTENSIONS, 's', 723 BIO_printf(bio_err, "Warning: ignoring -copy_extensions since neither -x509toreq nor -req is given\n"); 745 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); 747 } else if (!copy_extensions(x, req, ext_copy)) { 858 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n");
|
| req.c | 131 {"copy_extensions", OPT_COPY_EXTENSIONS, 's', 491 BIO_printf(bio_err, "Ignoring -copy_extensions 'none' when -x509 is not given\n"); 834 BIO_printf(bio_err, "Warning: No -copy_extensions given; ignoring any extensions in the request\n"); 835 } else if (!copy_extensions(new_x509, req, ext_copy)) {
|
| ca.c | 74 #define ENV_EXTCOPY "copy_extensions" 1774 if (!copy_extensions(ret, req, ext_copy)) {
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| req.c | 178 { "copy_extensions", OPT_COPY_EXTENSIONS, 's', 561 BIO_printf(bio_err, "Warning: Ignoring -copy_extensions 'none' when -x509 is not given\n"); 877 BIO_printf(bio_err, "Warning: No -copy_extensions given; ignoring any extensions in the request\n"); 878 } else if (!copy_extensions(new_x509, req, ext_copy)) {
|
| x509.c | 129 { "copy_extensions", OPT_COPY_EXTENSIONS, 's', 815 BIO_printf(bio_err, "Warning: ignoring -copy_extensions since neither -x509toreq nor -req is given\n"); 837 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n"); 839 } else if (!copy_extensions(x, req, ext_copy)) { 957 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n");
|
| ca.c | 76 #define ENV_EXTCOPY "copy_extensions" 1779 if (!copy_extensions(ret, req, ext_copy)) {
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| apps.c | 1210 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) function
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| apps.c | 1227 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) function
|