Home
last modified time | relevance | path

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

/openssl/dev/release-aux/
H A Drelease-state-fn.sh47 local today="$(date '+%-d %b %Y')"
79 RELEASE_DATE="$today"
102 RELEASE_DATE="$today"
129 RELEASE_DATE="$today"
167 RELEASE_DATE="$today"
/openssl/test/recipes/
H A D25-test_x509.t447 my %today = (strftime("%Y-%m-%d", gmtime) => 1);
455 && ++$today{strftime("%Y-%m-%d", gmtime)}
456 && (grep { defined $today{$_} } get_not_after_date($b_cert)));
467 %today = (strftime("%Y-%m-%d", gmtime) => 1);
474 && ++$today{strftime("%Y-%m-%d", gmtime)}
475 && (grep { defined $today{$_} } get_not_before_date($b_cert))
484 %today = (strftime("%Y-%m-%d", gmtime) => 1);
489 && ++$today{strftime("%Y-%m-%d", gmtime)}
490 && (grep { defined $today{$_} } get_not_before_date($b_cert))
H A D25-test_req.t615 my %today = (strftime("%Y-%m-%d", gmtime) => 1);
623 && ++$today{strftime("%Y-%m-%d", gmtime)}
624 && (grep { defined $today{$_} } get_not_before_date($cert))
625 && (grep { defined $today{$_} } get_not_after_date($cert)), "explicit start and end dates");
/openssl/doc/designs/
H A Dfetching-composite-algorithms.md137 ### What we have today
151 Another example, which we could implement in our providers today, would be
170 ### What we don't have today
H A Dpassing-algorithmidentifier-parameters.md153 Quite a lot of the available examples today revolve around CMS, with a
/openssl/doc/man1/
H A Dopenssl-ca.pod.in238 Alternatively, you can also use "today".
246 Alternatively, you can also use "today".
252 The number of days from today to certify the certificate for.
255 today.
517 The same as the B<-days> option. The number of days from today to certify
H A Dopenssl-req.pod.in339 Alternatively, you can also use "today".
348 Alternatively, you can also use "today".
354 When B<-x509> is in use this specifies the number of days from today to
359 today.
H A Dopenssl-x509.pod.in389 Alternatively, you can also use "today".
399 Alternatively, you can also use "today".
406 Specifies the number of days from today until a newly generated certificate expires.
/openssl/doc/designs/ddd/
H A DREADME.md9 uses the APIs which exist today, as this determines the ways in which those

Completed in 24 milliseconds