aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/hmac.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-29Deprecate the low level HMAC functionsPauli1-19/+20
2020-01-29hmac: preprocessor indentation fixesPauli1-4/+4
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte1-1/+1
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli1-2/+4
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell1-0/+1
2016-05-17Copyright consolidation 03/10Rich Salz1-54/+7
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-6/+2
2015-12-07Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte1-1/+1
2015-12-07Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte1-2/+1
2015-12-07Make the definition of HMAC_CTX opaqueRichard Levitte1-12/+3
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-3/+3
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte1-1/+2
2015-10-27Remove HAMC_cleanupRich Salz1-2/+0
2015-09-20Move EVP_PKEY_METHOD into private headers.Dr. Stephen Henson1-2/+0
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+2
2015-06-12Fix ABI break with HMACMatt Caswell1-1/+0
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+112