|
1 | 1 | ```
|
2 |
| -tlslite-ng version 0.7.5 2018-07-31 |
| 2 | +tlslite-ng version 0.7.6 2020-12-18 |
3 | 3 | Hubert Kario <hkario at redhat.com>
|
4 | 4 | https://github.com/tomato42/tlslite-ng/
|
5 | 5 | ```
|
6 | 6 |
|
7 |
| -[](https://travis-ci.org/tomato42/tlslite-ng) |
8 |
| -[](https://coveralls.io/r/tomato42/tlslite-ng?branch=master) |
9 |
| -[](https://landscape.io/github/tomato42/tlslite-ng/master) |
10 |
| -[](https://codeclimate.com/github/tomato42/tlslite-ng) |
11 |
| -[](https://www.quantifiedcode.com/app/project/59e6019ef3c84ad7ba30c49ec46d990f) |
| 7 | +[](https://travis-ci.com/tlsfuzzer/tlslite-ng) |
| 8 | +[](https://tlslite-ng.readthedocs.io/en/latest/) |
| 9 | +[](https://coveralls.io/r/tlsfuzzer/tlslite-ng?branch=master) |
| 10 | +[](https://codeclimate.com/github/tlsfuzzer/tlslite-ng) |
12 | 11 |
|
13 | 12 | Table of Contents
|
14 | 13 | ==================
|
@@ -586,6 +585,20 @@ encrypt-then-MAC mode for CBC ciphers.
|
586 | 585 | 12 History
|
587 | 586 | ===========
|
588 | 587 |
|
| 588 | +0.7.6 - 2020-12-18 |
| 589 | +* workaround CVE-2020-26263 - Bleichenbacher oracle in RSA decryption. |
| 590 | + Please note that while the code was fortified, because of peculiarities of |
| 591 | + python, it's not possible to fully fix it. If you require resistance against |
| 592 | + side-channel attacks please use a different library. |
| 593 | +* stop mis-detecting pycryptodome as pycrypto |
| 594 | +* start running test coverage on Python 3.8, fix test suite incompatibility |
| 595 | + with python 3.8 |
| 596 | +* fix incompatibility of imaplib wrapper with imaplib on python 3.9 |
| 597 | +* start running test coverage on Python 3.9 |
| 598 | +* drop official support for Python 3.2: while we didn't perform any changes |
| 599 | + that should make the library stop working on Python 3.2, our dependency |
| 600 | + python-ecdsa doesn't support it |
| 601 | +
|
589 | 602 | 0.7.5 - 2018-07-31
|
590 | 603 | * Fix multithreading issue with pure python RSA implementation private key
|
591 | 604 | opterations (either decryption using RSA private key or signing messages
|
|
0 commit comments