Allow CKM_ECDSA_SHA1 to be multipart. Bug 325494.

Patch contributed by Andreas Sterbenz <Andreas.Sterbenz@sun.com>
r=nelsonb,relyea,wtc.


git-svn-id: svn://10.0.0.236/trunk@188743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2006-02-02 07:21:56 +00:00
parent 1586116752
commit 4f2cd0ac9b

View File

@ -2202,7 +2202,6 @@ finish_rsa:
crv = CKR_KEY_TYPE_INCONSISTENT;
break;
}
context->multi = PR_FALSE;
pubKey = sftk_GetPubKey(key,CKK_EC,&crv);
if (pubKey == NULL) {
crv = CKR_HOST_MEMORY;