]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/conf/conf_def.c
Rename some BUF_xxx to OPENSSL_xxx
[thirdparty/openssl.git] / crypto / conf / conf_def.c
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-10-23  Alessandro GhediniReplace malloc+strlcpy with strdup
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-02-12  Graeme PerrowRT3670: Check return from BUF_MEM_grow_clean
2015-02-06  Rich SalzLive code cleanup: remove #if 1 stuff
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-08-28  Dr. Stephen Hensonfix warning
2014-07-07  David LloydPrevent infinite loop loading config files.
2010-06-12  Ben LaurieFix warnings.
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...