Reset the HKDF state between operations
authorMatt Caswell <matt@openssl.org>
Fri, 26 Oct 2018 11:19:43 +0000 (12:19 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 Oct 2018 14:06:54 +0000 (14:06 +0000)
commitca55d70be031746daddd8bd0611db54ed81f1737
treeee92585b2c67244b9557af04baa68938c5db1b78
parentecc347f5f53a9f2edc2805d50cba07db64267e8a
Reset the HKDF state between operations

Fixes #7497

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7501)
crypto/kdf/hkdf.c