Return a human‐readable description of a signature algorithm implementation.

Synopsis

Declared in <openssl/evp.h>

char const*
EVP_SIGNATURE_get0_description(EVP_SIGNATURE const* signature);

Return Value

NUL‐terminated description string owned by signature, or NULL if none is available.

Parameters

Name

Description

signature

Signature algorithm object from EVP_SIGNATURE_fetch().

Created with MrDocs