]> git.ipfire.org Git - thirdparty/openssl.git/commit
Coverity: hkdf ENV_MD_size() is an int that can be negative
authorShane Lontis <shane.lontis@oracle.com>
Sun, 7 Apr 2019 08:59:07 +0000 (18:59 +1000)
committerPauli <paul.dale@oracle.com>
Mon, 8 Apr 2019 23:02:59 +0000 (09:02 +1000)
commit97cc9c9b01217f41438472db98fc41ab96fc466b
tree059c99940692a5d4bd031396a3f929a9066de571
parente9cfa192019574a75fbeca4811c10635a9049381
Coverity: hkdf ENV_MD_size() is an int that can be negative

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8692)
crypto/kdf/hkdf.c