Searched refs:clrext (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c36 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
42 int create, int days, int clrext, CONF *conf,
100 {"clrext", OPT_CLREXT, '-', "Clear all certificate extensions"},
179 int ret = 1, i, num = 0, badsig = 0, clrext = 0, nocert = 0; local
406 clrext = 1;
804 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect, preserve_dates))
817 CAserial, CA_createserial, days, clrext,
956 int days, int clrext, CONF *conf, const char *section,
1004 if (clrext) {
1064 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, argument
952 x509_certify(X509_STORE *ctx, const char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, const char *serialfile, int create, int days, int clrext, CONF *conf, const char *section, ASN1_INTEGER *sno, int reqfile, int preserve_dates) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dx509.c143 {"clrext", OPT_CLREXT, '-',
288 int ret = 1, i, j, num = 0, badsig = 0, clrext = 0, nocert = 0; local
540 clrext = 1;
744 if (clrext && ext_copy != EXT_COPY_NONE) {
745 BIO_printf(bio_err, "Must not use -clrext together with -copy_extensions\n");
798 if (clrext && ext_names != NULL)
799 BIO_printf(bio_err, "Warning: Ignoring -ext since -clrext is given\n");
804 if (clrext || (ext_names != NULL && strstr(ext_names, sn) == NULL))
857 if (clrext && ext_copy != EXT_COPY_NONE) {
858 BIO_printf(bio_err, "Must not use -clrext togethe
[all...]

Completed in 219 milliseconds