Re: problem with signing with DSA private keys using EVP_SignFina

2010-04-09 Thread Christian Hohnstaedt
Hi, On Fri, Apr 09, 2010 at 12:53:35AM +0800, ?? wrote: Hi guys, I have a problem with signing with *DSA* private keys using *EVP_SignFina function.* ** There is some fragment of my code following: /* Do the signature */ EVP_MD_CTX_init(md_ctx); err = EVP_SignInit (md_ctx, EVP_sha1

problem with signing with DSA private keys using EVP_SignFina

2010-04-08 Thread 陈静冲
Hi guys, I have a problem with signing with *DSA* private keys using *EVP_SignFina function.* ** There is some fragment of my code following: /* Do the signature */ EVP_MD_CTX_init(md_ctx); err = EVP_SignInit (md_ctx, EVP_sha1()); err = EVP_SignUpdate (md_ctx, data, strlen(data)); sig_len