OpenSolaris

Printable Version Enter a New Search
Bug ID 6605538
Synopsis pkcs11 functions C_FindObjects[{Init,Final}]() not called atomically
State 11-Closed:Verified (Closed)
Category:Subcategory solaris-crypto:openssl
Keywords rtiq_reviewed
Responsible Engineer Vladimir Kotal
Reported Against snv_73
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_93
Fixed In snv_93
Release Fixed solaris_nevada(snv_93) , solaris_10u7(s10u7_01) (Bug ID:2156484)
Related Bugs 6540060 , 6667128 , 6723504
Submit Date 17-September-2007
Last Update Date 5-January-2009
Description
functions C_FindObjectsInit(), C_FindObjects(), C_FindObjectsFinal() must be called 
atomically in case the associated session is shared among threads. this is the case
of our pkcs11 engine in openssl. see suggested fix for more details.
Work Around
N/A
Comments
N/A