Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dx509.c36 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
42 int create, int days, int clrext, CONF *conf,
179 int ret = 1, i, num = 0, badsig = 0, clrext = 0, nocert = 0; in x509_main() local
406 clrext = 1; in x509_main()
802 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect, preserve_dates)) in x509_main()
815 CAserial, CA_createserial, days, clrext, in x509_main()
950 int days, int clrext, CONF *conf, const char *section, in x509_certify() argument
998 if (clrext) { in x509_certify()
1058 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, in sign() argument
1069 if (clrext) { in sign()
/third_party/openssl/doc/man1/
Dx509.pod61 [B<-clrext>]
364 the B<-clrext> option is supplied; this includes, for example, any existing
381 =item B<-clrext>
/third_party/openssl/
DCHANGES11008 to '-clrext' (= clear extensions), as intended and documented.