Opaque DSA key/parameters object (deprecated low‐level DSA_* API).

Synopsis

Declared in <openssl/types.h>

struct dsa_st;

Non-Member Functions

Name

Description

EVP_PKEY_get0_DSA

Return the DSA key referenced by pkey without incrementing its reference count (deprecated).

EVP_PKEY_get1_DSA

Return a new reference to the DSA key held by pkey (deprecated).

Created with MrDocs