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

Side by Side Diff: third_party/tlslite/README.chromium

Issue 332523008: Revert of Add tests for session cache and false start behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: tlslite 1 Name: tlslite
2 URL: http://trevp.net/tlslite/ 2 URL: http://trevp.net/tlslite/
3 Version: 0.4.6 3 Version: 0.4.6
4 Security Critical: No 4 Security Critical: No
5 License: Public domain and BSD 5 License: Public domain and BSD
6 6
7 Description: Python TLS implementation for use with test server. 7 Description: Python TLS implementation for use with test server.
8 8
9 Source: https://pypi.python.org/packages/source/t/tlslite/tlslite-0.4.6.tar.gz 9 Source: https://pypi.python.org/packages/source/t/tlslite/tlslite-0.4.6.tar.gz
10 MD5: 2f92ebea557802969653f29c7faafbc2 10 MD5: 2f92ebea557802969653f29c7faafbc2
(...skipping 15 matching lines...) Expand all
26 tlslite's current ordering will otherwise negotiate 26 tlslite's current ordering will otherwise negotiate
27 TLS_RSA_WITH_3DES_EDE_CBC_SHA. 27 TLS_RSA_WITH_3DES_EDE_CBC_SHA.
28 - patches/ssl3_padding.patch: SSL3 requires minimal padding in CBC mode. 28 - patches/ssl3_padding.patch: SSL3 requires minimal padding in CBC mode.
29 - patches/srp_cert.patch: Prefer srp + cert over srp, to fix tlslite tests after 29 - patches/srp_cert.patch: Prefer srp + cert over srp, to fix tlslite tests after
30 client_cipher_preferences.patch. 30 client_cipher_preferences.patch.
31 - patches/fix_test_file.patch: Fix #! line in random test file to appease our 31 - patches/fix_test_file.patch: Fix #! line in random test file to appease our
32 presubmit checks. 32 presubmit checks.
33 - patches/dhe_rsa.patch: Implement DHE_RSA-based cipher suites. 33 - patches/dhe_rsa.patch: Implement DHE_RSA-based cipher suites.
34 - patches/req_cert_types.patch: Add a reqCertTypes parameter to populate the 34 - patches/req_cert_types.patch: Add a reqCertTypes parameter to populate the
35 certificate_types field of CertificateRequest. 35 certificate_types field of CertificateRequest.
36 - patches/ignore_write_failure.patch: Don't invalidate sessions on write
37 failures.
OLDNEW
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | third_party/tlslite/patches/ignore_write_failure.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698