summaryrefslogtreecommitdiffstats
path: root/third_party/tlslite/README.chromium
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-21 15:15:01 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-21 15:15:01 +0000
commitb3e12d4a13e468036a2f59c11a820adb4c36aeac (patch)
tree10d9f36880cf6aebf48894c10a62d721565e2f0f /third_party/tlslite/README.chromium
parent486f3378bfef5343691f23296b60265b08ea9213 (diff)
downloadchromium_src-b3e12d4a13e468036a2f59c11a820adb4c36aeac.zip
chromium_src-b3e12d4a13e468036a2f59c11a820adb4c36aeac.tar.gz
chromium_src-b3e12d4a13e468036a2f59c11a820adb4c36aeac.tar.bz2
net: add test for False Start corking.
See r58838 for details of why we do False Start corking. BUG=none TEST=net_unittests http://codereview.chromium.org/3427014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tlslite/README.chromium')
-rw-r--r--third_party/tlslite/README.chromium4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium
index 3fc9665..c9b8845 100644
--- a/third_party/tlslite/README.chromium
+++ b/third_party/tlslite/README.chromium
@@ -25,3 +25,7 @@ Local Modifications:
default to a certificate_types of [rsa_sign] in CertificateRequest. Apple's
Secure Transport library rejects an empty list and raises an SSL protocol
error.
+- patches/false_start_corking.patch: tlslite/TLSRecordLayer.py was changed to
+ report if data was pending on the socket when a Finished handshake message is
+ processed. This allows us to test that our SSL client sockets are corking
+ False Start application data correctly.