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

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
Index: third_party/tlslite/README.chromium
diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium
index 477a089d5b2a8bd186dd930396b4822e13e79ee8..a23e7d429b4ec51361d70047759de68cce8e7692 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
+ before 1.2 as a server.
agl 2015/01/29 19:38:17 Maybe "before 1.2 as a server" -> "unless >= TLS 1
davidben 2015/01/29 21:40:58 Done.

Powered by Google App Engine
This is Rietveld 408576698