File tree 4 files changed +9
-4
lines changed 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- tlslite-ng version 0.8.1 (2025-01-02 )
1
+ tlslite-ng version 0.8.2 (2025-01-22 )
2
2
3
3
[ ![ GitHub CI] ( https://github.com/tlsfuzzer/tlslite-ng/actions/workflows/ci.yml/badge.svg )] ( https://github.com/tlsfuzzer/tlslite-ng/actions/workflows/ci.yml )
4
4
[ ![ Read the Docs] ( https://img.shields.io/readthedocs/tlslite-ng )] ( https://tlslite-ng.readthedocs.io/en/latest/ )
@@ -582,6 +582,11 @@ TLSAsyncioDispatcherMixIn.py.
582
582
11 History
583
583
===========
584
584
585
+ 0.8.2 - 2025-01-22
586
+ * additional test vectors for the RSA implicit rejection mechanism
587
+ * fix negotiation of TLS 1.2 Brainpool key exchanges in TLS 1.3, only
588
+ TLS 1.3 specific groups now can be negotiated in TLS 1.3
589
+
585
590
0.8.1 - 2025-01-02
586
591
* apply checks to `ec_point_formats` extension only when negotiating TLS 1.2
587
592
or earlier (Ganna Starovoytova)
Original file line number Diff line number Diff line change 34
34
# The short X.Y version.
35
35
version = u'0.8'
36
36
# The full version, including alpha/beta/rc tags.
37
- release = u'0.8.1 '
37
+ release = u'0.8.2 '
38
38
39
39
40
40
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11
11
README = f .read ()
12
12
13
13
setup (name = "tlslite-ng" ,
14
- version = "0.8.1 " ,
14
+ version = "0.8.2 " ,
15
15
author = "Alicja Kario" ,
16
16
author_email = "hkario@redhat.com" ,
17
17
url = "https://github.com/tlsfuzzer/tlslite-ng" ,
Original file line number Diff line number Diff line change 4
4
#
5
5
# See the LICENSE file for legal information regarding use of this file.
6
6
7
- __version__ = "0.8.1 "
7
+ __version__ = "0.8.2 "
8
8
# the whole module is about importing most commonly used methods, for use
9
9
# by other applications
10
10
# pylint: disable=unused-import
You can’t perform that action at this time.
0 commit comments