aboutsummaryrefslogtreecommitdiff
path: root/crypto/hmac
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Remove OPENSSL_assert() from crypto/hmacMatt Caswell1-1/+2
2017-04-04PBKDF2 computation speedup (15-40%)Gergely Nagy1-9/+14
2017-02-28Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper1-54/+0
2016-11-04Fix style issues in HMAC_size()Matt Caswell1-3/+2
2016-11-04Ensure HMAC_size() handles errors correctlyMatt Caswell1-1/+4
2016-06-24Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum1-1/+6
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell1-0/+5
2016-06-09hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov1-1/+1
2016-05-23#4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala1-6/+18
2016-05-17Copyright consolidation 07/10Rich Salz4-216/+23
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-43/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-02Use utility functions for HMAC and CMAC.Dr. Stephen Henson1-15/+4
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-17Fix mismatched curly braceDmitry-Me1-0/+4
2016-02-08GH641: Don't care openssl_zmallocRich Salz1-3/+5
2016-02-04RT3095: allow NULL key for single-shot HMACEmilia Kasper1-0/+7
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz2-2/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-2/+2
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-99/+61
2016-01-12make updateRichard Levitte1-27/+29
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+2
2015-12-09make updateDr. Stephen Henson1-1/+0
2015-12-07Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.hRichard Levitte1-2/+2
2015-12-07make updateRichard Levitte1-0/+1
2015-12-07Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte1-2/+2
2015-12-07Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte1-2/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-9/+9
2015-12-07Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte1-17/+17
2015-12-07Make the definition of HMAC_CTX opaqueRichard Levitte3-15/+118
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2-36/+60
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-2/+2
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-2/+7
2015-09-03remove 0 assignments.Rich Salz1-5/+2
2015-06-12Fix ABI break with HMACMatt Caswell1-12/+8
2015-06-10Fix leak in HMAC error pathMatt Caswell1-0/+1
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-4/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte3-3/+3
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz2-2/+2
2015-04-30free cleanup almost the finaleRich Salz1-6/+2
2015-04-16Code style: space after 'if'Viktor Dukhovni1-6/+6
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1