aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac
Commit message (Expand)AuthorAgeFilesLines
* hmac/hmac.c: switch to OPENSSL_cleanse.Andy Polyakov2016-06-121-1/+1
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-2/+7
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* RT3856: Fix memory leaks in test codeRussell Webb2015-06-231-0/+3
* Fix ABI break with HMACMatt Caswell2015-06-123-14/+13
* Fix leak in HMAC error pathMatt Caswell2015-06-101-0/+1
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-162-26/+26
* Fix HMAC to pass invalid key len testMatt Caswell2015-03-251-1/+2
* Add HMAC test for invalid key lenMatt Caswell2015-03-251-0/+5
* Ensure that both the MD and key have been initialised before attempting toMatt Caswell2015-03-252-3/+22
* Add more HMAC testsMatt Caswell2015-03-251-7/+162
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-225-575/+540
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+4
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* Experimental multi-implementation support for FIPS capable OpenSSL.Dr. Stephen Henson2012-05-131-0/+12
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-091-1/+1
* Redirect HMAC and CMAC operations to module.Dr. Stephen Henson2011-06-121-0/+37
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-031-5/+9
* inherit HMAC flags from MD_CTXDr. Stephen Henson2011-05-191-0/+2
* 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-262-0/+7
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-1/+5
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-123-7/+7
* Update obsolete email address...Dr. Stephen Henson2008-11-052-2/+2
* Update HMAC functions to return an error where relevant.Dr. Stephen Henson2008-11-022-32/+61
* More size_tification.Ben Laurie2008-11-013-8/+7
* Fix some warnings.Dr. Stephen Henson2008-03-161-1/+2
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-1/+2
* Revert broken change to ccgost.Dr. Stephen Henson2007-05-221-1/+4
* New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson2007-05-151-1/+14
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+25
* Copy update callback across when copying EVP_MD_CTX.Dr. Stephen Henson2007-04-121-4/+0
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-115-2/+427
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+10
* make updateBodo Möller2005-05-161-9/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-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
* Extend HMAC_MAX_MD_CBLOCK to accomodate SHA-512.Andy Polyakov2004-05-311-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-9/+8
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-152-4/+4
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+2
* Make sure we get the definition of OPENSSL_NO_HMAC.Richard Levitte2003-03-201-0/+2