Home
last modified time | relevance | path

Searched refs:ASN1_UTCTIME (Results 1 – 11 of 11) sorted by relevance

/openssl-master/crypto/asn1/
A Da_utctm.c17 IMPLEMENT_ASN1_DUP_FUNCTION(ASN1_UTCTIME) in IMPLEMENT_ASN1_DUP_FUNCTION() argument
20 int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in IMPLEMENT_ASN1_DUP_FUNCTION()
28 int ASN1_UTCTIME_check(const ASN1_UTCTIME *d) in ASN1_UTCTIME_check()
34 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str) in ASN1_UTCTIME_set_string()
36 ASN1_UTCTIME t; in ASN1_UTCTIME_set_string()
52 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_set()
57 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, in ASN1_UTCTIME_adj()
75 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t) in ASN1_UTCTIME_cmp_time_t()
96 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
A Dtasn_typ.c37 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
A Dasn1_local.h16 int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
A Dasn1_item_list.h41 ASN1_ITEM_ref(ASN1_UTCTIME),
/openssl-master/doc/man3/
A DASN1_TIME_set.pod22 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
28 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
36 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
43 int ASN1_UTCTIME_check(const ASN1_UTCTIME *t);
48 int ASN1_UTCTIME_print(BIO *b, const ASN1_UTCTIME *s);
56 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
64 ASN1_UTCTIME *ASN1_UTCTIME_dup(const ASN1_UTCTIME *t);
96 B<ASN1_UTCTIME> into a time value that can be used in a certificate. It
162 B<ASN1_UTCTIME> is limited to a year range of 1950 through 2049.
172 B<ASN1_UTCTIME>, or vice versa, based on the resulting year.
[all …]
/openssl-master/include/openssl/
A Dtypes.h34 # define ASN1_UTCTIME ASN1_STRING macro
55 typedef struct asn1_string_st ASN1_UTCTIME; typedef
A Dasn1.h.in490 ASN1_UTCTIME *utctime;
615 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
616 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
617 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
619 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
620 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
665 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
670 DECLARE_ASN1_DUP_FUNCTION(ASN1_UTCTIME)
806 int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
/openssl-master/fuzz/
A Dasn1.c73 ASN1_ITEM_ref(ASN1_UTCTIME),
/openssl-master/util/
A Dindent.pro76 -T ASN1_UTCTIME
/openssl-master/apps/
A Dca.c2369 ASN1_UTCTIME *revtm = NULL; in make_revocation_str()
/openssl-master/
A DCHANGES.md15249 * Various fixes to use ASN1_TIME instead of ASN1_UTCTIME.

Completed in 35 milliseconds