Skip to content

Commit

Permalink
Update Changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 31, 2020
1 parent 31eba9b commit bf4a961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
Changelog
=========

3.9.5 (XXX)
3.9.5 (1 February 2020)
++++++++++++++++++++++++

Resolved issues
---------------
* GH#372: Fix memory leak for operations that use memoryviews when `cffi` is not installed.
* RSA OAEP decryption was not verifying that all ``PS`` bytes are zero.
* GH#372: fixed memory leak for operations that use memoryviews when `cffi` is not installed.
* Fixed wrong ASN.1 OID for HMAC-SHA512 in PBE2.

New features
------------
* Updated Wycheproof test vectors to version 0.8r12.

Resolved issues
---------------
* RSA OAEP decryption was not verifying that all ``PS`` bytes are zero.

3.9.4 (18 November 2019)
++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math']

version_info = (3, 9, '5a0')
version_info = (3, 9, '5')

__version__ = ".".join([str(x) for x in version_info])

0 comments on commit bf4a961

Please sign in to comment.