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

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

Issue 280853002: Preserve transport errors for OpenSSL sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rephrase a lot of comments. 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 17 matching lines...) Expand all
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 36 - patches/ignore_write_failure.patch: Don't invalidate sessions on write
37 failures. 37 failures.
38 - patches/intolerance_options.patch: Add an options to further control
39 simulated handshake intolerance.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698