aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/o_time.c
Commit message (Expand)AuthorAgeFilesLines
* VSI submission: make better use of item lists in o_time.cRichard Levitte2016-08-191-18/+55
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-24/+24
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-310/+311
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Time difference functions.Dr. Stephen Henson2013-08-191-35/+101
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-191-8/+14
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-1/+150
* Use gmtime on cygwinUlf Möller2006-08-131-1/+1
* Since version 7.0, The C RTL in VMS handles time in terms of UTCRichard Levitte2004-07-191-5/+16
* Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte2003-06-121-1/+1
* Return an error if gmtime returns NULL.Dr. Stephen Henson2003-03-131-2/+4
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-241-1/+2
* Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-081-1/+1
* Make sure memcpy() gets properly declared by including string.h.Richard Levitte2001-08-031-0/+1
* Use one address consistently.Richard Levitte2001-07-051-1/+1
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-011-1/+1
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-161-0/+202