]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/hmac
i2d_ASN1_BOOLEAN(): allocate memory if the user didn't provide a buffer
[thirdparty/openssl.git] / crypto / hmac /
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-02-06  Bernd EdlingerCombined patch for the more or less obvious issues
2016-06-12  Andy Polyakovhmac/hmac.c: switch to OPENSSL_cleanse.
2015-10-23  Alessandro GhediniFix memory leaks and other mistakes on errors
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-06-23  Russell WebbRT3856: Fix memory leaks in test code
2015-06-12  Matt CaswellFix ABI break with HMAC
2015-06-10  Matt CaswellFix leak in HMAC error path
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-25  Matt CaswellFix HMAC to pass invalid key len test
2015-03-25  Matt CaswellAdd HMAC test for invalid key len
2015-03-25  Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25  Matt CaswellAdd more HMAC tests
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFix strange formatting by indent
2014-09-08  Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2012-05-13  Dr. Stephen HensonExperimental multi-implementation support for FIPS...
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-10-09  Dr. Stephen HensonBackport PSS signature support from HEAD.
2011-06-12  Dr. Stephen HensonRedirect HMAC and CMAC operations to module.
2011-06-03  Dr. Stephen HensonBackport libcrypto audit: check return values of EVP...
2011-05-19  Dr. Stephen Hensoninherit HMAC flags from MD_CTX
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).
2010-01-26  Dr. Stephen HensonAdd flags functions which were added to 0.9.8 for fips...
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-11-02  Dr. Stephen HensonUpdate HMAC functions to return an error where relevant.
2008-11-01  Ben LaurieMore size_tification.
2008-03-16  Dr. Stephen HensonFix some warnings.
2007-10-26  Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-05-22  Dr. Stephen HensonRevert broken change to ccgost.
2007-05-15  Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2007-04-23  Bodo MöllerAdd SEED encryption algorithm.
2007-04-12  Dr. Stephen HensonCopy update callback across when copying EVP_MD_CTX.
2007-04-11  Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.
2006-02-04  Dr. Stephen HensonUpdate filenames in makefiles.
2005-05-17  Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-05-16  Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16  Bodo Möllermake update
2005-05-15  Andy PolyakovFool-proofing Makefiles
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-07-25  Andy PolyakovZero key-length for HMAC is apparently OK.
2004-07-25  Andy PolyakovStricter boundary condition check in HMAC_Init_ex.
2004-05-31  Andy PolyakovExtend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.
2004-05-17  Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-15  Andy Polyakovsize_t-fication of message digest APIs. We should size_...
2003-12-27  Richard LevitteUse sh explicitely to run point.sh
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_HMAC.
2002-12-29  Richard Levittemake update
2002-12-05  Richard Levittemake update
2002-11-28  Richard LevitteHave all tests use EXIT() to exit rather than exit...
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-07-14  Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27  Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-03-14  Dr. Stephen HensonInitialize cipher context in KRB5
2001-12-09  Ben LaurieImprove back compatibility.
2001-10-16  Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04  Richard Levitte'make update'
2001-08-05  Ben LaurieStart to reduce some of the header bloat.
2001-08-03  Ben LaurieHeader bloat reduction for EVP_PKEY.
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-26  Richard Levittemake update
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...
2001-02-04  Ben LaurieMake depend.
2000-11-12  Ulf Möllerin some new file names the first 8 characters were...
2000-10-14  Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-09-25  Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07  Richard Levitte'make update'
2000-08-14  Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-07-05  Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-05-02  Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-27  Dr. Stephen HensonFix for HMAC.
2000-02-03  Ulf MöllerDocument hash functions.
1999-09-08  Bodo Möllersome more patches for avoiding problems with non-automa...
1999-06-08  Ben LaurieSurvive pedanticism.
1999-06-07  Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
1999-06-04  Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-15  Bodo MöllerUpdate dependencies.
1999-05-13  Ben LaurieUpdate dependencies.
1999-05-01  Ben LaurieUpdate 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  Ulf MöllerChange error message for consistency.
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-24  Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23  Bodo Möller"make depend"
next