Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
619c794277 | |||
|
cc8346eb97 | ||
156b75b2eb | |||
1465c9ca42 | |||
da07567c1f | |||
55c9d92d95 | |||
|
fd8fd8e0cd |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb41216b29426da5512da7731b5f8122c00a1b90479e99135c0865ae3b407835
|
||||
size 77107
|
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,40 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Support both lowercased and unnormalized metadata directory names.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 04:40:30 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Lowercase metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyKCS11
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-PyKCS11
|
||||
Version: 1.5.16
|
||||
Version: 1.5.18
|
||||
Release: 0
|
||||
Summary: A Full PKCS#11 wrapper for Python
|
||||
License: GPL-2.0-or-later
|
||||
@@ -61,6 +61,6 @@ export $(python3 get_PYKCS11LIB.py)
|
||||
%doc Changes.txt README.md
|
||||
%license COPYING
|
||||
%{python_sitearch}/PyKCS11
|
||||
%{python_sitearch}/PyKCS11-%{version}*-info
|
||||
%{python_sitearch}/[Pp]y[Kk][cC][Ss]11-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user