Commit e43a13c8 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
parent 68886be7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment