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

Unified Diff: third_party/tlslite/README.chromium

Issue 994373004: Properly handle alerts from the peer in SSL_read. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix CrOS tests 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 | « net/tools/testserver/testserver.py ('k') | third_party/tlslite/patches/alert_after_handshake.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 07a5cd509b5c8241e8c5b618202f9ae3d750b673..c2084cda62dff51412e880c72bd113813fe6968e 100644
--- a/third_party/tlslite/README.chromium
+++ b/third_party/tlslite/README.chromium
@@ -36,3 +36,5 @@ Local Modifications:
- 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.
+- patches/alert_after_handshake.patch: Add an option to send a fatal alert
+ immediately after the handshake completes.
« no previous file with comments | « net/tools/testserver/testserver.py ('k') | third_party/tlslite/patches/alert_after_handshake.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698