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

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

Issue 1559022: Pass tools/licenses.py for a few more directories. (Closed)
Patch Set: Created 10 years, 8 months 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
OLDNEW
1 This library was downloaded from http://trevp.net/tlslite/. 1 Name: tlslite
2 2 URL: http://trevp.net/tlslite/
3 The code is public domain.
4 3
5 tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the 4 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 5 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 6 not seem to react to the SSL close notify. It's also needed to prevent a hang
8 on Linux. See also 7 on Linux. See also
9 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.c om&forum_name=tlslite-users 8 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.c om&forum_name=tlslite-users
10 The change is in google.patch. 9 The change is in google.patch.
M-A Ruel 2010/04/09 01:58:35 I'd like to have the patch renamed to chromium.pat
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698