Fix EVP_PKEY_get0_RSA() for RSA-PSS
authortb <tb@openbsd.org>
Fri, 1 Sep 2023 17:12:19 +0000 (17:12 +0000)
committertb <tb@openbsd.org>
Fri, 1 Sep 2023 17:12:19 +0000 (17:12 +0000)
commitbce0228317db8f4ed8ad8ed8b9006279e099b3e8
tree79c10b9bc8930205811ec02e3379f3b2409c1c53
parent122157a0928ce7899d59df83f0038b4a98fdd740
Fix EVP_PKEY_get0_RSA() for RSA-PSS

It currently returns NULL. This is OpenSSL 4088b926 + De Morgan.

ok jsing
lib/libcrypto/evp/p_lib.c