Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: New public pkcs11x.h header containing extensions | Stef Walter | 2014-09-10 | 1 | -1/+1 |
| | | | | | | | Move our internal stuff to pkcs11i.h, and install the pkcs11x.h header containing extensions. https://bugs.freedesktop.org/show_bug.cgi?id=83495 | ||||
* | Build with -fno-common to catch definition problems | Stef Walter | 2013-07-10 | 1 | -2/+2 |
| | | | | | | Fix some global variables not declared as extern https://bugs.freedesktop.org/show_bug.cgi?id=66015 | ||||
* | Use libffi to implement mixins for managed code | Stef Walter | 2013-05-16 | 1 | -0/+68 |
* This allows us to call into subclassed PKCS#11 modules as if they were plain old PKCS#11 modules * libffi is an optional dependency |