| OLD | NEW |
| 1 This library was downloaded from http://trevp.net/tlslite/. | 1 This library was downloaded from http://trevp.net/tlslite/. |
| 2 | 2 |
| 3 The code is public domain. | 3 The code is public domain. |
| 4 | 4 |
| 5 tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the | 5 tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the |
| 6 SSL connection is closed. This is is necessary at this point since WinHTTP does | 6 SSL connection is closed. This is is necessary at this point since WinHTTP does |
| 7 not seem to react to the SSL close notify. It's also needed to prevent a hang | 7 not seem to react to the SSL close notify. It's also needed to prevent a hang |
| 8 on Linux. See also | 8 on Linux. See also |
| 9 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.c
om&forum_name=tlslite-users | 9 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.c
om&forum_name=tlslite-users |
| 10 The change is in google.patch. | 10 The change is in google.patch. |
| OLD | NEW |