#include <openssl/asn1.h>
#include <string.h>
#include <time.h>
#include <openssl/asn1t.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
ASN1_TIME * | ASN1_TIME_adj (ASN1_TIME *s, time_t t, int offset_day, long offset_sec) |
int | ASN1_TIME_check (const ASN1_TIME *t) |
int | ASN1_TIME_diff (int *out_days, int *out_seconds, const ASN1_TIME *from, const ASN1_TIME *to) |
int | ASN1_TIME_set_string (ASN1_TIME *s, const char *str) |
ASN1_GENERALIZEDTIME * | ASN1_TIME_to_generalizedtime (const ASN1_TIME *t, ASN1_GENERALIZEDTIME **out) |
static int | asn1_time_to_tm (struct tm *tm, const ASN1_TIME *t) |
IMPLEMENT_ASN1_FUNCTIONS_const (ASN1_TIME) | |
ASN1_GENERALIZEDTIME* ASN1_TIME_to_generalizedtime | ( | const ASN1_TIME * | t, |
ASN1_GENERALIZEDTIME ** | out | ||
) |