Skip to content

Commit 1aa9dca

Browse files
committed
Update changelog and bump version
1 parent afb5e27 commit 1aa9dca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Under development
5+
++++++++++++++++++++++++++
6+
7+
Resolved issues
8+
---------------
9+
* Fixed a side-channel leakage with OAEP decryption that could be
10+
exploited for a Manger's attack. Thanks to Hubert Kario.
11+
412
3.19.0 (16 September 2023)
513
++++++++++++++++++++++++++
614

lib/Crypto/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
22
'IO', 'Math']
33

4-
version_info = (3, 19, '0')
4+
version_info = (3, 19, '1b0')
55

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

0 commit comments

Comments
 (0)