mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 13:45:27 +00:00
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:
parent
44d4de8561
commit
b8088299c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user