#include <stdio.h>
#include <time.h>
#include "cryptlib.h"
#include "o_time.h"
#include <openssl/asn1.h>
Go to the source code of this file.
Functions | |
int | ASN1_GENERALIZEDTIME_check (ASN1_GENERALIZEDTIME *d) |
int | ASN1_GENERALIZEDTIME_set_string (ASN1_GENERALIZEDTIME *s, const char *str) |
ASN1_GENERALIZEDTIME * | ASN1_GENERALIZEDTIME_set (ASN1_GENERALIZEDTIME *s, time_t t) |
ASN1_GENERALIZEDTIME * | ASN1_GENERALIZEDTIME_adj (ASN1_GENERALIZEDTIME *s, time_t t, int offset_day, long offset_sec) |
ASN1_GENERALIZEDTIME* ASN1_GENERALIZEDTIME_adj | ( | ASN1_GENERALIZEDTIME * | s, |
time_t | t, | ||
int | offset_day, | ||
long | offset_sec | ||
) |
int ASN1_GENERALIZEDTIME_check | ( | ASN1_GENERALIZEDTIME * | d | ) |
ASN1_GENERALIZEDTIME* ASN1_GENERALIZEDTIME_set | ( | ASN1_GENERALIZEDTIME * | s, |
time_t | t | ||
) |
int ASN1_GENERALIZEDTIME_set_string | ( | ASN1_GENERALIZEDTIME * | s, |
const char * | str | ||
) |