aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac
Commit message (Expand)AuthorAgeFilesLines
* free cleanup almost the finaleRich Salz2015-04-301-6/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-6/+6
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-430/+0
* 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/+21
* Add more HMAC testsMatt Caswell2015-03-251-7/+162
* make dependDr. Stephen Henson2015-03-241-3/+3
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source.Matt Caswell2015-02-102-3/+8
* Remove OPENSSL_NO_HMACDr. Stephen Henson2015-02-062-12/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-225-546/+516
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+4
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* old_hmac_encode: check for NULL result when allocating *pderJonas Maebe2014-08-171-0/+2
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-1/+1
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-3/+3
* make updateBodo Möller2011-09-051-7/+6
* inherit HMAC flags from MD_CTXDr. Stephen Henson2011-05-191-0/+2
* make updateRichard Levitte2011-03-241-6/+7
* Add SRP support.Ben Laurie2011-03-121-7/+6
* Update dependencies.Dr. Stephen Henson2011-02-211-6/+7
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* FIPS HMAC changes:Dr. Stephen Henson2011-01-261-9/+13
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* Fix warnings.Ben Laurie2010-06-121-3/+0
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-1/+1
* Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson2010-01-262-0/+7
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-5/+9
* Add more return value checking attributes to evp.h and hmac.hDr. Stephen Henson2009-09-231-5/+5
* 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