New PyKCS11 1.5.7 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.7 - December 2019, Ludovic Rousseau- add missing files in the .tar.gz
1.5.6 - December 2019, Ludovic Rousseau
- AppVeyor:
- generate bdist_wheel
- add Python 3.7 and 3.8
- Sample events.py: add a
-f/--full
argument - Add support of
CKM_AES_GCM
mechanism - CPKCS11Lib::Load(): return different error codes
- minor improvements