New PyKCS11 1.4.4 available
I just released a new version of PyKCS11, a Python wrapper above the PKCS#11 API.
Changes:
1.4.4 - October 2017, Ludovic Rousseau
-
getAttributeValue()
: handle CKR_ARGUMENTS_BAD error -
seedRandom
: fix the seed conversion - Add vendor errors support to
PyKCS11Error
- samples/getinfo & dumpit: list only slots with a token present by default
- run_test: add support of OpenSC PKCS#11 spy
-
ckbytelist
: update __repr__() - include tests files in the archive
- dumpit: display the error if
getAttributeValue()
fails - some minor improvements
Source code available on: