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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c147 " -clrext - delete extensions before signing and input certificate\n",
160 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
165 int create, int days, int clrext, CONF *conf,
203 int trustout = 0, clrtrust = 0, clrreject = 0, aliasout = 0, clrext = 0; local
473 else if (strcmp(*argv, "-clrext") == 0)
474 clrext = 1;
478 BIO_printf(bio_err, "use -clrext instead of -crlext\n");
479 clrext = 1;
921 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect))
936 CAserial, CA_createserial, days, clrext,
1095 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
1213 sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, CONF *conf, char *section) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c147 " -clrext - delete extensions before signing and input certificate\n",
160 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
165 int create, int days, int clrext, CONF *conf,
203 int trustout = 0, clrtrust = 0, clrreject = 0, aliasout = 0, clrext = 0; local
473 else if (strcmp(*argv, "-clrext") == 0)
474 clrext = 1;
478 BIO_printf(bio_err, "use -clrext instead of -crlext\n");
479 clrext = 1;
921 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect))
936 CAserial, CA_createserial, days, clrext,
1095 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
1213 sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, CONF *conf, char *section) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c140 " -clrext - delete extensions before signing and input certificate\n",
150 static int sign (X509 *x, EVP_PKEY *pkey,int days,int clrext, const EVP_MD *digest,
154 int create,int days, int clrext, CONF *conf, char *section,
182 int trustout=0,clrtrust=0,clrreject=0,aliasout=0,clrext=0; local
433 else if (strcmp(*argv,"-clrext") == 0)
434 clrext = 1;
438 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
439 clrext = 1;
925 if (!sign(x,Upkey,days,clrext,digest,
950 CApkey, CAserial,CA_createserial,days, clrext,
1120 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
1222 sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, CONF *conf, char *section) argument
[all...]

Completed in 62 milliseconds