aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac/hmac.c
Commit message (Expand)AuthorAgeFilesLines
* hmac/hmac.c: switch to OPENSSL_cleanse.Andy Polyakov2016-06-121-1/+1
* Fix ABI break with HMACMatt Caswell2015-06-121-12/+7
* Fix leak in HMAC error pathMatt Caswell2015-06-101-0/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-6/+6
* Fix HMAC to pass invalid key len testMatt Caswell2015-03-251-1/+2
* Ensure that both the MD and key have been initialised before attempting toMatt Caswell2015-03-251-3/+21
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-175/+165
* Experimental multi-implementation support for FIPS capable OpenSSL.Dr. Stephen Henson2012-05-131-0/+12
* Redirect HMAC and CMAC operations to module.Dr. Stephen Henson2011-06-121-0/+37
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-3/+0
* Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson2010-01-261-0/+6
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+3
* Update HMAC functions to return an error where relevant.Dr. Stephen Henson2008-11-021-27/+56
* More size_tification.Ben Laurie2008-11-011-4/+3
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-0/+10
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
* Zero key-length for HMAC is apparently OK.Andy Polyakov2004-07-251-1/+1
* Stricter boundary condition check in HMAC_Init_ex.Andy Polyakov2004-07-251-1/+1
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-2/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+3
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-5/+5
* Improve back compatibility.Ben Laurie2001-12-091-2/+10
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-8/+8
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-10/+20
* Fix for HMAC.Dr. Stephen Henson2000-03-271-1/+3
* Document hash functions.Ulf Möller2000-02-031-2/+2
* Survive pedanticism.Ben Laurie1999-06-081-3/+4
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-071-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-1/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-23/+6
* Massive constification.Ben Laurie1999-04-171-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+165