Fix memory leaks in CTLOG_new_from_base64
[openssl.git] / crypto / o_time.c
2017-03-03 Bernd EdlingerReset executable bits on files where not needed.
2017-03-01 Richard LevitteVMS: compensate for gmtime_r() parameter pointer size
2017-02-28 Richard LevitteCode cleanup: remove the VMS specific reimplementation...
2017-02-14 Guido VrankenRemove obsolete comment
2017-02-14 Guido VrankenPrevents that OPENSSL_gmtime incorrectly signals succes...
2016-08-04 Richard LevitteVSI submisson: make better use of item lists in o_time.c
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-03-17 Rich SalzRemove Netware and OS/2
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-09-03 Rich SalzCheck OPENSSL_gmtime_diff
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-22 Rich SalzRT3548: Remvoe unsupported platforms
2014-12-08 Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
2014-02-19 Ben LaurieMove gmtime functions to crypto.h.
2012-11-21 Dr. Stephen HensonReorganise parameters for OPENSSL_gmtime_diff.
2012-11-20 Dr. Stephen Hensondon't use psec or pdays if NULL
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2010-04-15 Dr. Stephen Hensonnew function to diff tm structures
2010-04-15 Dr. Stephen Hensonoops revert patch not part of Configure diff
2010-04-15 Dr. Stephen Hensonoops, commit Configure part of PR#2234
2008-10-07 Dr. Stephen HensonExperimental new date handling routines. These fix...
2006-08-13 Ulf MöllerUse gmtime on cygwin
2004-07-19 Richard LevitteSince version 7.0, The C RTL in VMS handles time in...
2003-06-12 Richard LevitteDo not try to use non-existent gmtime_r() on SunOS4.
2003-03-13 Dr. Stephen HensonReturn an error if gmtime returns NULL.
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2002-01-08 Richard LevittePatches to make OpenSSL compilable on MacOS/X.
2001-08-03 Richard LevitteMake sure memcpy() gets properly declared by including...
2001-07-05 Richard LevitteUse one address consistently.
2001-07-01 Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-05-16 Richard LevitteNew internal function OPENSSL_gmtime, which is intended...