In 3.0 I see this new function in evp.h : int EVP_PKEY_can_sign(const EVP_PKEY *pkey);Is there an equivalent way to check if a key can verify? I'm not seeing an obvious way to do that. Previously I used EVP_PKEY_meth_get_verifyctx() but that call is now deprecated in 3.0.
thanks, Norm Green