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

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

Issue 495663002: OpenSSL: Disable ECDSA cipher suites on Windows XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No std::hex Created 6 years, 3 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 19 matching lines...) Expand all
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 36 - patches/ignore_write_failure.patch: Don't invalidate sessions on write
37 failures. 37 failures.
38 - patches/intolerance_options.patch: Add an option to further control 38 - patches/intolerance_options.patch: Add an option to further control
39 simulated TLS version intolerance. 39 simulated TLS version intolerance.
40 - patches/save_client_hello.patch: Save the parsed ClientHello on TLSConnection
41 so tests can query it.
OLDNEW
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | third_party/tlslite/patches/save_client_hello.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698