New version of PyKCS11: 1.5.17

I just released a new version of PyKCS11, a Python wrapper above the PKCS#11 API.

See PyKCS11 introduction or PyKCS11’s documentation.

The project is registered at Pypi: https://pypi.org/project/PyKCS11/

Changes:

1.5.17 - October 2024, Ludovic Rousseau

  • Add AES in counter mode support (CKM_AES_CTR)

  • Add simple derivation mechanisms support (CMK_CONCATENATE_*)

  • Fix reference counting in PyKCS11Lib.load()

  • remove python 2 support from ckbytelist

  • minor improvements