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