aboutsummaryrefslogtreecommitdiff
path: root/crypto/hmac
AgeCommit message (Expand)AuthorFilesLines
2016-02-04RT3095: allow NULL key for single-shot HMACEmilia Kasper1-0/+7
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz2-2/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-2/+2
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-99/+61
2016-01-12make updateRichard Levitte1-27/+29
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+2
2015-12-09make updateDr. Stephen Henson1-1/+0
2015-12-07Remove typedef of HMAC_CTX from crypto/hmac/hmac_lcl.hRichard Levitte1-2/+2
2015-12-07make updateRichard Levitte1-0/+1
2015-12-07Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte1-2/+2
2015-12-07Cleanup: rename HMAC_CTX_init to HMAC_CTX_resetRichard Levitte1-2/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-9/+9
2015-12-07Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_initRichard Levitte1-17/+17
2015-12-07Make the definition of HMAC_CTX opaqueRichard Levitte3-15/+118
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2-36/+60
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-2/+2
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-2/+7
2015-09-03remove 0 assignments.Rich Salz1-5/+2
2015-06-12Fix ABI break with HMACMatt Caswell1-12/+8
2015-06-10Fix leak in HMAC error pathMatt Caswell1-0/+1
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-4/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte3-3/+3
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz2-2/+2
2015-04-30free cleanup almost the finaleRich Salz1-6/+2
2015-04-16Code style: space after 'if'Viktor Dukhovni1-6/+6
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-430/+0
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell1-1/+2
2015-03-25Add HMAC test for invalid key lenMatt Caswell1-0/+5
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell2-3/+21
2015-03-25Add more HMAC testsMatt Caswell1-7/+162
2015-03-24make dependDr. Stephen Henson1-3/+3
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-02-10HMAC_cleanup, and HMAC_Init are stated as deprecated in the docs and source.Matt Caswell2-3/+8
2015-02-06Remove OPENSSL_NO_HMACDr. Stephen Henson2-12/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell5-546/+516
2015-01-22Fix strange formatting by indentMatt Caswell1-2/+4
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx1-1/+1
2014-08-17old_hmac_encode: check for NULL result when allocating *pderJonas Maebe1-0/+2