OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notAfter
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.h
337
ComponentTime*
notAfter
; /* Time */
certificate.h
205
ComponentTime*
notAfter
; /* Time */
/src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_msg.c
343
ASN1_TIME *
notAfter
= ASN1_TIME_adj(NULL, now, ctx->days, 0);
346
||
notAfter
== NULL
347
|| !OSSL_CRMF_MSG_set0_validity(crm, notBefore,
notAfter
)) {
349
ASN1_TIME_free(
notAfter
);
/src/crypto/external/apache2/openssl/dist/crypto/crmf/
crmf_local.h
304
*
notAfter
[1] Time OPTIONAL -- at least one MUST be present
309
/* 1 */ ASN1_TIME *
notAfter
;
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
ca.c
61
time_t
notAfter
;
163
tbs->
notAfter
= t;
191
{ "
notAfter
", HX509_CA_TEMPLATE_NOTAFTER },
258
tbs->
notAfter
= hx509_cert_get_notAfter(cert);
1037
time_t
notAfter
;
1054
notAfter
= tbs->
notAfter
;
1055
if (
notAfter
== 0)
1056
notAfter
= time(NULL) + 3600 * 24 * 365;
1166
tbsc->validity.
notAfter
.element = choice_Time_generalTime
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_msg.c
313
ASN1_TIME *
notAfter
= ASN1_TIME_adj(NULL, now, ctx->days, 0);
316
||
notAfter
== NULL
317
|| !OSSL_CRMF_MSG_set0_validity(crm, notBefore,
notAfter
)) {
319
ASN1_TIME_free(
notAfter
);
/src/crypto/external/bsd/openssl/dist/crypto/crmf/
crmf_local.h
283
*
notAfter
[1] Time OPTIONAL -- at least one MUST be present
288
/* 1 */ ASN1_TIME *
notAfter
;
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509.h
68
ASN1_TIME *
notAfter
;
x509v3.h
110
ASN1_GENERALIZEDTIME *
notAfter
;
Completed in 47 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026