Return the descriptive name stored on a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
char const*
DSA_meth_get0_name(DSA_METHOD const* dsam);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal name string (do not free), or NULL if unset.

Parameters

Name

Description

dsam

Method object to query.

Created with MrDocs