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

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

Issue 2800853008: Add a dedicated error code for TLS 1.3 interference. (Closed)
Patch Set: mpearson comment Created 3 years, 8 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
OLDNEW
1 Name: tlslite 1 Name: tlslite
2 URL: http://trevp.net/tlslite/ 2 URL: http://trevp.net/tlslite/
3 Version: 0.4.8 3 Version: 0.4.8
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.8.tar.gz 9 Source: https://pypi.python.org/packages/source/t/tlslite/tlslite-0.4.8.tar.gz
10 MD5: 36c13858ea63f262c4e4291c2f9ae38f 10 MD5: 36c13858ea63f262c4e4291c2f9ae38f
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 exported keying material (RFC 5705) for use in e.g. Token Binding. 49 exported keying material (RFC 5705) for use in e.g. Token Binding.
50 - patches/token_binding_resumption.patch: Fix token binding negotiation 50 - patches/token_binding_resumption.patch: Fix token binding negotiation
51 extension to work on session resumption. 51 extension to work on session resumption.
52 - patches/extension_number_update.patch: Update TLS extension numbers. 52 - patches/extension_number_update.patch: Update TLS extension numbers.
53 - patches/save_randoms.patch: Save client and server randoms when resuming 53 - patches/save_randoms.patch: Save client and server randoms when resuming
54 sessions. 54 sessions.
55 - patches/alpn.path: Implement Application-Layer Protocol Negotiation Extension. 55 - patches/alpn.path: Implement Application-Layer Protocol Negotiation Extension.
56 - patches/token_binding_version.patch: Update Token Binding version number. 56 - patches/token_binding_version.patch: Update Token Binding version number.
57 - patches/renegotiation_indication.patch: Implement the renegotiation 57 - patches/renegotiation_indication.patch: Implement the renegotiation
58 indication extension (RFC 5746) without supporting renegotiation. 58 indication extension (RFC 5746) without supporting renegotiation.
59 - patches/tls13_intolerance.patch: Extend the intolerance simulation to TLS 1.3.
OLDNEW
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | third_party/tlslite/patches/tls13_intolerance.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698