summaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
authordavidben@chromium.org <davidben@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-05-01 23:35:34 +0000
committerdavidben@chromium.org <davidben@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-05-01 23:35:34 +0000
commit152164bc423807c6945662c94d724554a027eeca (patch)
tree229a1fcedb338566b8baf68a5e5f4cc1e88e7515 /README.chromium
parent176b84dd04aaadd8b6ec29d285ef7234c9fb1e85 (diff)
downloadopenssl-152164bc423807c6945662c94d724554a027eeca.tar.gz
Tidy up OpenSSL padding extension code.
Add (redundant because of SSL3_RT_MAX_PLAIN_LENGTH) length check, don't pad DTLS, and move the SSL23 special case closer to the SSL23 code. BUG=none Review URL: https://codereview.chromium.org/242453005 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/openssl@267663 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.chromium b/README.chromium
index dcc03de..30df8b5 100644
--- a/README.chromium
+++ b/README.chromium
@@ -192,6 +192,10 @@ located in patches.chromium/. Currently this consists of:
chacha.patch
Add support for ChaCha20+Poly1305 cipher suites.
+ paddingext.patch
+ paddingext2.patch
+ Add ClientHello padding to workaround bug in F5 terminators.
+
stricter_cutthrough.patch
Requires NPN and a PFS cipher suite to enable cut-through (false start) on
the client.