Fix -DZLIB build for opaque COMP types
[openssl.git] / crypto / hmac /
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
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-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-02-10 Matt CaswellHMAC_cleanup, and HMAC_Init are stated as deprecated...
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFix strange formatting by indent
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-08-17 Jonas Maebeold_hmac_encode: check for NULL result when allocating...
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-09-05 Bodo Möllermake update
2011-05-19 Dr. Stephen Hensoninherit HMAC flags from MD_CTX
2011-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonFIPS HMAC changes:
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-06-12 Ben LaurieFix warnings.
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-01-26 Dr. Stephen HensonAdd flags functions which were added to 0.9.8 for fips...
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-09-23 Dr. Stephen HensonAdd more return value checking attributes to evp.h...
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.
next