PyKCS11

PKCS#11 Wrapper for Python

GPL-2.0 License

Downloads
158.8K
Stars
94
Committers
25

Bot releases are hidden (Show)

PyKCS11 - 1.5.16 Latest Release

Published by LudovicRousseau 5 months ago

1.5.16 - May 2024, Ludovic Rousseau

  • add support of CKA_MODIFIABLE and CKA_DESTROYABLE attributes
  • minor improvements

What's Changed

New Contributors

Full Changelog: https://github.com/LudovicRousseau/PyKCS11/compare/1.5.15...1.5.16

PyKCS11 - 1.5.14

Published by LudovicRousseau 9 months ago

1.5.14 - February 2024, Ludovic Rousseau

  • fix build using swig 4.2.0

Full Changelog: https://github.com/LudovicRousseau/PyKCS11/compare/1.5.13...1.5.14

https://blog.apdu.fr/posts/2024/02/new-version-of-pykcs11-1514/

PyKCS11 - 1.5.13

Published by LudovicRousseau 10 months ago

1.5.13 - January 2024, Ludovic Rousseau

  • fix issue between Python 3.12 garbage collector and C_Finalize()
  • Modernize use of setup.py
  • Check swig is installed
  • remove unused files
  • minor improvements

Full Changelog: https://github.com/LudovicRousseau/PyKCS11/compare/1.5.12...1.5.13

https://blog.apdu.fr/posts/2024/01/new-pykcs11-1513-available/

PyKCS11 - 1.5.12

Published by LudovicRousseau over 1 year ago

1.5.12 - April 2023, Ludovic Rousseau

  • add setAttributeValue()
  • minor improvements

Full Changelog: https://github.com/LudovicRousseau/PyKCS11/compare/1.5.11...1.5.12

PyKCS11 - Release 1.5.11

Published by LudovicRousseau about 2 years ago

1.5.11 - Septembre 2022, Ludovic Rousseau

  • add deriveKey() with CKM_ECDH1_DERIVE and CK_ECDH1_DERIVE_PARAMS
  • support pSourceData in OAEP params
  • remove use of (deprecated) distutils
  • samples: port to Python 3
  • fix code coverage generation

What's Changed

New Contributors

Full Changelog: https://github.com/LudovicRousseau/PyKCS11/compare/1.5.10...1.5.11

PyKCS11 - Release 1.5.10

Published by LudovicRousseau almost 4 years ago

1.5.10 - December 2020, Ludovic Rousseau

  • Add CKH_* constants
  • CKA_HW_FEATURE_TYPE attribute value is a number
  • Makefile: use python3 by default
  • minor improvements
PyKCS11 - Release 1.5.9

Published by LudovicRousseau about 4 years ago

1.5.9 - July 2020, Ludovic Rousseau

  • call C_GetSlotList() with a NULL parameter to correctly initialize
    some PKCS#11 lib conforming to PKCS#11 version 2.40.
PyKCS11 - Release 1.5.8

Published by LudovicRousseau over 4 years ago

1.5.8 - May 2020, Ludovic Rousseau

  • CKA_ALWAYS_AUTHENTICATE is boolean
  • CKM_VENDOR_DEFINED_...
    • Fix name: use CKM_ instead of CKR_ prefix
    • Use an explicit hex prefix: CKM_VENDOR_DEFINED_0x45
  • Add missing CKM_, CKA_, CKF_, CKD_, CKK_, CKN_, CKO_, CKR_
    from PKCS#11 v3.0
  • fix test_asymetric.py for RSA_PSS_Mechanism
PyKCS11 -

Published by LudovicRousseau about 6 years ago

1.5.3 - October 2018, Ludovic Rousseau

  • Do not fail when converting a UTF-8 string
  • Documentation: convert from Epydoc to Sphinx
  • some minor improvements