File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
2- tlslite version 0.4.0 Feb 11 2012
2+ tlslite version 0.4.1 May 22 2012
33Trevor Perrin <tlslite at trevp.net>
44http://trevp.net/tlslite/
55============================================================================
@@ -451,11 +451,11 @@ at your own risk.
451451
45245212 History
453453===========
454- 0.4.1 - ?
454+ 0.4.1 - 5/22/2012
455455 - Fixed RSA padding bugs (w/help from John Randolph)
456- - Updated TACK
456+ - Updated TACK (compatible with tackpy 0.9.7)
457457 - Added SNI
458- - Added NPN (Sam Rushing/Google)
458+ - Added NPN server support (Sam Rushing/Google)
459459 - Added AnonDH (Dimitris Moraitis)
460460 - Added X509CertChain.parsePemList
461461 - Improved XML-RPC (Kees Bos)
Original file line number Diff line number Diff line change 66from distutils .core import setup
77
88setup (name = "tlslite" ,
9- version = "0.4.0 " ,
9+ version = "0.4.1 " ,
1010 author = "Trevor Perrin" ,
11111212 url = "http://trevp.net/tlslite/" ,
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.4.0
24+ @version: 0.4.1
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.4.0 "
4+ __version__ = "0.4.1 "
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