OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
a_gentm.c File Reference
#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_GENERALIZEDTIMEASN1_GENERALIZEDTIME_set (ASN1_GENERALIZEDTIME *s, time_t t)
 
ASN1_GENERALIZEDTIMEASN1_GENERALIZEDTIME_adj (ASN1_GENERALIZEDTIME *s, time_t t, int offset_day, long offset_sec)
 

Function Documentation

ASN1_GENERALIZEDTIME* ASN1_GENERALIZEDTIME_adj ( ASN1_GENERALIZEDTIME s,
time_t  t,
int  offset_day,
long  offset_sec 
)

Definition at line 217 of file a_gentm.c.

int ASN1_GENERALIZEDTIME_check ( ASN1_GENERALIZEDTIME d)

Definition at line 118 of file a_gentm.c.

ASN1_GENERALIZEDTIME* ASN1_GENERALIZEDTIME_set ( ASN1_GENERALIZEDTIME s,
time_t  t 
)

Definition at line 211 of file a_gentm.c.

int ASN1_GENERALIZEDTIME_set_string ( ASN1_GENERALIZEDTIME s,
const char *  str 
)

Definition at line 189 of file a_gentm.c.