14
0

Accepting request 1208649 from home:rrahl0

- 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

OBS-URL: https://build.opensuse.org/request/show/1208649
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKCS11?expand=0&rev=10
This commit is contained in:
Richard Rahl
2024-10-17 14:20:21 +00:00
committed by Git OBS Bridge
parent 8b069b730b
commit fd8fd8e0cd
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sun Jun 2 21:11:10 UTC 2024 - Matej Cepl <mcepl@cepl.eu>