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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user