Allocate an empty DSA object using the default method (deprecated).
Synopsis
Declared in <openssl/dsa.h>
[[deprecated]]
DSA*
DSA_new();
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Description
Prefer EVP_PKEY‐based DSA APIs for new code.
Return Value
New DSA, or NULL on failure; free with DSA_free().
Created with MrDocs