Allocate a DSA object that uses methods from engine (deprecated).
Synopsis
Declared in <openssl/dsa.h>
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
New DSA, or NULL on failure; free with DSA_free().
Parameters
Name |
Description |
engine |
ENGINE providing DSA implementation, or NULL for the default software method. |
Created with MrDocs