Return the primary algorithm name of a signature implementation.
Declared in <openssl/evp.h>
char const*
EVP_SIGNATURE_get0_name(EVP_SIGNATURE const* signature);
NUL-terminated name string owned by signature, or NULL if unavailable.
| Name | Description |
|---|---|
| signature | Signature algorithm object from EVP_SIGNATURE_fetch(). |