Return a human-readable description of a signature algorithm implementation.
Declared in <openssl/evp.h>
char const*
EVP_SIGNATURE_get0_description(EVP_SIGNATURE const* signature);
NUL-terminated description string owned by signature, or NULL if none is available.
| Name | Description |
|---|---|
| signature | Signature algorithm object from EVP_SIGNATURE_fetch(). |