[#DSA_new] = DSA_new :mrdocs: Allocate an empty DSA object using the default method (deprecated). == Synopsis Declared in `<openssl/dsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:DSA.adoc[DSA]* DSA_new(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[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(). [.small]#Created with https://www.mrdocs.com[MrDocs]#