Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

DSA_size(3ssl)


DSA_size

DSA_size

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
HISTORY

NAME

DSA_size − get DSA signature size

SYNOPSIS

 #include <openssl/dsa.h>
 int DSA_size(DSA *dsa);

DESCRIPTION

This function returns the size of an ASN.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.

RETURN VALUE

The size in bytes.

SEE ALSO

dsa(3), DSA_sign(3)

HISTORY

DSA_size() is available in all versions of SSLeay and OpenSSL.



DSA_size(3ssl)