In ssl3_get_server_key_exchange() switch a 'goto err' to
authortb <tb@openbsd.org>
Mon, 24 Jan 2022 13:51:48 +0000 (13:51 +0000)
committertb <tb@openbsd.org>
Mon, 24 Jan 2022 13:51:48 +0000 (13:51 +0000)
commit02f90b195df4176018c0c6abb6b8e93c60873827
tree96dec292e6f9ae6405352e410061c89661282527
parent5a023ad08058cf52e3ee35a6f3f10801cb6d407b
In ssl3_get_server_key_exchange() switch a 'goto err' to
'goto fatal_err' so that the illegal_parameter alert is
actually sent in case of X509_get0_pubkey() failure.

ok inoguchi jsing
lib/libssl/ssl_clnt.c