Home | History | Annotate | Download | only in apps

Lines Matching full:days

162 	int ex=1,x509=0,days=30;
365 else if (strcmp(*argv,"-days") == 0)
368 days= atoi(*(++argv));
369 if (days == 0) days=30;
440 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
850 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) goto end;