aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-262-2/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-2/+2
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-99/+61
* make updateRichard Levitte2016-01-121-27/+29
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-1/+2
* make updateDr. Stephen Henson2015-12-091-1/+0
* Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.hRichard Levitte2015-12-071-2/+2
* make updateRichard Levitte2015-12-071-0/+1
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-071-2/+2
* Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-9/+9
* Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte2015-12-071-17/+17
* Make the definition of HMAC_CTX opaqueRichard Levitte2015-12-073-15/+118
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-072-36/+60
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-2/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-2/+7
* remove 0 assignments.Rich Salz2015-09-031-5/+2
* Fix ABI break with HMACMatt Caswell2015-06-121-12/+8
* Fix leak in HMAC error pathMatt Caswell2015-06-101-0/+1
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-4/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-143-3/+3
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-042-2/+2
* 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