aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac/hm_ameth.c
Commit message (Expand)AuthorAgeFilesLines
* Delete unused PKEY MAC filesMatt Caswell2020-08-291-133/+0
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Following the license change, modify the boilerplates in crypto/hmac/Richard Levitte2018-12-061-1/+1
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+21
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-1/+36
* Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper2017-02-281-54/+0
* Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum2016-06-241-1/+6
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-2/+7
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-83/+78
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* old_hmac_encode: check for NULL result when allocating *pderJonas Maebe2014-08-171-0/+2
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-1/+1
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More size_tification.Ben Laurie2008-11-011-1/+1
* New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson2007-05-151-1/+14
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-0/+154