File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- tlslite-ng version 0.8.0-alpha13 (2018-06-25 )
1
+ tlslite-ng version 0.8.0-alpha14 (2018-07-16 )
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/tomato42/tlslite-ng.svg?branch=master )] ( https://travis-ci.org/tomato42/tlslite-ng )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/tomato42/tlslite-ng/badge.svg?branch=master )] ( https://coveralls.io/r/tomato42/tlslite-ng?branch=master )
@@ -605,7 +605,7 @@ encrypt-then-MAC mode for CBC ciphers.
605
605
* Compatibility with M2Crypto on Python 3
606
606
* fix Python 2 comaptibility issue with X.509 DER parsing (Erkki Vahala)
607
607
* TLS 1.3
608
- * draft-26 support
608
+ * draft-28 support
609
609
* TLS 1.3 specific ciphers (AES-GCM and Chacha20)
610
610
* TLS 1.3 specific extensions and extension code points
611
611
* 1-RTT handshake mode
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'0.8'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'0.8.0-alpha13 '
64
+ release = u'0.8.0-alpha14 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
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.0-alpha13 " ,
14
+ version = "0.8.0-alpha14 " ,
15
15
author = "Hubert Kario" ,
16
16
author_email = "hkario@redhat.com" ,
17
17
url = "https://github.com/tomato42/tlslite-ng" ,
Original file line number Diff line number Diff line change 21
21
Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
22
22
(Or, use one of the integration classes in L{tlslite.integration}).
23
23
24
- @version: 0.8.0-alpha13
24
+ @version: 0.8.0-alpha14
25
25
"""
26
26
27
27
from tlslite .api import *
Original file line number Diff line number Diff line change 1
1
# Author: Trevor Perrin
2
2
# See the LICENSE file for legal information regarding use of this file.
3
3
4
- __version__ = "0.8.0-alpha13 "
4
+ __version__ = "0.8.0-alpha14 "
5
5
from .constants import AlertLevel , AlertDescription , Fault
6
6
from .errors import *
7
7
from .checker import Checker
You can’t perform that action at this time.
0 commit comments