Use keyspec for DSA too.
This commit is contained in:
parent
4be0a5d429
commit
2bbe8f9129
@ -855,7 +855,7 @@ static DSA_SIG *capi_dsa_do_sign(const unsigned char *digest, int dlen,
|
||||
|
||||
/* Finally sign it */
|
||||
slen = sizeof(csigbuf);
|
||||
if(!CryptSignHash(hash, AT_SIGNATURE, NULL, 0, csigbuf, &slen))
|
||||
if(!CryptSignHash(hash, capi_key->keyspec, NULL, 0, csigbuf, &slen))
|
||||
{
|
||||
CAPIerr(CAPI_F_CAPI_DSA_DO_SIGN, CAPI_R_ERROR_SIGNING_HASH);
|
||||
capi_addlasterror();
|
||||
|
Loading…
x
Reference in New Issue
Block a user