]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/ts.c
Continue standardisation of malloc handling in apps
[thirdparty/openssl.git] / apps / ts.c
2015-11-09  Matt CaswellContinue standardisation of malloc handling in apps
2015-09-22  Rich SalzRemove "noise" comments from TS files.
2015-09-05  Richard LevitteChange the way apps open their input and output files
2015-09-05  Rich SalzMake TS structures opaque.
2015-06-02  Rich SalzStandardize handling of #ifdef'd options.
2015-05-29  Richard LevitteRestore module loading
2015-05-28  Rich SalzRT3876: Only load config when needed
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-04-30  Rich SalzIn apps, malloc or die
2015-04-24  Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-25  Rich Salzfree NULL cleanup
2015-01-22  Matt CaswellRe-align some comments after running the reformat script.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2011-11-14  Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2009-10-18  Dr. Stephen HensonUse new X509_STORE_set_verify_cb function instead of...
2009-09-13  Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-04-01  Dr. Stephen HensonUpdate from 1.0.0-stable.
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-20  Dr. Stephen HensonMake no-engine work again.
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2006-03-18  Nils Larschensure the pointer is valid before using it
2006-02-26  Ulf MöllerTS bugfixes: Do not hardcode message digest algorithms...
2006-02-13  Nils Larschfix warning: add missing prototype
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...