summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/hmac/hmactest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust hmac test for removal of static buffer from HMAC()tb2024-05-301-2/+2
* Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()tb2021-11-181-5/+3
* zap trailing whitespacetb2021-11-181-7/+7
* hmactest: convert to opaque HMAC_CTX.tb2021-11-181-29/+37
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
* Use an unsigned loop variable to avoid a comparison between signedbluhm2017-03-061-1/+1
* Ensure MD and key initialized before processing HMACinoguchi2017-03-031-31/+206
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+154