summaryrefslogtreecommitdiff
path: root/test/hmactest.c
Commit message (Expand)AuthorAgeFilesLines
* Add test case to verify that the use after free issue is fixed.Pauli2021-12-171-0/+31
* test: check for NULL returns betterPauli2021-06-261-1/+2
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-12/+11
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* Don't store an HMAC key for longer than we needMatt Caswell2020-01-061-0/+21
* Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni2018-12-091-2/+2
* change into hex string constants to avoid overflow warningsChristos Zoulas2018-12-091-8/+4
* use the proper types to eliminate castsChristos Zoulas2018-12-091-17/+17
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-4/+4
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* Test cleaning and modernisationPauli2017-07-141-2/+2
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Convert hmactest to new test frameworkRich Salz2017-04-201-198/+134
* Fix hmac test case 6Kurt Cancemi2016-06-301-2/+2
* Add a getter to obtain the HMAC_CTX mdMatt Caswell2016-06-241-0/+15
* Copyright consolidation 02/10Rich Salz2016-05-171-54/+6
* RT3095: allow NULL key for single-shot HMACEmilia Kasper2016-02-041-1/+11
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-071-2/+2
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-071-2/+0
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-28/+40
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* RT3856: Fix memory leaks in test codeRussell Webb2015-06-231-0/+3
* Fix ABI break with HMACMatt Caswell2015-06-121-1/+6
* Code style: space after 'if'Viktor Dukhovni2015-04-161-20/+20
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-0/+318