Skip to content

Commit 3278edd

Browse files
committed
Update changelog and version
1 parent 10e8216 commit 3278edd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Changelog
22
=========
33

4-
Under development
4+
3.19.1 (28 December 2023)
55
++++++++++++++++++++++++++
66

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

1212
3.19.0 (16 September 2023)
1313
++++++++++++++++++++++++++

lib/Crypto/__init__.py

Lines changed: 1 addition & 1 deletion
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, 20, '0b0')
4+
version_info = (3, 19, '1')
55

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

0 commit comments

Comments
 (0)