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

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

Issue 3115011: Update tlslite README.chromium and add a patch for r53724 (Closed)
Patch Set: Move patches to patches/ subdir Created 10 years, 4 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
« no previous file with comments | « no previous file | third_party/tlslite/patches/close_notify.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 Name: tlslite 1 Name: tlslite
2 URL: http://trevp.net/tlslite/ 2 URL: http://trevp.net/tlslite/
3 3
4 tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the 4 Local Modifications:
5 SSL connection is closed. This is is necessary at this point since WinHTTP does 5
6 not seem to react to the SSL close notify. It's also needed to prevent a hang 6 - patches/close_notify.patch: tlslite/TLSRecordLayer.py was changed to force
7 on Linux. See also 7 the socket to be closed when the SSL connection is closed. This is is
8 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.c om&forum_name=tlslite-users 8 necessary at this point since WinHTTP does not seem to react to the SSL
9 The change is in chromium.patch. 9 close notify. It's also needed to prevent a hang on Linux. See also
10 http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag .com&forum_name=tlslite-users
11 - patches/python26.patch: Replace sha, md5 module imports with hashlib, as
12 they are deprecated in Python 2.6
OLDNEW
« no previous file with comments | « no previous file | third_party/tlslite/patches/close_notify.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698