aboutsummaryrefslogtreecommitdiff
path: root/crypto/o_time.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson1-1/+150
2006-08-13Use gmtime on cygwinUlf Möller1-1/+1
2004-07-19Since version 7.0, The C RTL in VMS handles time in terms of UTCRichard Levitte1-5/+16
2003-06-12Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte1-1/+1
2003-03-13Return an error if gmtime returns NULL.Dr. Stephen Henson1-2/+4
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson1-1/+2
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte1-1/+1
2001-08-03Make sure memcpy() gets properly declared by including string.h.Richard Levitte1-0/+1
2001-07-05Use one address consistently.Richard Levitte1-1/+1
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte1-1/+1
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte1-0/+202