summaryrefslogtreecommitdiffstats
path: root/crypto/hmac
AgeCommit message (Expand)Author
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-09-03remove 0 assignments.Rich Salz
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-10Fix leak in HMAC error pathMatt Caswell
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell
2015-03-25Add HMAC test for invalid key lenMatt Caswell
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell
2015-03-25Add more HMAC testsMatt Caswell
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-02-10HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source.Matt Caswell
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-17old_hmac_encode: check for NULL result when allocating *pderJonas Maebe
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2011-09-05make updateBodo Möller
2011-05-19inherit HMAC flags from MD_CTXDr. Stephen Henson
2011-03-24make updateRichard Levitte
2011-03-12Add SRP support.Ben Laurie
2011-02-21Update dependencies.Dr. Stephen Henson
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
2011-01-26FIPS HMAC changes:Dr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-09-23Add more return value checking attributes to evp.h and hmac.hDr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-02Update HMAC functions to return an error where relevant.Dr. Stephen Henson