summaryrefslogtreecommitdiff
path: root/crypto/hmac/hmac.c
Commit message (Expand)AuthorAgeFilesLines
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refersteve2011-01-271-1/+1
* FIPS HMAC changes:steve2011-01-261-9/+13
* Fix warnings.ben2010-06-121-3/+0
* Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andsteve2010-01-261-0/+6
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-3/+3
* Update HMAC functions to return an error where relevant.steve2008-11-021-27/+56
* More size_tification.ben2008-11-011-4/+3
* Experimental HMAC support via EVP_PKEY_METHOD.steve2007-04-111-0/+10
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.happro2005-05-171-1/+1
* Zero key-length for HMAC is apparently OK.appro2004-07-251-1/+1
* Stricter boundary condition check in HMAC_Init_ex.appro2004-07-251-1/+1
* size_t-fication of message digest APIs. We should size_t-fy more APIs...appro2004-05-151-2/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.geoff2003-10-291-2/+2
* Security fixes brought forward from 0.9.7.ben2002-11-131-0/+3
* Initialize cipher context in KRB5steve2002-03-141-5/+5
* Improve back compatibility.ben2001-12-091-2/+10
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()steve2001-10-161-8/+8
* Really add the EVP and all of the DES changes.ben2001-07-301-10/+20
* Fix for HMAC.steve2000-03-271-1/+3
* Document hash functions.ulf2000-02-031-2/+2
* Survive pedanticism.ben1999-06-081-3/+4
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1steve1999-06-071-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-1/+1
* Work with -pedantic!ben1999-04-231-1/+2
* Change functions to ANSI C.ulf1999-04-191-23/+6
* Massive constification.ben1999-04-171-1/+1
* Initial revisionrse1998-12-211-0/+165