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

Unified Diff: third_party/tlslite/README.chromium

Issue 1057733002: Require ECDHE for False Start. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix components build Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/update_gypi_and_asm.py ('k') | third_party/tlslite/patches/ecdhe_rsa.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/README.chromium
diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium
index c2084cda62dff51412e880c72bd113813fe6968e..4468a08aebb4550706f7deedcb125c96931ad304 100644
--- a/third_party/tlslite/README.chromium
+++ b/third_party/tlslite/README.chromium
@@ -24,7 +24,7 @@ Local Modifications:
- patches/ssl3_padding.patch: SSL3 requires minimal padding in CBC mode.
- patches/fix_test_file.patch: Fix #! line in random test file to appease our
presubmit checks.
-- patches/dhe_rsa.patch: Implement DHE_RSA-based cipher suites.
+- patches/dhe_rsa.patch: Implement DHE_RSA-based cipher suites on the server.
- patches/req_cert_types.patch: Add a reqCertTypes parameter to populate the
certificate_types field of CertificateRequest. Also fixes type errors.
- patches/ignore_write_failure.patch: Don't invalidate sessions on write
@@ -38,3 +38,4 @@ Local Modifications:
unless >= TLS 1.2 is negotiated.
- patches/alert_after_handshake.patch: Add an option to send a fatal alert
immediately after the handshake completes.
+- patches/ecdhe_rsa.patch: Implement ECDHE_RSA-based ciper suites on the server.
« no previous file with comments | « third_party/boringssl/update_gypi_and_asm.py ('k') | third_party/tlslite/patches/ecdhe_rsa.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698