New PyKCS11 1.4.2 available
I just released a new version of PyKCS11, a Python wrapper above the PKCS#11 API.
See PyKCS11 introduction for more details about PyKCS11.
Changes:
1.4.2 - May 2017, Ludovic Rousseau
- Moved the project from https://bitbucket.org/PyKCS11/pykcs11 to https://github.com/LudovicRousseau/PyKCS11
-
Makefile
: use a better default value forPREFIX
- Fix
PyKCS11.__del__()
: test that every module is accessible -
getSlotList()
: add optionaltokenPresent
parameter
By default the method returns all the slots (like before the change). - Always call
C_Initialize()
in::Load()
to work with some bogus PKCS#11 library (like libCryptoki2 from Safenet Luna SA HSM) - LowLevel samples: use
PYKCS11LIB
environment variable - some minor improvements
Available on: