]> git.ipfire.org Git - thirdparty/openssl.git/commit
DH_check_pub_key_ex was accidentally calling DH_check,
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 6 Sep 2019 22:58:31 +0000 (00:58 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 9 Sep 2019 12:43:57 +0000 (14:43 +0200)
commit2b95e8efcf8b99892106070d9ac745a0a369f503
treed0c6a3ab4cebbd7a59cacc08be021c347b9f10c9
parentfa01370f7dc8f0a379483bbe74de11225857e5fe
DH_check_pub_key_ex was accidentally calling DH_check,
so results were undefined.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9796)
crypto/dh/dh_check.c