Skip to content

Commit

Permalink
Update to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Aug 17, 2018
1 parent d1739c6 commit 3506836
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
=========

3.6.6 (17 August 2018)
++++++++++++++++++++++

Resolved issues
---------------

* GH#198: Fix vulnerability on AESNI ECB with payloads smaller than 16 bytes.

3.6.5 (12 August 2018)
++++++++++++++++++++++

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, 6, 6, 'a0')
version_info = (3, 6, 6)

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

0 comments on commit 3506836

Please sign in to comment.