Skip to content

Commit aa4ba92

Browse files
Release 1.5.17
Signed-off-by: Ludovic Rousseau <[email protected]>
1 parent 84295ec commit aa4ba92

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changes.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
History
22
=======
33

4+
1.5.17 - October 2024, Ludovic Rousseau
5+
- Add AES in counter mode support (CKM_AES_CTR)
6+
- Add simple derivation mechanisms support (CMK_CONCATENATE_*)
7+
- Fix reference counting in PyKCS11Lib.load()
8+
- remove python 2 support from ckbytelist
9+
- minor improvements
10+
411
1.5.16 - May 2024, Ludovic Rousseau
512
- add support of CKA_MODIFIABLE and CKA_DESTROYABLE attributes
613
- minor improvements

docs/conf.py

+1-1
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.16'
29+
release = '1.5.17'
3030

3131

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

setup.py

+1-1
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.16",
77+
version="1.5.17",
7878
description="A Full PKCS#11 wrapper for Python",
7979
keywords="crypto,pki,pkcs11,c++",
8080
classifiers=classifiers,

0 commit comments

Comments
 (0)