Re: DSA_sign maximum digest length?

2005-06-15 Thread Andrey Warkentin
Whoops - thanks a lot! I guess for now I'll use the SHA1-Init/Update/Final functions, then look at the EVP higher level interface. Thanks again for clarifying it. On 6/15/05, Nils Larsch <[EMAIL PROTECTED]> wrote: > Andrey Warkentin wrote: > > Hi everybody, > > > &g

DSA_sign maximum digest length?

2005-06-14 Thread Andrey Warkentin
Hi everybody, I am not at all familiar with OpenSSL or DSA, but I was tinkering around trying to get DSA_sign/DSA_verify to work. I've stumbled upon a peculiar issue I have not seen brought up anywhere else, or documented. Somehow I am not able to sign messages longer than 20 bytes. The error mess