Searched refs:enddate (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ntp/scripts/
H A Dsummary.in26 $enddate, $peer_dist_limit);
41 $enddate = $opts->{'end-date'};
42 if (!$enddate){
43 $enddate = `date -u +%Y%m%d`;
44 chomp $enddate;
45 --$enddate;
56 die "$enddate: invalid end date"
57 unless ($enddate =~ m/.*$log_date_pattern$/);
66 print STDERR "Creating summaries from $statsdir ($startdate to $enddate)\n";
83 if ($date ge $startdate && $date le $enddate) {
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dca.c96 const char *enddate,
105 const char *enddate, long days, int batch, const char *ext_sect,
114 const char *enddate, long days, const char *ext_sect, CONF *conf,
121 int email_dn, const char *startdate, const char *enddate, long days,
169 {"enddate", OPT_ENDDATE, 's',
247 char *prog, *startdate = NULL, *enddate = NULL; local
314 enddate = opt_arg();
819 if (enddate == NULL) {
820 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE);
821 if (enddate
1263 certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1332 certify_cert(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
1385 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, int verbose, X509_REQ *req, const char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1911 certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
H A Dx509.c85 {"enddate", OPT_ENDDATE, '-', "Set notAfter field"},
181 int enddate = 0; local
378 enddate = ++num;
428 enddate = ++num;
767 } else if (enddate == i) {
H A Dapps.h88 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
H A Dapps.c2753 int set_cert_times(X509 *x, const char *startdate, const char *enddate, argument
2763 if (enddate == NULL) {
2767 } else if (!ASN1_TIME_set_string_X509(X509_getm_notAfter(x), enddate)) {

Completed in 108 milliseconds