openssl/crypto/hmac
Matt Caswell 3e8f9dc1a0 Fix leak in HMAC error path
In the event of an error in the HMAC function, leaks can occur because the
HMAC_CTX does not get cleaned up.

Thanks to the BoringSSL project for reporting this issue.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit e43a13c807)
2015-06-10 11:06:05 +01:00
..
.cvsignore
hm_ameth.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
hm_pmeth.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
hmac.c Fix leak in HMAC error path 2015-06-10 11:06:05 +01:00
hmac.h Ensure that both the MD and key have been initialised before attempting to 2015-03-25 12:58:53 +00:00
hmactest.c Code style: space after 'if' 2015-04-16 13:50:01 -04:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00