Skip to content

Commit

Permalink
Release 1.4.4
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 11, 2017
1 parent 4a81f01 commit b18cba6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -90,6 +90,17 @@ that doesn't come with the standard distribution.
History
=======

1.4.4 - October 2017, Ludovic Rousseau
- getAttributeValue(): handle CKR_ARGUMENTS_BAD error
- seedRandom: fix the seed convertion
- Add vendor errors support to PyKCS11Error
- samples/getinfo & dumpit: list only slots with a token present by default
- run_test: add support of OpenSC PKCS#11 spy
- ckbytelist: update __repr__()
- include tests files in the archive
- dumpit: display the error if getAttributeValue() fails
- some minor improvements

1.4.3 - June 2017, Ludovic Rousseau
- Add support of CKM_RSA_PKCS_PSS mechanism
- fix CKM_AES_CBC issue with Python 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@
libraries_val = []

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

0 comments on commit b18cba6

Please sign in to comment.