diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-10 17:32:34 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-10 17:32:34 +0200 |
commit | 73880f950a7dadf712730222ac1b6ea11400746f (patch) | |
tree | 60614947ff4d469ab5020c0146aafdb23e466f9b /.gitignore | |
parent | 630ce95d7b9ec3ac3cbe71f75910711369274314 (diff) |
Only call C_Initialize and C_Finalize once per module
* Do not concurretnly call C_Initialize or C_Finalize in a module
* The PKCS#11 spec indicates that mone thread should call those functions.
* It's reasonable for a module to expect to only be initialized or
finalized in one thread.
* In particular NSS does not lock its C_Initialize or C_Finalize.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions