OpenSolaris

Printable Version Enter a New Search
Bug ID 6746735
Synopsis PKCS#11 engine should use extended FILE space API
State 10-Fix Delivered (Fix available in build)
Category:Subcategory solaris-crypto:openssl
Keywords rtiq_reviewed
Responsible Engineer Vladimir Kotal
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_100
Fixed In snv_100
Release Fixed solaris_nevada(snv_100)
Related Bugs 6748709
Submit Date 10-September-2008
Last Update Date 8-October-2008
Description
PKCS#11 engine uses FILE* based function calls for opening files (fopen() in pk11_load_{pub,priv}key()). This result in application using the engine hitting a ceiling of 256 file descriptors in 32-bit process. Hence the engine should be using Extended FILE space for 32-bit Solaris processes API as specified in PSARC 2006/162 which mitigates this problem.
Work Around
N/A
Comments
N/A