aboutsummaryrefslogtreecommitdiff
path: root/crypto/hmac
AgeCommit message (Expand)AuthorFilesLines
2019-10-10Rework how our providers are builtRichard Levitte1-1/+1
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre2-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-2/+2
2019-08-15Move HMAC to providersRichard Levitte2-193/+1
2019-08-12HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()Richard Levitte1-1/+1
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell2-2/+15
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx1-5/+14
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell1-0/+7
2018-12-06Following the license change, modify the boilerplates in crypto/hmac/Richard Levitte4-4/+4
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-10-30EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2-213/+1
2018-10-30EVP_MAC: Add HMAC implementationRichard Levitte2-1/+174
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli2-8/+11
2018-09-04hmac_init cleanup and fix key zeroization issueShane Lontis1-17/+16
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri1-11/+0
2018-06-08Add support getting raw private/public keysMatt Caswell1-0/+21
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-05Set error code if alloc returns NULLRich Salz1-2/+4
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-15Add support for setting raw private HMAC keysMatt Caswell1-1/+36
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