OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
a_time.c File Reference
#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_TIMEASN1_TIME_set (ASN1_TIME *s, time_t t)
 
ASN1_TIMEASN1_TIME_adj (ASN1_TIME *s, time_t t, int offset_day, long offset_sec)
 
int ASN1_TIME_check (ASN1_TIME *t)
 
ASN1_GENERALIZEDTIMEASN1_TIME_to_generalizedtime (ASN1_TIME *t, ASN1_GENERALIZEDTIME **out)
 
int ASN1_TIME_set_string (ASN1_TIME *s, const char *str)
 

Function Documentation

ASN1_TIME* ASN1_TIME_adj ( ASN1_TIME s,
time_t  t,
int  offset_day,
long  offset_sec 
)

Definition at line 106 of file a_time.c.

int ASN1_TIME_check ( ASN1_TIME t)

Definition at line 128 of file a_time.c.

ASN1_TIME* ASN1_TIME_set ( ASN1_TIME s,
time_t  t 
)

Definition at line 101 of file a_time.c.

int ASN1_TIME_set_string ( ASN1_TIME s,
const char *  str 
)

Definition at line 177 of file a_time.c.

ASN1_GENERALIZEDTIME* ASN1_TIME_to_generalizedtime ( ASN1_TIME t,
ASN1_GENERALIZEDTIME **  out 
)

Definition at line 138 of file a_time.c.