New PyKCS11 1.5.5 available
I just released a new version of PyKCS11, a Python wrapper above the PKCS#11 API.
See "PyKCS11 introduction" or "PyKCS11’s documentation".
Changes:
1.5.5 - April 2019, Ludovic Rousseau- fix source package generation
1.5.4 - April 2019, Ludovic Rousseau
-
getTokenInfo
: replace NUL char by ' ' in utcTime - dumpit:
- print hardwareVersion and firmwareVersion
- print slot flags
- move to next slot if token not present
- add support of
CKA_WRAP_TEMPLATE
/CKA_UNWRAP_TEMPLATE
- add samples for ECC key generation and use
- move from distutils to setuptools
- upload of wheels to pypi on "make dist"