summaryrefslogtreecommitdiffstats
path: root/crypto/o_time.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-25Fix an integer overflow in o_time.cjwalch
2020-07-16Update copyright yearRichard Levitte
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte
2018-04-03Update copyright yearMatt Caswell
2018-03-27o_time.c: use gmtime_s with MSVCMiroslav Suk
2017-08-05Fix typo in files in crypto folderXiaoyin Liu
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-03-01VMS: compensate for gmtime_r() parameter pointer sizeRichard Levitte
2017-02-28Code cleanup: remove the VMS specific reimplementation of gmtimeRichard Levitte
2017-02-14Remove obsolete commentGuido Vranken
2017-02-14Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r fails, a...Guido Vranken
2016-08-04VSI submisson: make better use of item lists in o_time.cRichard Levitte
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-09-02Check OPENSSL_gmtime_diffRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-21RT3548: Remvoe unsupported platformsRich Salz
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe
2014-02-19Move gmtime functions to crypto.h.Ben Laurie
2012-11-21Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson
2012-11-20don't use psec or pdays if NULLDr. Stephen Henson
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2010-04-15new function to diff tm structuresDr. Stephen Henson
2010-04-15oops revert patch not part of Configure diffDr. Stephen Henson
2010-04-15oops, commit Configure part of PR#2234Dr. Stephen Henson
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2006-08-13Use gmtime on cygwinUlf Möller
2004-07-19Since version 7.0, The C RTL in VMS handles time in terms of UTCRichard Levitte
2003-06-12Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte
2003-03-13Return an error if gmtime returns NULL.Dr. Stephen Henson
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte
2001-08-03Make sure memcpy() gets properly declared by including string.h.Richard Levitte
2001-07-05Use one address consistently.Richard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte