Select the DSA_METHOD used for operations on dsa (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int
DSA_set_method(
    DSA* dsa,
    DSA_METHOD const* meth);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Non‐zero on success.

Parameters

Name

Description

dsa

DSA key whose method is replaced.

meth

Method implementation to attach; releases any prior ENGINE method.

Created with MrDocs