Return the key‐generation callback from a DH_METHOD (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
int(*
DH_meth_get_generate_key(DH_METHOD const* dhm))(DH*);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the generate_key callback, or NULL if unset.

Parameters

Name

Description

dhm

Method table to query.

Created with MrDocs