OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_before
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/wpa/dist/src/tls/
x509v3.h
60
os_time_t
not_before
;
member in struct:x509_certificate
x509v3.c
720
&cert->
not_before
) < 0) {
739
(unsigned long) cert->
not_before
,
2163
(unsigned long) cert->
not_before
||
2167
"(now=%lu
not_before
=%lu not_after=%lu)",
2168
now.sec, cert->
not_before
, cert->not_after);
/src/crypto/external/apache2/openssl/dist/apps/
req.c
172
{ "
not_before
", OPT_NOT_BEFORE, 's',
308
char *
not_before
= NULL, *not_after = NULL;
local
472
not_before
= opt_arg();
556
if (
not_before
!= NULL)
557
BIO_printf(bio_err, "Warning: Ignoring -
not_before
without -x509; not generating a certificate\n");
869
if (!set_cert_times(new_x509,
not_before
, not_after, days, 1))
x509.c
196
{ "
not_before
", OPT_NOT_BEFORE, 's',
344
char *prog, *
not_before
= NULL, *not_after = NULL;
local
442
not_before
= opt_arg();
683
if (preserve_dates &&
not_before
!= NULL) {
684
BIO_printf(bio_err, "Cannot use -preserve_dates with -
not_before
option\n");
917
if (!preserve_dates && !set_cert_times(x,
not_before
, not_after, days, 1))
/src/external/bsd/wpa/dist/src/crypto/
crypto_openssl.c
4444
const ASN1_TIME *
not_before
, *not_after;
local
4456
not_before
= X509_get0_notBefore(x509);
4458
if (!
not_before
|| !not_after)
4460
res_before = X509_cmp_current_time(
not_before
);
Completed in 25 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026