Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()
authortb <tb@openbsd.org>
Wed, 31 Aug 2022 20:49:37 +0000 (20:49 +0000)
committertb <tb@openbsd.org>
Wed, 31 Aug 2022 20:49:37 +0000 (20:49 +0000)
commit5b39a7377ac92e4f9b698369d4acd8e715b1c609
tree47869f3a5eb871bec366617b537eee86f86994e5
parent227a6d5473b668ffba85d67430ca626de27591b1
Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()

EVP_PKEY_copy_parameters() will unconditionally fail if the pkey's ameth
has no copy_params(). Obviously this is indistinguishable from actual
failure...

ok jsing
lib/libssl/ssl_rsa.c