Home
last modified time | relevance | path

Searched refs:startdate (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/scripts/
H A Dsummary.in26 my ($log_date_pattern, $statsdir, $outputdir, $skip_time_steps, $startdate,
41 $startdate = $opts->{'start-date'};
55 die "$startdate: invalid start date|$`|$&|$'"
56 unless ($startdate =~ m/.*$log_date_pattern$/);
67 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n";
84 if ($date ge $startdate && $date le $enddate) {
91 if ($date ge $startdate && $date le $enddate) {
98 if ($date ge $startdate && $date le $enddate) {
/freebsd/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd12 …rvers/serverlist.php?hostformat=nohtml&showintro=1&startdate%5Bday%5D=&startdate%5Bmonth%5D=&start…
/freebsd/crypto/openssl/apps/
H A Dca.c100 int multirdn, int email_dn, const char *startdate,
112 int multirdn, int email_dn, const char *startdate,
121 int multirdn, int email_dn, const char *startdate,
129 int email_dn, const char *startdate, const char *enddate, long days,
336 char *prog, *startdate = NULL, *enddate = NULL; in ca_main() local
413 startdate = opt_arg(); in ca_main()
923 if (startdate == NULL) in ca_main()
924 startdate = app_conf_try_string(conf, section, ENV_DEFAULT_STARTDATE); in ca_main()
975 email_dn, startdate, enddate, days, extensions, in ca_main()
996 startdate, enddate, days, batch, extensions, in ca_main()
[all …]
H A Dx509.c355 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; in x509_main() local
587 startdate = ++num; in x509_main()
639 startdate = ++num; in x509_main()
1088 } else if (i == startdate) { in x509_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h87 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ca.pod.in32 [B<-startdate> I<date>]
232 =item B<-startdate> I<date>, B<-not_before> I<date>
256 When used together with the option B<-not_after>/B<-startdate>, the explicit
522 The same as the B<-startdate> option. The start date to certify
833 certificate validity period (specified by any of B<-startdate>,
H A Dopenssl-x509.pod.in33 [B<-startdate>]
260 =item B<-startdate>
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3299 int set_cert_times(X509 *x, const char *startdate, const char *enddate, in set_cert_times() argument
3302 if (!check_cert_time_string(startdate, "start date")) in set_cert_times()
3306 if (startdate == NULL || strcmp(startdate, "today") == 0) { in set_cert_times()
3312 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate)) { in set_cert_times()
/freebsd/crypto/openssl/
H A DCHANGES.md829 `-startdate` and `-enddate` options.
19675 * Fix -startdate and -enddate (which was missing) arguments to 'ca'