summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/hmac.c
AgeCommit message (Expand)Author
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2015-12-07Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte
2015-12-07Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte
2015-12-07Make the definition of HMAC_CTX opaqueRichard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-10Fix leak in HMAC error pathMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell
2015-02-10HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. 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
2010-06-12Fix warnings.Ben Laurie
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-02Update HMAC functions to return an error where relevant.Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2004-07-25Zero key-length for HMAC is apparently OK.Andy Polyakov
2004-07-25Stricter boundary condition check in HMAC_Init_ex.Andy Polyakov
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2001-12-09Improve back compatibility.Ben Laurie
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2000-03-27Fix for HMAC.Dr. Stephen Henson
2000-02-03Document hash functions.Ulf Möller
1999-06-08Survive pedanticism.Ben Laurie
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall