From 799cb4819943bd5336543724aae0d222d4eb59e7 Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Sat, 21 Aug 2010 03:24:33 +0000 Subject: Update tlslite README.chromium and add a patch for r53724 BUG=none TEST=none Review URL: http://codereview.chromium.org/3115011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56977 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/tlslite/README.chromium | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'third_party/tlslite/README.chromium') diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium index ca6ba54..8e2d3729 100644 --- a/third_party/tlslite/README.chromium +++ b/third_party/tlslite/README.chromium @@ -1,9 +1,12 @@ Name: tlslite URL: http://trevp.net/tlslite/ -tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the -SSL connection is closed. This is is necessary at this point since WinHTTP does -not seem to react to the SSL close notify. It's also needed to prevent a hang -on Linux. See also -http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.com&forum_name=tlslite-users -The change is in chromium.patch. +Local Modifications: + +- patches/close_notify.patch: tlslite/TLSRecordLayer.py was changed to force + the socket to be closed when the SSL connection is closed. This is is + necessary at this point since WinHTTP does not seem to react to the SSL + close notify. It's also needed to prevent a hang on Linux. See also + http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.com&forum_name=tlslite-users +- patches/python26.patch: Replace sha, md5 module imports with hashlib, as + they are deprecated in Python 2.6 -- cgit v1.1