ASN1_UTCTIME
ASN1_UTCTIME_check(const ASN1_UTCTIME *d)
ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str)
ASN1_UTCTIME *
ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t)
ASN1_UTCTIME *
ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, int offset_day, long offset_sec)
ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
ASN1_UTCTIME * utctime;
int ASN1_UTCTIME_check(const ASN1_UTCTIME *a);
ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t);
ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t,
int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str);
int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
ASN1_UTCTIME *ASN1_UTCTIME_new(void);
void ASN1_UTCTIME_free(ASN1_UTCTIME *a);
ASN1_UTCTIME *d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, const unsigned char **in, long len);
int i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **out);
int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
ASN1_UTCTIME *
d2i_ASN1_UTCTIME(ASN1_UTCTIME **a, const unsigned char **in, long len)
return (ASN1_UTCTIME *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **out)
ASN1_UTCTIME *
return (ASN1_UTCTIME *)ASN1_item_new(&ASN1_UTCTIME_it);
ASN1_UTCTIME_free(ASN1_UTCTIME *a)
ASN1_UTCTIME *ut = NULL;
int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t);
ASN1_UTCTIME *ut = NULL;
ASN1_UTCTIME *ut = NULL;
ASN1_UTCTIME *ut;
ASN1_UTCTIME *tm;
ASN1_UTCTIME *tm = NULL;
ASN1_UTCTIME *a_tm = NULL;
ASN1_UTCTIME *revtm = NULL;