DSA_new_method

Allocate a DSA object that uses methods from engine (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
DSA*
DSA_new_method(ENGINE* engine);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

New DSA, or NULL on failure; free with DSA_free().

Parameters

NameDescription
engineENGINE providing DSA implementation, or NULL for the default software method.