forked from pool/python-PyKCS11
Accepting request 1299015 from devel:languages:python
- 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 (forwarded request 1299014 from rrahl0) OBS-URL: https://build.opensuse.org/request/show/1299015 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyKCS11?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a596a2208c2c49016917c5cb7032344529a09f13bceeb1b7728a9d72546a15a9
|
|
||||||
size 79665
|
|
3
python-PyKCS11-1.5.18.tar.gz
Normal file
3
python-PyKCS11-1.5.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96c20818e8217be45fb557445b6f55d68a3a6ffb97bfb899c10f79aa660a74d9
|
||||||
|
size 112903
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 14 06:19:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon Apr 14 06:19:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyKCS11
|
# spec file for package python-PyKCS11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-PyKCS11
|
Name: python-PyKCS11
|
||||||
Version: 1.5.17
|
Version: 1.5.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Full PKCS#11 wrapper for Python
|
Summary: A Full PKCS#11 wrapper for Python
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Reference in New Issue
Block a user