]> git.ipfire.org Git - thirdparty/openssl.git/commit
Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc5114
authorTomas Mraz <tomas@openssl.org>
Thu, 13 Jan 2022 18:00:13 +0000 (19:00 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 17 Jan 2022 15:20:57 +0000 (16:20 +0100)
commitf58bb2dd00c3004552c5c1e8d0f2c1390c004cf8
tree96932d87ac2b4397f5f30d23b11e341fa208b6e0
parent144316d276adf5b8172316f7bc20b372b8e31ac8
Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc5114

Fixes #17485

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17498)
crypto/evp/ctrl_params_translate.c