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

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

Issue 212883008: Add DHE_RSA support to tlslite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: spaces Created 6 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 | 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 10 matching lines...) Expand all
21 - patches/fallback_scsv.patch: add support for TLS_FALLBACK_SCSV. See 21 - patches/fallback_scsv.patch: add support for TLS_FALLBACK_SCSV. See
22 https://tools.ietf.org/html/draft-bmoeller-tls-downgrade-scsv-01 22 https://tools.ietf.org/html/draft-bmoeller-tls-downgrade-scsv-01
23 - patches/status_request.patch: add support for sending stapled OCSP responses. 23 - patches/status_request.patch: add support for sending stapled OCSP responses.
24 - patches/pycrypto.patch: fix PyCrypto support code. 24 - patches/pycrypto.patch: fix PyCrypto support code.
25 - patches/client_cipher_preferences.patch: honor client cipher preference's. 25 - patches/client_cipher_preferences.patch: honor client cipher preference's.
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 tests after 29 - patches/srp_cert.patch: Prefer srp + cert over srp, to fix tests after
30 client_cipher_preferences.patch. 30 client_cipher_preferences.patch.
31 - patches/dhe_rsa.patch: Implement DHE_RSA-based key exchanges.
wtc 2014/04/02 19:11:29 Nit: key exchanges => cipher suites?
davidben 2014/04/03 18:45:48 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698