Skip to content

Commit cd42a86

Browse files
committed
Updated changelog
1 parent ad6a25f commit cd42a86

1 file changed

Lines changed: 54 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,60 @@
11
Python-RSA changelog
22
========================================
33

4-
Version 3.1.1 - in development
4+
5+
Version 3.3 - released 2016-01-13
6+
----------------------------------------
7+
8+
- Thanks to Filippo Valsorda: Fix BB'06 attack in verify() by
9+
switching from parsing to comparison. See [1] for more information.
10+
- Simplified Tox configuration and dropped Python 3.2 support. The
11+
coverage package uses a u'' prefix, which was reintroduced in 3.3
12+
for ease of porting.
13+
14+
[1] https://blog.filippo.io/bleichenbacher-06-signature-forgery-in-python-rsa/
15+
16+
17+
Version 3.2.3 - released 2015-11-05
18+
----------------------------------------
19+
20+
- Added character encoding markers for Python 2.x
21+
22+
23+
Version 3.2.1 - released 2015-11-05
24+
----------------------------------------
25+
26+
- Added per-file licenses
27+
- Added support for wheel packages
28+
- Made example code more consistent and up to date with Python 3.4
29+
30+
31+
Version 3.2 - released 2015-07-29
32+
----------------------------------------
33+
34+
- Mentioned support for Python 3 in setup.py
35+
36+
37+
Version 3.1.4 - released 2014-02-22
38+
----------------------------------------
39+
40+
- Fixed some bugs
41+
42+
43+
Version 3.1.3 - released 2014-02-02
44+
----------------------------------------
45+
46+
- Dropped support for Python 2.5
47+
48+
49+
Version 3.1.2 - released 2013-09-15
50+
----------------------------------------
51+
52+
- Added Python 3.3 to the test environment.
53+
- Removed dependency on Distribute
54+
- Added support for loading public keys from OpenSSL
55+
56+
57+
Version 3.1.1 - released 2012-06-18
558
----------------------------------------
659

760
- Fixed doctests for Python 2.7

0 commit comments

Comments
 (0)