Searched refs:clrext (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/apps/ |
D | x509.c | 36 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/ |
D | x509.pod | 61 [B<-clrext>] 364 the B<-clrext> option is supplied; this includes, for example, any existing 381 =item B<-clrext>
|
/third_party/openssl/ |
D | CHANGES | 11008 to '-clrext' (= clear extensions), as intended and documented.
|