|
1 |
| -tlslite-ng version 0.8.0-beta2 (2024-08-22) |
| 1 | +tlslite-ng version 0.8.0-beta3 (2024-08-30) |
2 | 2 |
|
3 | 3 | [](https://github.com/tlsfuzzer/tlslite-ng/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster)
|
4 | 4 | [](https://tlslite-ng.readthedocs.io/en/latest/)
|
@@ -34,7 +34,7 @@ API documentation is available in the `docs/_build/html` directory of the PyPI
|
34 | 34 | package
|
35 | 35 | or can be automatically generated using `make docs` with Sphinx installed.
|
36 | 36 |
|
37 |
| -If you have questions or feedback, feel free to contact me (Hubert Kario |
| 37 | +If you have questions or feedback, feel free to contact me (Alicja Kario |
38 | 38 | <hkario at redhat.com>). Issues and pull
|
39 | 39 | requests can also be submitted through github issue tracking system, at the
|
40 | 40 | project's main page at [GitHub](https://github.com/tlsfuzzer/tlslite-ng), see
|
@@ -77,11 +77,11 @@ Implemented TLS features include:
|
77 | 77 | ============================
|
78 | 78 |
|
79 | 79 | tlslite-ng is a fork of TLS Lite, it is currently maintained and developed by
|
80 |
| -Hubert Kario. TLS Lite was written (mostly) by Trevor |
| 80 | +Alicja Kario. TLS Lite was written (mostly) by Trevor |
81 | 81 | Perrin. It includes code from Bram Cohen, Google, Kees Bos, Sam Rushing,
|
82 | 82 | Dimitris Moraitis, Marcelo Fernandez, Martin von Loewis, Dave Baggett, Yngve
|
83 | 83 | N. Pettersen (ported by Paul Sokolovsky), Mirko Dziadzka, David Benjamin,
|
84 |
| -Sidney Markowitz, and Hubert Kario. |
| 84 | +Sidney Markowitz, and Alicja Kario. |
85 | 85 |
|
86 | 86 | Original code in TLS Lite has either been dedicated to the public domain by its
|
87 | 87 | authors, or placed under a BSD-style license. See the LICENSE file for
|
@@ -707,6 +707,11 @@ TLSAsyncioDispatcherMixIn.py.
|
707 | 707 | * fix sending of session ticket extension from the server without
|
708 | 708 | a ticket (George Pantelakis)
|
709 | 709 | * add Brainpool IDs for TLS 1.3 from RFC 8734
|
| 710 | +* add support for compress_certificate extension from RFC 8879 |
| 711 | + (George Pantelakis) |
| 712 | +* Fix int_to_bytes and numberToByteArray encoding of 0 with length not |
| 713 | + specified, and thus also ClientKeyExchange handling for DHE with missing |
| 714 | + key share |
710 | 715 |
|
711 | 716 | 0.7.0 - 2017-07-31
|
712 | 717 |
|
@@ -835,7 +840,7 @@ TLSAsyncioDispatcherMixIn.py.
|
835 | 840 | * Don't offer SSLv3 by default (e.g. POODLE)
|
836 | 841 | * Fixed bug with `PyCrypto_RSA` integration
|
837 | 842 | * Fixed harmless bug that added non-prime into sieves list
|
838 |
| -* Added "make test" and "make test-dev" targets (Hubert Kario) |
| 843 | +* Added "make test" and "make test-dev" targets (Alicja Kario) |
839 | 844 |
|
840 | 845 | 0.4.5 - 3/20/2013
|
841 | 846 |
|
|
0 commit comments