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());


EVP_dss() and EVP_dss1() return EVP_MD structures for SHA and SHA1
digest algorithms but using DSS (DSA) for the signature algorithm.


        Christian
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to