summaryrefslogtreecommitdiff
path: root/p11-kit/proxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-211-0/+45
Each time C_GetFunctionList is called on the proxy module, a new managed PKCS#11 set of functions is returned. These are all cleaned up when the module is unloaded. We want the proxy module to continue to work even without the highly recommended libffi. For that reason we still keep the old behavior of sharing state in the proxy module.