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

Unified Diff: third_party/tlslite/README.chromium

Issue 875683002: Implement AES-GCM in tlslite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « net/tools/testserver/testserver.py ('k') | third_party/tlslite/patches/aes_gcm.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 477a089d5b2a8bd186dd930396b4822e13e79ee8..07a5cd509b5c8241e8c5b618202f9ae3d750b673 100644
--- a/third_party/tlslite/README.chromium
+++ b/third_party/tlslite/README.chromium
@@ -34,3 +34,5 @@ Local Modifications:
- patches/save_client_hello.patch: Save the parsed ClientHello on TLSConnection
so tests can query it.
- patches/certificate_request.patch: Fix client auth for TLS 1.2.
+- patches/aes_gcm.patch: Implement AES-GCM and never select TLS 1.2 ciphers
+ unless >= TLS 1.2 is negotiated.
« no previous file with comments | « net/tools/testserver/testserver.py ('k') | third_party/tlslite/patches/aes_gcm.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698