New version of PyKCS11: 1.5.19

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.19 - August 2026, Ludovic Rousseau

  • Add support of swig 4.5.0

  • getMechanismList(): do not fail on unknown mechanisms

  • Remove use of deprecated CKA_SECONDARY_AUTH

  • test/reset_softHSM:

    • add support of Homebrew on arm64

    • add some output traces

  • setup: Rename the project in lower case

  • Move source code in src/

  • minor improvements