]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/buffer
Replaced variable-time GCD with consttime inversion to avoid side-channel attacks...
[thirdparty/openssl.git] / crypto / buffer /
2015-09-22  Emilia KasperBUF_strndup: tidy
2015-09-22  Alessandro GhediniMake BUF_strndup() read-safe on arbitrary inputs
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-06-10  Matt CaswellReplace memset with OPENSSL_cleanse()
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-05-22  Ben LaurieCheck length first in BUF_strnlen().
2014-05-21  Ben LaurieRemove redundant test.
2014-05-21  Ben LaurieImplement BUF_strnlen() and use it instead of strlen().
2014-05-20  Ben LaurieDon't allocate more than is needed in BUF_strndup().
2013-10-01  Ben LaurieConstification.
2013-10-01  Dr. Stephen HensonTypo.
2012-04-22  Dr. Stephen Hensoncorrect error code
2012-04-19  Dr. Stephen HensonCheck for potentially exploitable overflows in asn1_d2i...
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-03-23  Richard Levittemake update (1.0.1-stable)
2011-01-09  Dr. Stephen Hensonadd buf_str.c file
2011-01-09  Dr. Stephen Hensonmove some string utilities to buf_str.c to reduce some...
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2007-10-09  Andy Polyakovsize_t-fy crypto/buffer.
2006-11-21  Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-04-10  Dr. Stephen HensonNew utility function to reverse a buffer, either by...
2006-02-04  Dr. Stephen HensonUpdate filenames in makefiles.
2005-05-16  Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-15  Andy PolyakovFool-proofing Makefiles
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-04-11  Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30  Ben LaurieBlow away Makefile.ssl.
2004-11-02  Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-05-15  Geoff ThorpeMake some more API types opaquely available from ossl_t...
2004-04-19  Geoff Thorpemake update
2003-12-27  Richard LevitteUse sh explicitely to run point.sh
2003-11-28  Richard LevitteNetware-specific changes,
2003-04-29  Richard LevitteAdd BUF_strndup() and BUF_memdup(). Not currently...
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2002-11-14  Richard LevitteRemove warnings.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09  Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-06-27  Richard LevittePass CFLAG to dependency makers, so non-standard system...
2001-12-17  Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15  Richard Levittemake update
2001-10-26  Bodo MöllerConsistency fix in BUF_MEM_grow: Initialise to zero...
2001-07-31  Richard Levittemake update
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-03-09  Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-22  Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-09-25  Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07  Richard Levitte'make update'
2000-06-13  Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-03-05  Bodo MöllerPreserve reason strings in automatically build tables.
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
1999-05-21  Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20  Bodo MöllerAdd a kludge :-(
1999-05-20  Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-15  Bodo MöllerUpdate dependencies.
1999-04-29  Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29  Ulf MöllerIgnore Makefile.save
1999-04-29  Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28  Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25  Bodo MöllerRemoved traces of cryptall.h, and did a "make depend".
1999-04-24  Dr. Stephen HensonChange the command line options of mkerr.pl so -static...
1999-04-24  Bodo MöllerRestore ERRC definitions that are needed to compile...
1999-04-24  Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24  Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23  Bodo Möller"make depend"
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23  Ben LaurieWork with -pedantic!
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-17  Ben LaurieMassive constification.
1999-04-01  Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-22  Ben LaurieFix security hole.
1999-03-06  Ben LauriePut the dependencies back.
1999-03-06  Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-01-19  Ben LaurieThis time, get it right.
1999-01-19  Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-18  Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1999-01-07  Ben LaurieAccept NULL in *_free.
1998-12-22  Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...