File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11```
2- tlslite-ng version 0.7.0-alpha1 2016-10-11
2+ tlslite-ng version 0.7.0-alpha2 2016-11-18
33Hubert Kario <hkario at redhat.com>
44https://github.com/tomato42/tlslite-ng/
55```
@@ -588,6 +588,9 @@ encrypt-then-MAC mode for CBC ciphers.
588588
589589* basic support for RSA-PSS (Tomas Foukal)
590590* better documentation for Parser and ASN1Parser
591+ * stricter checks on network messages
592+ * faster Codec
593+ * faster AES implementation initialization
591594
5925950.6.0 - 2016-09-07
593596
Original file line number Diff line number Diff line change 88
99
1010setup (name = "tlslite-ng" ,
11- version = "0.7.0-alpha1 " ,
11+ version = "0.7.0-alpha2 " ,
1212 author = "Hubert Kario" ,
13131414 url = "https://github.com/tomato42/tlslite-ng" ,
Original file line number Diff line number Diff line change 2121Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
2222(Or, use one of the integration classes in L{tlslite.integration}).
2323
24- @version: 0.7.0-alpha1
24+ @version: 0.7.0-alpha2
2525"""
2626
2727from tlslite .api import *
Original file line number Diff line number Diff line change 11# Author: Trevor Perrin
22# See the LICENSE file for legal information regarding use of this file.
33
4- __version__ = "0.7.0-alpha1 "
4+ __version__ = "0.7.0-alpha2 "
55from .constants import AlertLevel , AlertDescription , Fault
66from .errors import *
77from .checker import Checker
You can’t perform that action at this time.
0 commit comments