summaryrefslogtreecommitdiff
path: root/crypto/hmac
Commit message (Expand)AuthorAgeFilesLines
* Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-231-6/+11
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+9
* Update copyright yearMatt Caswell2021-05-201-1/+1
* hmac: fix coverity 1484888 negative integer to size_t conversionPauli2021-05-181-1/+4
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-31/+11
* Delete unused PKEY MAC filesMatt Caswell2020-08-292-134/+1
* coverity 1462580 Improper use of negative valuePauli2020-04-301-0/+2
* Update copyright yearMatt Caswell2020-04-233-3/+3
* Deprecate the low level HMAC functionsPauli2020-01-292-0/+12
* Don't store an HMAC key for longer than we needMatt Caswell2020-01-062-23/+19
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Rework how our providers are builtRichard Levitte2019-10-101-1/+1
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-282-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Move HMAC to providersRichard Levitte2019-08-152-193/+1
* HMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()Richard Levitte2019-08-121-1/+1
* Make the RAND code available from inside the FIPS moduleMatt Caswell2019-06-282-2/+15
* Change EVP_MAC method from copy to dupKurt Roeckx2019-06-061-5/+14
* Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell2019-03-271-0/+7
* Following the license change, modify the boilerplates in crypto/hmac/Richard Levitte2018-12-064-4/+4
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-302-213/+1
* EVP_MAC: Add HMAC implementationRichard Levitte2018-10-302-1/+174
* 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