Skip to content

Commit 77dd6b1

Browse files
Release 1.5.8
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent ed8f031 commit 77dd6b1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Changes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
History
22
=======
33

4+
1.5.8 - May 2020, Ludovic Rousseau
5+
- CKA_ALWAYS_AUTHENTICATE is boolean
6+
- CKM_VENDOR_DEFINED_...
7+
. Fix name: use CKM_ instead of CKR_ prefix
8+
. Use an explicit hex prefix: CKM_VENDOR_DEFINED_0x45
9+
- Add missing CKM_*, CKA_*, CKF_*, CKD_*, CKK_*, CKN_*, CKO_*, CKR_*
10+
from PKCS#11 v3.0
11+
- fix test_asymetric.py for RSA_PSS_Mechanism
12+
413
1.5.7 - December 2019, Ludovic Rousseau
514
- add missing files in the .tar.gz
615

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def run(self):
7575

7676
setup(
7777
name="PyKCS11",
78-
version="1.5.7",
78+
version="1.5.8",
7979
description="A Full PKCS#11 wrapper for Python",
8080
keywords="crypto,pki,pkcs11,c++",
8181
classifiers=classifiers,

0 commit comments

Comments
 (0)