]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/conf/conf_def.c
Fix out-of-memory condition in conf
[thirdparty/openssl.git] / crypto / conf / conf_def.c
2017-03-12  Matt CaswellFix out-of-memory condition in conf
2015-10-23  Alessandro GhediniReplace malloc+strlcpy with strdup
2015-02-12  Graeme PerrowRT3670: Check return from BUF_MEM_grow_clean
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2014-07-07  David LloydPrevent infinite loop loading config files.
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15  Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-05-26  Ben LaurieLHASH revamp. make depend.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2005-09-28  Richard LevitteChange a comment so it corresponds to reality. Put...
2005-05-17  Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2004-05-06  Richard LevitteWhen the pointer 'from' changes, it's stored length...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-21  Geoff ThorpeFix a small bug in str_copy: if more than one variable...
2002-11-14  Richard LevitteHandle last lines that aren't properly terminated.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09  Richard LevitteAdd a few more VxWorks targets.
2002-07-30  Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-01-24  Bodo MöllerNew functions
2002-01-22  Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-18  Ben LaurieConstification, add config to /dev/crypto.
2002-01-18  Ben LaurieFix memory leak.
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-01-09  Geoff ThorpeMove all the existing function pointer casts associated...
2000-12-01  Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-10-19  Richard LevitteKeep binary backward compatibility by putting new metho...
2000-10-19  Richard LevitteMake it possible for methods to load from something...
2000-06-06  Andy PolyakovCompaq C warns that "the expression 'p=scan_esc(p)...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-04-09  Richard LevitteI've always wanted to make the CONF library more adapta...