summaryrefslogtreecommitdiff
path: root/crypto/hmac
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-03-172-2/+2
* Don't store an HMAC key for longer than we needMatt Caswell2020-01-072-23/+19
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-271-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-272-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-272-3/+3
* Update copyright yearRichard Levitte2019-05-281-1/+1
* Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell2019-03-271-0/+7
* Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli2018-09-042-8/+11
* hmac_init cleanup and fix key zeroization issueShane Lontis2018-09-041-17/+16
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-11/+0
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+21
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-2/+4
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-1/+36
* Remove OPENSSL_assert() from crypto/hmacMatt Caswell2017-08-211-1/+2
* 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