Skip to content

Commit

Permalink
Release 1.5.17
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
  • Loading branch information
LudovicRousseau committed Oct 16, 2024
1 parent 84295ec commit aa4ba92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
=======

1.5.17 - October 2024, Ludovic Rousseau
- 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

1.5.16 - May 2024, Ludovic Rousseau
- add support of CKA_MODIFIABLE and CKA_DESTROYABLE attributes
- minor improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.5'
# The full version, including alpha/beta/rc tags
release = '1.5.16'
release = '1.5.17'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

setup(
name="PyKCS11",
version="1.5.16",
version="1.5.17",
description="A Full PKCS#11 wrapper for Python",
keywords="crypto,pki,pkcs11,c++",
classifiers=classifiers,
Expand Down

0 comments on commit aa4ba92

Please sign in to comment.