]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/ctrl_params_translate.c
Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value
authorTom Cosgrove <tom.cosgrove@arm.com>
Thu, 25 Nov 2021 15:49:26 +0000 (15:49 +0000)
committerPauli <ppzgs1@gmail.com>
Sat, 27 Nov 2021 07:08:52 +0000 (17:08 +1000)
commit6f87463b62f9b2849510d74ff0fd6a62955ea947
treecfa177be27891c66e98a8fe252b4310ed0b8fb97
parent23750f677ef61b6bea4e81f23f335ad08fc49b51
Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value

When an integer value was specified, it was not being passed back via
the orig_p2 weirdness.

Regression test included.

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