Bug 191467

Multipart signing and verifying broken for several mechanisms in softoken
Reporter:   	Andreas.Sterbenz@sun.com (Andreas Sterbenz)
sr=nelsonb


git-svn-id: svn://10.0.0.236/trunk@147842 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
relyea%netscape.com 2003-10-10 15:32:26 +00:00
parent 291f5c8248
commit 9f2bc8d2a4

View File

@ -1731,7 +1731,6 @@ finish_rsa:
crv = CKR_KEY_TYPE_INCONSISTENT;
break;
}
context->multi = PR_FALSE;
privKey = pk11_GetPrivKey(key,CKK_RSA,&crv);
if (privKey == NULL) {
if (info) PORT_Free(info);
@ -2187,7 +2186,6 @@ finish_rsa:
crv = CKR_KEY_TYPE_INCONSISTENT;
break;
}
context->multi = PR_FALSE;
pubKey = pk11_GetPubKey(key,CKK_DSA,&crv);
if (pubKey == NULL) {
break;