forked from pool/python-PyKCS11
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
008db5d69c | |||
0f0075d28e | |||
8e75525812 | |||
aef746dac0 | |||
|
04b169c4d6 |
3
python-PyKCS11-1.5.17.tar.gz
Normal file
3
python-PyKCS11-1.5.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a596a2208c2c49016917c5cb7032344529a09f13bceeb1b7728a9d72546a15a9
|
||||||
|
size 79665
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96c20818e8217be45fb557445b6f55d68a3a6ffb97bfb899c10f79aa660a74d9
|
|
||||||
size 112903
|
|
@@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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 and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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.18
|
Version: 1.5.17
|
||||||
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