Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Dec 27, 2023
1 parent 10e8216 commit 3278edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Changelog
=========

Under development
3.19.1 (28 December 2023)
++++++++++++++++++++++++++

Resolved issues
---------------
* Fixed a side-channel leakage with OAEP decryption that could be
exploited for a Manger's attack. Thanks to Hubert Kario.
exploited to carry out a Manger attack. Thanks to Hubert Kario.

3.19.0 (16 September 2023)
++++++++++++++++++++++++++
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, 20, '0b0')
version_info = (3, 19, '1')

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

0 comments on commit 3278edd

Please sign in to comment.