Test whether a key type supports signing operations.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_PKEY_can_sign(EVP_PKEY const* pkey);
1 if the key can be used for signing, or 0 otherwise.