| /src/external/bsd/unbound/dist/contrib/ |
| create_unbound_ad_servers.cmd | 12 set list_addr="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate%5Bday%5D=&startdate%5Bmonth%5D=&startdate%5Byear%5D="
|
| /src/external/bsd/ntp/dist/scripts/ |
| summary.in | 26 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) {
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ca.c | 98 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, 201 {"startdate", OPT_STARTDATE, 's', "Cert notBefore, YYMMDDHHMMSSZ"}, 285 char *prog, *startdate = NULL, *enddate = NULL; local 358 startdate = opt_arg(); 898 if (startdate == NULL) { 899 startdate = NCONF_get_string(conf, section, ENV_DEFAULT_STARTDATE); 900 if (startdate == NULL [all...] |
| x509.c | 95 {"startdate", OPT_STARTDATE, '-', "Print the notBefore field"}, 289 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; local 509 startdate = ++num; 561 startdate = ++num; 989 } else if (i == startdate) {
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ca.c | 95 int multirdn, int email_dn, const char *startdate, 104 int multirdn, int email_dn, const char *startdate, 113 int multirdn, int email_dn, const char *startdate, 121 int email_dn, const char *startdate, const char *enddate, long days, 168 {"startdate", OPT_STARTDATE, 's', "Cert notBefore, YYMMDDHHMMSSZ"}, 247 char *prog, *startdate = NULL, *enddate = NULL; local 311 startdate = opt_arg(); 806 if (startdate == NULL) { 807 startdate = NCONF_get_string(conf, section, ENV_DEFAULT_STARTDATE); 808 if (startdate == NULL [all...] |
| x509.c | 84 {"startdate", OPT_STARTDATE, '-', "Set notBefore field"}, 180 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; local 375 startdate = ++num; 427 startdate = ++num; 765 } else if (startdate == i) {
|
| apps.h | 88 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
|
| apps.c | 2770 int set_cert_times(X509 *x, const char *startdate, const char *enddate, 2773 if (startdate == NULL || strcmp(startdate, "today") == 0) { 2777 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate))
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 25-test_verify_store.t | 97 qw(-subject -issuer -startdate -enddate -noout),
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 25-test_verify_store.t | 97 qw(-subject -issuer -startdate -enddate -noout),
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ca.c | 100 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, 249 { "startdate", OPT_STARTDATE, 's', 251 { "not_before", OPT_NOT_BEFORE, 's', "An alias for -startdate" }, 336 char *prog, *startdate = NULL, *enddate = NULL; local 413 startdate = opt_arg(); 923 if (startdate == NULL) 924 startdate = app_conf_try_string(conf, section, ENV_DEFAULT_STARTDATE) [all...] |
| x509.c | 155 { "startdate", OPT_STARTDATE, '-', "Print the notBefore field" }, 355 int text = 0, serial = 0, subject = 0, issuer = 0, startdate = 0, ext = 0; local 587 startdate = ++num; 639 startdate = ++num; 1088 } else if (i == startdate) {
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| apps.h | 87 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| apps.h | 82 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| apps.c | 3208 int set_cert_times(X509 *x, const char *startdate, const char *enddate, 3211 if (startdate == NULL || strcmp(startdate, "today") == 0) { 3215 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate))
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| apps.c | 3299 int set_cert_times(X509 *x, const char *startdate, const char *enddate, 3302 if (!check_cert_time_string(startdate, "start date")) 3306 if (startdate == NULL || strcmp(startdate, "today") == 0) { 3312 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate)) {
|