Symbol: ASN1_TIME
crypto/openssl/apps/ca.c
1500
const ASN1_TIME *tm;
crypto/openssl/apps/ca.c
2137
const ASN1_TIME *tm = NULL;
crypto/openssl/apps/ca.c
2309
ASN1_TIME *a_tm = NULL;
crypto/openssl/apps/ca.c
2328
ASN1_TIME *exp_date = NULL;
crypto/openssl/apps/ca.c
2483
ASN1_TIME *revDate = NULL;
crypto/openssl/apps/ca.c
2567
int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold,
crypto/openssl/apps/include/apps.h
199
int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold,
crypto/openssl/apps/lib/apps.c
3347
ASN1_TIME *tm = ASN1_TIME_new();
crypto/openssl/apps/lib/apps.c
3373
ASN1_TIME *tm = ASN1_TIME_new();
crypto/openssl/apps/lib/cmp_mock_srv.c
465
ASN1_TIME *thisupd = NULL;
crypto/openssl/apps/ocsp.c
1082
ASN1_TIME *thisupd = NULL, *nextupd = NULL;
crypto/openssl/apps/ocsp.c
1166
ASN1_TIME *revtm = NULL;
crypto/openssl/crypto/asn1/a_time.c
25
IMPLEMENT_ASN1_MSTRING(ASN1_TIME, B_ASN1_TIME)
crypto/openssl/crypto/asn1/a_time.c
265
ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type)
crypto/openssl/crypto/asn1/a_time.c
268
ASN1_TIME *tmps = NULL;
crypto/openssl/crypto/asn1/a_time.c
27
IMPLEMENT_ASN1_FUNCTIONS(ASN1_TIME)
crypto/openssl/crypto/asn1/a_time.c
28
IMPLEMENT_ASN1_DUP_FUNCTION(ASN1_TIME)
crypto/openssl/crypto/asn1/a_time.c
323
ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t)
crypto/openssl/crypto/asn1/a_time.c
328
ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
crypto/openssl/crypto/asn1/a_time.c
346
int ASN1_TIME_check(const ASN1_TIME *t)
crypto/openssl/crypto/asn1/a_time.c
356
ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
crypto/openssl/crypto/asn1/a_time.c
376
int ASN1_TIME_set_string(ASN1_TIME *s, const char *str)
crypto/openssl/crypto/asn1/a_time.c
384
int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str)
crypto/openssl/crypto/asn1/a_time.c
386
ASN1_TIME t;
crypto/openssl/crypto/asn1/a_time.c
443
int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm)
crypto/openssl/crypto/asn1/a_time.c
459
const ASN1_TIME *from, const ASN1_TIME *to)
crypto/openssl/crypto/asn1/a_time.c
476
int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm)
crypto/openssl/crypto/asn1/a_time.c
482
int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags)
crypto/openssl/crypto/asn1/a_time.c
489
int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags)
crypto/openssl/crypto/asn1/a_time.c
549
int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t)
crypto/openssl/crypto/asn1/a_time.c
570
int ASN1_TIME_normalize(ASN1_TIME *t)
crypto/openssl/crypto/asn1/a_time.c
580
int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b)
crypto/openssl/crypto/asn1/a_time.c
76
int ossl_asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d)
crypto/openssl/crypto/asn1/asn1_item_list.h
39
ASN1_ITEM_ref(ASN1_TIME),
crypto/openssl/crypto/asn1/asn1_local.h
17
int ossl_asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d);
crypto/openssl/crypto/asn1/asn1_local.h
93
ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type);
crypto/openssl/crypto/asn1/x_val.c
16
ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
crypto/openssl/crypto/asn1/x_val.c
17
ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
crypto/openssl/crypto/cmp/cmp_asn.c
168
ASN1_OPT(OSSL_CMP_CRLSTATUS, thisUpdate, ASN1_TIME)
crypto/openssl/crypto/cmp/cmp_asn.c
617
const ASN1_TIME *thisUpdate)
crypto/openssl/crypto/cmp/cmp_asn.c
691
const ASN1_TIME *last = crl == NULL ? NULL : X509_CRL_get0_lastUpdate(crl);
crypto/openssl/crypto/cmp/cmp_asn.c
757
ASN1_TIME **thisUpdate)
crypto/openssl/crypto/cmp/cmp_local.h
240
ASN1_TIME *thisUpdate;
crypto/openssl/crypto/cmp/cmp_msg.c
342
ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0);
crypto/openssl/crypto/cmp/cmp_msg.c
343
ASN1_TIME *notAfter = ASN1_TIME_adj(NULL, now, ctx->days, 0);
crypto/openssl/crypto/cms/cms_sd.c
579
static int cms_add1_signingTime(CMS_SignerInfo *si, ASN1_TIME *t)
crypto/openssl/crypto/cms/cms_sd.c
581
ASN1_TIME *tt;
crypto/openssl/crypto/crmf/crmf_asn.c
186
ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notBefore, ASN1_TIME, 0),
crypto/openssl/crypto/crmf/crmf_asn.c
187
ASN1_EXP_OPT(OSSL_CRMF_OPTIONALVALIDITY, notAfter, ASN1_TIME, 1)
crypto/openssl/crypto/crmf/crmf_lib.c
258
ASN1_TIME *notBefore, ASN1_TIME *notAfter)
crypto/openssl/crypto/crmf/crmf_local.h
308
/* 0 */ ASN1_TIME *notBefore;
crypto/openssl/crypto/crmf/crmf_local.h
309
/* 1 */ ASN1_TIME *notAfter;
crypto/openssl/crypto/ocsp/ocsp_srv.c
87
ASN1_TIME *revtime,
crypto/openssl/crypto/ocsp/ocsp_srv.c
88
ASN1_TIME *thisupd,
crypto/openssl/crypto/ocsp/ocsp_srv.c
89
ASN1_TIME *nextupd)
crypto/openssl/crypto/pkcs7/pk7_attr.c
107
int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t)
crypto/openssl/crypto/pkcs7/pk7_attr.c
109
ASN1_TIME *tmp = NULL;
crypto/openssl/crypto/x509/x509_set.c
132
const ASN1_TIME *X509_get0_notBefore(const X509 *x)
crypto/openssl/crypto/x509/x509_set.c
137
const ASN1_TIME *X509_get0_notAfter(const X509 *x)
crypto/openssl/crypto/x509/x509_set.c
142
ASN1_TIME *X509_getm_notBefore(const X509 *x)
crypto/openssl/crypto/x509/x509_set.c
147
ASN1_TIME *X509_getm_notAfter(const X509 *x)
crypto/openssl/crypto/x509/x509_set.c
73
int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509_set.c
75
ASN1_TIME *new;
crypto/openssl/crypto/x509/x509_set.c
89
int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509_set.c
97
int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509_vfy.c
2011
int X509_cmp_current_time(const ASN1_TIME *ctm)
crypto/openssl/crypto/x509/x509_vfy.c
2017
int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time)
crypto/openssl/crypto/x509/x509_vfy.c
2021
ASN1_TIME *asn1_cmp_time = NULL;
crypto/openssl/crypto/x509/x509_vfy.c
2092
const ASN1_TIME *start, const ASN1_TIME *end)
crypto/openssl/crypto/x509/x509_vfy.c
2112
ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj)
crypto/openssl/crypto/x509/x509_vfy.c
2117
ASN1_TIME *X509_time_adj(ASN1_TIME *s, long offset_sec, time_t *in_tm)
crypto/openssl/crypto/x509/x509_vfy.c
2122
ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
crypto/openssl/crypto/x509/x509cset.c
102
ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
107
ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
142
const ASN1_TIME *X509_REVOKED_get0_revocationDate(const X509_REVOKED *x)
crypto/openssl/crypto/x509/x509cset.c
147
int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509cset.c
43
int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509cset.c
50
int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm)
crypto/openssl/crypto/x509/x509cset.c
91
const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl)
crypto/openssl/crypto/x509/x509cset.c
96
const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl)
crypto/openssl/crypto/x509/x_crl.c
24
ASN1_SIMPLE(X509_REVOKED, revocationDate, ASN1_TIME),
crypto/openssl/crypto/x509/x_crl.c
70
ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
crypto/openssl/crypto/x509/x_crl.c
71
ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
crypto/openssl/fuzz/asn1.c
72
ASN1_ITEM_ref(ASN1_TIME),
crypto/openssl/include/crypto/asn1.h
143
int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags);
crypto/openssl/include/crypto/x509.h
132
ASN1_TIME *revocationDate; /* revocation date */
crypto/openssl/include/crypto/x509.h
313
int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm);
crypto/openssl/include/crypto/x509.h
93
ASN1_TIME *lastUpdate; /* lastUpdate field */
crypto/openssl/include/crypto/x509.h
94
ASN1_TIME *nextUpdate; /* nextUpdate field: optional */
crypto/openssl/include/openssl/asn1.h
742
const ASN1_TIME *from, const ASN1_TIME *to);
crypto/openssl/include/openssl/asn1.h
830
DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
crypto/openssl/include/openssl/asn1.h
832
DECLARE_ASN1_DUP_FUNCTION(ASN1_TIME)
crypto/openssl/include/openssl/asn1.h
838
ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
crypto/openssl/include/openssl/asn1.h
839
ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
crypto/openssl/include/openssl/asn1.h
841
int ASN1_TIME_check(const ASN1_TIME *t);
crypto/openssl/include/openssl/asn1.h
842
ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
crypto/openssl/include/openssl/asn1.h
844
int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
crypto/openssl/include/openssl/asn1.h
845
int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str);
crypto/openssl/include/openssl/asn1.h
846
int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm);
crypto/openssl/include/openssl/asn1.h
847
int ASN1_TIME_normalize(ASN1_TIME *s);
crypto/openssl/include/openssl/asn1.h
848
int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
crypto/openssl/include/openssl/asn1.h
849
int ASN1_TIME_compare(const ASN1_TIME *a, const ASN1_TIME *b);
crypto/openssl/include/openssl/asn1.h
970
int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm);
crypto/openssl/include/openssl/asn1.h
971
int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags);
crypto/openssl/include/openssl/cmp.h
460
const ASN1_TIME *thisUpdate);
crypto/openssl/include/openssl/cmp.h
463
ASN1_TIME **thisUpdate);
crypto/openssl/include/openssl/crmf.h
225
ASN1_TIME *notBefore, ASN1_TIME *notAfter);
crypto/openssl/include/openssl/ocsp.h
378
ASN1_TIME *revtime,
crypto/openssl/include/openssl/ocsp.h
379
ASN1_TIME *thisupd,
crypto/openssl/include/openssl/ocsp.h
380
ASN1_TIME *nextupd);
crypto/openssl/include/openssl/pkcs7.h
422
int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
crypto/openssl/include/openssl/x509.h
199
ASN1_TIME *notBefore;
crypto/openssl/include/openssl/x509.h
200
ASN1_TIME *notAfter;
crypto/openssl/include/openssl/x509.h
692
int X509_cmp_time(const ASN1_TIME *s, time_t *t);
crypto/openssl/include/openssl/x509.h
693
int X509_cmp_current_time(const ASN1_TIME *s);
crypto/openssl/include/openssl/x509.h
695
const ASN1_TIME *start, const ASN1_TIME *end);
crypto/openssl/include/openssl/x509.h
696
ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
crypto/openssl/include/openssl/x509.h
697
ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s,
crypto/openssl/include/openssl/x509.h
699
ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj);
crypto/openssl/include/openssl/x509.h
858
const ASN1_TIME *X509_get0_notBefore(const X509 *x);
crypto/openssl/include/openssl/x509.h
859
ASN1_TIME *X509_getm_notBefore(const X509 *x);
crypto/openssl/include/openssl/x509.h
860
int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm);
crypto/openssl/include/openssl/x509.h
861
const ASN1_TIME *X509_get0_notAfter(const X509 *x);
crypto/openssl/include/openssl/x509.h
862
ASN1_TIME *X509_getm_notAfter(const X509 *x);
crypto/openssl/include/openssl/x509.h
863
int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm);
crypto/openssl/include/openssl/x509.h
934
int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/openssl/include/openssl/x509.h
935
int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
crypto/openssl/include/openssl/x509.h
945
const ASN1_TIME *X509_CRL_get0_lastUpdate(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
946
const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
948
OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_lastUpdate(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
949
OSSL_DEPRECATEDIN_1_1_0 ASN1_TIME *X509_CRL_get_nextUpdate(X509_CRL *crl);
crypto/openssl/include/openssl/x509.h
961
const ASN1_TIME *X509_REVOKED_get0_revocationDate(const X509_REVOKED *x);
crypto/openssl/include/openssl/x509.h
962
int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm);
crypto/openssl/include/openssl/x509_acert.h
66
const ASN1_TIME *X509_ACERT_get0_notBefore(const X509_ACERT *x);
crypto/openssl/include/openssl/x509_acert.h
67
const ASN1_TIME *X509_ACERT_get0_notAfter(const X509_ACERT *x);
crypto/openssl/test/asn1_time_test.c
609
static ASN1_TIME gtime = {
crypto/openssl/test/asn1_time_test.c
620
ASN1_TIME atime;
crypto/openssl/test/asn1_time_test.c
621
ASN1_TIME *ptime;
crypto/openssl/test/asn1_time_test.c
784
ASN1_TIME t1;
crypto/openssl/test/asn1_time_test.c
785
ASN1_TIME t2;
crypto/openssl/test/asn1_time_test.c
831
ASN1_TIME *asn1_time = NULL;
crypto/openssl/test/asn1_time_test.c
832
ASN1_TIME *asn1_time_dup = NULL;
crypto/openssl/test/asn1_time_test.c
833
ASN1_TIME *asn1_gentime = NULL;
crypto/openssl/test/asn1_time_test.c
912
ASN1_TIME *at;
crypto/openssl/test/ocspapitest.c
75
ASN1_TIME *thisupd = ASN1_TIME_set(NULL, time(NULL));
crypto/openssl/test/ocspapitest.c
76
ASN1_TIME *nextupd = ASN1_TIME_set(NULL, time(NULL) + 200);
crypto/openssl/test/testutil/helper.c
28
ASN1_TIME *timestamp_asn1 = NULL;
crypto/openssl/test/testutil/tests.c
445
static const char *print_time(const ASN1_TIME *t)
crypto/openssl/test/testutil/tests.c
455
ASN1_TIME *at1 = ASN1_TIME_set(NULL, t1); \
crypto/openssl/test/testutil/tests.c
456
ASN1_TIME *at2 = ASN1_TIME_set(NULL, t2); \
crypto/openssl/test/time_offset_test.c
59
static ASN1_TIME the_asn1_time = {
crypto/openssl/test/time_offset_test.c
68
ASN1_TIME at;
crypto/openssl/test/x509_time_test.c
407
ASN1_TIME t;
crypto/openssl/test/x509_time_test.c
429
ASN1_TIME *asn1_before = NULL, *asn1_after = NULL;
crypto/openssl/test/x509_time_test.c
450
ASN1_TIME *asn1_before,
crypto/openssl/test/x509_time_test.c
451
ASN1_TIME *asn1_mid,
crypto/openssl/test/x509_time_test.c
452
ASN1_TIME *asn1_after)
crypto/openssl/test/x509_time_test.c
474
ASN1_TIME *asn1_mid = ASN1_TIME_adj(NULL, now, 0, 0);
crypto/openssl/test/x509_time_test.c
476
ASN1_TIME *asn1_before = ASN1_TIME_adj(NULL, now, -1, 0);
crypto/openssl/test/x509_time_test.c
477
ASN1_TIME *asn1_after = ASN1_TIME_adj(NULL, now, 1, 0);
crypto/openssl/test/x509_time_test.c
503
ASN1_TIME *t = NULL;
crypto/openssl/test/x509_time_test.c
610
ASN1_TIME *a = NULL;
crypto/openssl/test/x509_time_test.c
634
ASN1_TIME asn1;
crypto/openssl/test/x509_time_test.c
661
ASN1_TIME asn1;