Clean up EVP_PKEY_asn1_find_str()
authortb <tb@openbsd.org>
Thu, 4 Jan 2024 17:17:40 +0000 (17:17 +0000)
committertb <tb@openbsd.org>
Thu, 4 Jan 2024 17:17:40 +0000 (17:17 +0000)
commit633325655a8439d9cf55e0685a10be6e8c74e186
tree5d6b6f6a035d2462cbc4bc998f98f7093b28a975
parent680e1051be3c48b074d687812a44e00e3b35a8ef
Clean up EVP_PKEY_asn1_find_str()

Use slightly better argument and variable names, do not pointlessly try
to match a string of negative length < -1, use a size_t for the strlen()
and preserve the logic that allows lookup by a string fragment rather
than a full string.

ok jsing
lib/libcrypto/evp/p_lib.c