Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-10 | Clean up default location of PKCS #11 library. | Rob Austein | |
2017-05-04 | Support using C_GetFunctionList() instead of library symbols. | Rob Austein | |
The Python ctypes library allows us direct access to the public symbols of a shared library, so we never bothered to implement support for using the dispatch vector returned by C_GetFunctionList(). Well, it turns out that there are useful debugging tools like pkcs11-spy which require the dispatch vector support, so refactor to add it. | |||
2017-04-14 | Python interface API will need to be cryptech.py11 for installation. | Rob Austein | |