OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clrext
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
x509.c
147
" -
clrext
- delete extensions before signing and input certificate\n",
157
static int sign (X509 *x, EVP_PKEY *pkey,int days,int
clrext
, const EVP_MD *digest,
161
int create,int days, int
clrext
, CONF *conf, char *section,
193
int trustout=0,clrtrust=0,clrreject=0,aliasout=0,
clrext
=0;
local
454
else if (strcmp(*argv,"-
clrext
") == 0)
455
clrext
= 1;
459
BIO_printf(bio_err,"use -
clrext
instead of -crlext\n");
460
clrext
= 1;
956
if (!sign(x,Upkey,days,
clrext
,digest,
973
CApkey, CAserial,CA_createserial,days,
clrext
,
[
all
...]
Completed in 2985 milliseconds