DSA_size (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
DSA_size - get DSA signature sizeSYNOPSIS
#include <openssl/dsa.h> int DSA_size(const DSA *dsa);
DESCRIPTION
This function returns the size of anASN.1
encoded DSA
signature in
bytes. It can be used to determine how much memory must be allocated
for a DSA
signature.
dsa->q must not be
NULL
.