aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac
Commit message (Expand)AuthorAgeFilesLines
* PBKDF2 computation speedup (15-40%)Gergely Nagy2017-04-041-9/+14
* Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper2017-02-281-54/+0
* Fix style issues in HMAC_size()Matt Caswell2016-11-041-3/+2
* Ensure HMAC_size() handles errors correctlyMatt Caswell2016-11-041-1/+4
* Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum2016-06-241-1/+6
* Add a getter to obtain the HMAC_CTX mdMatt Caswell2016-06-241-0/+5
* hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov2016-06-091-1/+1
* #4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala2016-05-231-6/+18
* Copyright consolidation 07/10Rich Salz2016-05-174-216/+23
* const correctness: make HMAC_size() take a const *Steffan Karger2016-05-161-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Use utility functions for HMAC and CMAC.Dr. Stephen Henson2016-03-021-15/+4
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Fix mismatched curly braceDmitry-Me2016-02-171-0/+4
* GH641: Don't care openssl_zmallocRich Salz2016-02-081-3/+5
* RT3095: allow NULL key for single-shot HMACEmilia Kasper2016-02-041-0/+7
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* 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