Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Side by Side Diff: third_party/tlslite/README.google

Issue 12477: Rediff the tlslite patch (it was against wrong baseline)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/install-build-deps.sh ('k') | third_party/tlslite/google.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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. 7 not seem to react to the SSL close notify. It's also needed to prevent a hang
8 on Linux. See also
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.
OLDNEW
« no previous file with comments | « build/install-build-deps.sh ('k') | third_party/tlslite/google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698