Michael D'Errico wrote:
I want to find out how big a DSA key is (to enforce
a lower limit) but DSA_size only reports the size
of a signature.  Is there some way to find out how
many bits the key is?

in case you mean with "size of the key" the size of the modulus p you could do something like BN_num_bits(DSA->p)

Nils
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to