Allow CKM_ECDSA_SHA1 to be multipart. Bug 325494.

Patch contributed by Andreas Sterbenz <Andreas.Sterbenz@sun.com>
r=nelsonb,relyea,wtc.
This commit is contained in:
wtchang%redhat.com 2006-02-02 07:21:56 +00:00
parent 44d4de8561
commit b8088299c2

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;