]> granicus.if.org Git - openssl/commit
Fix error handling in compute_key, BN_CTX_get can return NULL
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 22 Dec 2016 12:51:27 +0000 (13:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Jan 2017 17:27:10 +0000 (18:27 +0100)
commit8957adda165f77589090627d6563796331c0c94b
treee110fde18cf49b2f0f7bd57ae36d29b9be8842d0
parentcb00d4ff17eae9c4e489409f5d12bff76c110be1
Fix error handling in compute_key, BN_CTX_get can return NULL

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2132)
(cherry picked from commit 7928ee4d685b727619555bc1ec0aee805f6fc8c4)
crypto/dh/dh_key.c