#include <stdio.h>#include <time.h>#include "cryptlib.h"#include "o_time.h"#include <openssl/asn1t.h>Go to the source code of this file.
Functions | |
| ASN1_TIME * | ASN1_TIME_set (ASN1_TIME *s, time_t t) |
| ASN1_TIME * | ASN1_TIME_adj (ASN1_TIME *s, time_t t, int offset_day, long offset_sec) |
| int | ASN1_TIME_check (ASN1_TIME *t) |
| ASN1_GENERALIZEDTIME * | ASN1_TIME_to_generalizedtime (ASN1_TIME *t, ASN1_GENERALIZEDTIME **out) |
| int | ASN1_TIME_set_string (ASN1_TIME *s, const char *str) |
| int ASN1_TIME_set_string | ( | ASN1_TIME * | s, |
| const char * | str | ||
| ) |
| ASN1_GENERALIZEDTIME* ASN1_TIME_to_generalizedtime | ( | ASN1_TIME * | t, |
| ASN1_GENERALIZEDTIME ** | out | ||
| ) |
1.8.2