New PyKCS11 1.4.3 available
I just released a new version of PyKCS11, a Python wrapper above the PKCS#11 API.
Changes:
1.4.3 - June 2017, Ludovic Rousseau
- Add support of
CKM_RSA_PKCS_PSS mechanism
- fix
CKM_AES_CBC
issue with Python 3 - add Unitary Tests (make tests)
- add tox support (automate and standardize testing in Python)
- add coverage support (measuring code coverage of Python programs)
- add Travis-CI configuration (automatic build and tests)
- some minor improvements
Source code available on:
- pypi https://pypi.python.org/pypi/pykcs11
- sourceforge.net https://sourceforge.net/projects/pkcs11wrap/files/pykcs11/pykcs11-1.4.3/
Results available on: