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 Dec 25, 2023
1 parent afb5e27 commit 1aa9dca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Under development
++++++++++++++++++++++++++

Resolved issues
---------------
* Fixed a side-channel leakage with OAEP decryption that could be
exploited for a Manger's 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, 19, '0')
version_info = (3, 19, '1b0')

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

0 comments on commit 1aa9dca

Please sign in to comment.