Releases: ThalesGroup/pycryptoki
Releases · ThalesGroup/pycryptoki
v2.6.6 - Bugfixes
Fix for C_Initialize with custom flags & structs
v2.6.4 - Python 3.10 Compatibility
Fixes for Python 3.10, added more error codes, made mech printing more resilient.
v2.5.23 - Better logging and CPv4/PTK support
Major changes going into this release:
- Allow for direct specification of the
libCryptoki2.dll/libCryptoki2.so
via envvar (rather than needing to parse a Chrystoki.conf)
- Add CPv4 Extension functions
- Use
CKA_PUBLIC_EXPONENT
as 0 in the default templates, so the HSM can pick an appropriate exponent
v2.5.19
- PKA extension functions
- AutoCArray padding
- Formatting fixes
- Additional error codes
v2.5.13
Fix AES Derivation mechanisms
v2.5.12
Fix AES_CBC_ENCRYPT_DATA mechanism
v2.5.11
Major features:
- SHA3 mechanisms
- DeriveKeyAndWrap function
- Other helper functions
Minor changes
- ran black on all files
- handful of bugfixes for auto-parsed mechanisms
v2.2.1
Changelog
- Added PKA constants support
- Added PKA attribute support
v2.1.3
Changelog:
- Improved mechanism logging
- Added utilization metrics
- Moved CA extensions to separate package
- Added SIM_Multisign
- Fixed some SIM errors
- improved some other logging info
- Pinned rpyc version
- Added some DES3 mechanism support
v2.1.1
Various updates & bugfixes related to session & token management.