2025-08-12 10:06:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 12 09:20:14 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
|
|
|
|
- update to version 1.5.18:
|
|
|
|
* add CKM_EXTRACT_KEY_FROM_KEY mechanism
|
|
|
|
* add CKM_EDDSA and CK_EDDSA_PARAMS support
|
|
|
|
* C_Initialize(): allow OS locking
|
|
|
|
* PyKCS11.load() & .unload(): make the methods tread-safe
|
|
|
|
* bugfix: store CKM_CONCATENATE_BASE_AND_KEY parameter in mechanism context
|
|
|
|
* IsNum(): CKA_HW_FEATURE_TYPE is also a numeric value
|
|
|
|
* improve support for multi-part encryption/decryption
|
|
|
|
* fix some Python typing issues
|
|
|
|
* Fix issue with vendor defined (CKM_VENDOR_DEFINED) mechanisms
|
|
|
|
* fix/ignore all pylint warnings
|
|
|
|
* use pytest for running tests
|
|
|
|
* minor improvements
|
|
|
|
|
2025-04-14 06:19:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 14 06:19:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Support both lowercased and unnormalized metadata directory names.
|
|
|
|
|
2025-03-25 04:40:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 25 04:40:30 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Lowercase metadata directory name.
|
|
|
|
|
2024-06-02 21:13:55 +00:00
|
|
|
-------------------------------------------------------------------
|
2024-10-17 14:20:21 +00:00
|
|
|
Wed Oct 16 20:44:26 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
|
|
|
|
- update to 1.5.17:
|
|
|
|
* 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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2024-06-02 21:13:55 +00:00
|
|
|
Sun Jun 2 21:11:10 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
- Clean up the spec
|
|
|
|
- Unfortunately, the tests are still not run
|
|
|
|
(gh#LudovicRousseau/PyKCS11#115).
|
|
|
|
|
2024-05-24 17:11:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 24 16:22:04 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
|
|
|
|
|
|
|
- update to 1.5.16:
|
|
|
|
* add support of CKA_MODIFIABLE and CKA_DESTROYABLE attributes
|
|
|
|
* minor improvments
|
|
|
|
|
2024-05-17 02:47:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 17 01:54:18 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
|
|
|
|
|
|
|
|
- update to 1.5.15:
|
|
|
|
* Fix an exception when PYKCS11LIB is not defined
|
|
|
|
* Correctly fix swig 4.2.0 issue
|
|
|
|
* cache PKCS#11 dll name after it's been succsessfully loaded
|
|
|
|
* Fix a problem when the library load failed
|
|
|
|
- switch to github url, as pypi doesn't have the new version
|
|
|
|
|
2024-04-11 14:12:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 08:31:54 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
|
|
|
|
|
|
|
- initial packaging
|