Return the display name stored on a DH_METHOD (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
char const*
DH_meth_get0_name(DH_METHOD const* dhm);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

NUL‐terminated name string owned by dhm.

Parameters

Name

Description

dhm

Method object to query.

Created with MrDocs