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.c98 int multirdn, int email_dn, const char *startdate,
110 int multirdn, int email_dn, const char *startdate,
119 int multirdn, int email_dn, const char *startdate,
127 int email_dn, const char *startdate, const char *enddate, long days,
285 char *prog, *startdate = NULL, *enddate = NULL; in ca_main() local
358 startdate = opt_arg(); in ca_main()
898 if (startdate == NULL) { in ca_main()
899 startdate = NCONF_get_string(conf, section, ENV_DEFAULT_STARTDATE); in ca_main()
900 if (startdate == NULL) in ca_main()
903 if (startdate != NULL && !ASN1_TIME_set_string_X509(NULL, startdate)) { in ca_main()
[all …]
H A Dx509.c289 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; in x509_main() local
509 startdate = ++num; in x509_main()
561 startdate = ++num; in x509_main()
989 } else if (i == startdate) { in x509_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h82 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ca.pod.in31 [B<-startdate> I<date>]
218 =item B<-startdate> I<date>
500 The same as the B<-startdate> option. The start date to certify
811 certificate validity period (specified by any of B<-startdate>,
H A Dopenssl-x509.pod.in33 [B<-startdate>]
251 =item B<-startdate>
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3208 int set_cert_times(X509 *x, const char *startdate, const char *enddate, in set_cert_times() argument
3211 if (startdate == NULL || strcmp(startdate, "today") == 0) { in set_cert_times()
3215 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate)) in set_cert_times()
/freebsd/crypto/openssl/
H A DCHANGES.md18021 * Fix -startdate and -enddate (which was missing) arguments to 'ca'