Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / tlslite / README.chromium
index 28dded0..2d5723c 100644 (file)
@@ -31,3 +31,11 @@ Local Modifications:
 - 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/req_cert_types.patch: Add a reqCertTypes parameter to populate the
+  certificate_types field of CertificateRequest.
+- patches/ignore_write_failure.patch: Don't invalidate sessions on write
+  failures.
+- patches/intolerance_options.patch: Add an option to further control
+  simulated TLS version intolerance.
+- patches/save_client_hello.patch: Save the parsed ClientHello on TLSConnection
+  so tests can query it.