summaryrefslogtreecommitdiffstats
path: root/crypto/hmac
AgeCommit message (Expand)Author
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-20Update copyright yearMatt Caswell
2021-05-18hmac: fix coverity 1484888 negative integer to size_t conversionPauli
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2020-08-29Delete unused PKEY MAC filesMatt Caswell
2020-04-30coverity 1462580 Improper use of negative valuePauli
2020-04-23Update copyright yearMatt Caswell
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-06Don't store an HMAC key for longer than we needMatt Caswell
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-15Move HMAC to providersRichard Levitte
2019-08-12HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()Richard Levitte
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/hmac/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-10-30EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte
2018-10-30EVP_MAC: Add HMAC implementationRichard Levitte
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli
2018-09-04hmac_init cleanup and fix key zeroization issueShane Lontis
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/hmacMatt Caswell
2017-04-04PBKDF2 computation speedup (15-40%)Gergely Nagy
2017-02-28Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper
2016-11-04Fix style issues in HMAC_size()Matt Caswell
2016-11-04Ensure HMAC_size() handles errors correctlyMatt Caswell
2016-06-24Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell
2016-06-09hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov
2016-05-23#4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala
2016-05-17Copyright consolidation 07/10Rich Salz
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger
2016-04-20Remove --classic build entirelyRichard Levitte
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-02Use utility functions for HMAC and CMAC.Dr. Stephen Henson
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-17Fix mismatched curly braceDmitry-Me
2016-02-08GH641: Don't care openssl_zmallocRich Salz