Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -100/+87 |
| | | | | | | | | * Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code | ||||
* | p11-kit: Managed PKCS#11 module loading | Stef Walter | 2013-05-21 | 1 | -0/+521 |
Support a new managed style module loading for PKCS#11 modules. This allows us to better coordinate between multiple callers of the same PKCS#11 modules and provide hooks into their behavior. This meant redoing the public facing API. The old methods are now deprecated, marked and documented as such. |