ASN1_item_sign_ctx()
authortb <tb@openbsd.org>
Thu, 15 Jun 2023 13:07:45 +0000 (13:07 +0000)
committertb <tb@openbsd.org>
Thu, 15 Jun 2023 13:07:45 +0000 (13:07 +0000)
commit35520e3849edbf8c7171be7865eb0627fe0e8572
treebe8207025509df4075f53cea3d6563a2132b821a
parenta6297c0aa7403f7aeb9c181ee9296ebd43873aec
ASN1_item_sign_ctx()

Pull a NULL check for pkey->ameth up to before ameth is first accessed. An
EVP_PKEY created with EVP_PKEY_new() has ameth == NULL, so this check makes
sense, but it does not make sense to do it where it was.
lib/libcrypto/asn1/asn1_item.c