Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called with
authorPhil Mesnier <mesnierp@objectcomputing.com>
Wed, 27 Oct 2021 09:26:45 +0000 (04:26 -0500)
committerPauli <pauli@openssl.org>
Fri, 5 Nov 2021 00:54:35 +0000 (10:54 +1000)
commit07e6c857364770f6e986b5d8ceb9fbe296f3c6d0
treebd1c7faa3dce43b14cf42e1a186a3a2d4ab3ae6f
parentd355c879b64e99194db8b943c6efc4b1a38740e5
Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called with
ctx->p2 being a null pointer.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16913)
crypto/evp/ctrl_params_translate.c
test/dhtest.c