summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/hm_ameth.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-01-29Deprecate the low level HMAC functionsPauli
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/hmac/Richard Levitte
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2017-02-28Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper
2016-06-24Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()Nathaniel McCallum
2016-05-17Copyright consolidation 07/10Rich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-17old_hmac_encode: check for NULL result when allocating *pderJonas Maebe
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson