summaryrefslogtreecommitdiffstats
path: root/third_party/tlslite/README.chromium
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 03:24:33 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 03:24:33 +0000
commit799cb4819943bd5336543724aae0d222d4eb59e7 (patch)
treeca4b8a11c1927fde4ea04cd46be6453c8136b9df /third_party/tlslite/README.chromium
parent00feb4676091325ca6e35772b70f6d3067f10867 (diff)
downloadchromium_src-799cb4819943bd5336543724aae0d222d4eb59e7.zip
chromium_src-799cb4819943bd5336543724aae0d222d4eb59e7.tar.gz
chromium_src-799cb4819943bd5336543724aae0d222d4eb59e7.tar.bz2
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
Diffstat (limited to 'third_party/tlslite/README.chromium')
-rw-r--r--third_party/tlslite/README.chromium15
1 files changed, 9 insertions, 6 deletions
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