aboutsummaryrefslogtreecommitdiff
path: root/crypto/o_time.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-05Fix typo in files in crypto folderXiaoyin Liu1-2/+2
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger1-0/+0
2017-03-01VMS: compensate for gmtime_r() parameter pointer sizeRichard Levitte1-1/+23
2017-02-28Code cleanup: remove the VMS specific reimplementation of gmtimeRichard Levitte1-188/+2
2017-02-14Remove obsolete commentGuido Vranken1-4/+0
2017-02-14Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, a...Guido Vranken1-1/+2
2016-08-04VSI submisson: make better use of item lists in o_time.cRichard Levitte1-18/+55
2016-05-17Copyright consolidation 09/10Rich Salz1-58/+5
2016-03-17Remove Netware and OS/2Rich Salz1-1/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-09-02Check OPENSSL_gmtime_diffRich Salz1-60/+0
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-24/+24
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-310/+311
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-12-21RT3548: Remvoe unsupported platformsRich Salz1-1/+1
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe1-1/+1
2014-02-19Move gmtime functions to crypto.h.Ben Laurie1-1/+1
2012-11-21Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson1-3/+4
2012-11-20don't use psec or pdays if NULLDr. Stephen Henson1-2/+4
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte1-8/+14
2010-04-15new function to diff tm structuresDr. Stephen Henson1-35/+98
2010-04-15oops revert patch not part of Configure diffDr. Stephen Henson1-98/+35
2010-04-15oops, commit Configure part of PR#2234Dr. Stephen Henson1-35/+98
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