Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H 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()
H A Dtasn_typ.c37 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTCTIME)
H A Dasn1_local.h18 int ossl_asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
H A Dasn1_item_list.h41 ASN1_ITEM_ref(ASN1_UTCTIME),
/openssl/doc/man3/
H 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/include/openssl/
H A Dtypes.h46 # define ASN1_UTCTIME ASN1_STRING macro
67 typedef struct asn1_string_st ASN1_UTCTIME; typedef
H A Dasn1.h.in493 ASN1_UTCTIME *utctime;
618 int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
619 ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
620 ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
622 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
623 int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
668 DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME)
673 DECLARE_ASN1_DUP_FUNCTION(ASN1_UTCTIME)
809 int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
/openssl/fuzz/
H A Dasn1.c73 ASN1_ITEM_ref(ASN1_UTCTIME),
/openssl/util/
H A Dindent.pro76 -T ASN1_UTCTIME
/openssl/apps/
H A Dca.c2374 ASN1_UTCTIME *revtm = NULL; in make_revocation_str()
/openssl/
H A DCHANGES.md15646 * Various fixes to use ASN1_TIME instead of ASN1_UTCTIME.

Completed in 76 milliseconds