Skip to content

Commit d7b4397

Browse files
Release 1.5.11
Signed-off-by: Ludovic Rousseau <[email protected]>
1 parent 542fb05 commit d7b4397

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changes.txt

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

4+
1.5.11 - Septembre 2022, Ludovic Rousseau
5+
- add deriveKey() with CKM_ECDH1_DERIVE and CK_ECDH1_DERIVE_PARAMS
6+
- support pSourceData in OAEP params
7+
- remove use of (deprecated) distutils
8+
- samples: port to Python 3
9+
- fix code coverage generation
10+
411
1.5.10 - December 2020, Ludovic Rousseau
512
- Add CKH_* constants
613
- CKA_HW_FEATURE_TYPE attribute value is a number

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.5'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.5.2'
29+
release = '1.5.11'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

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

7575
setup(
7676
name="PyKCS11",
77-
version="1.5.10",
77+
version="1.5.11",
7878
description="A Full PKCS#11 wrapper for Python",
7979
keywords="crypto,pki,pkcs11,c++",
8080
classifiers=classifiers,

0 commit comments

Comments
 (0)