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

Unified Diff: net/tools/testserver/testserver.py

Issue 1056153002: Reland 'Require ECDHE for False Start.' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/test/spawned_test_server/base_test_server.cc ('k') | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/testserver/testserver.py
diff --git a/net/tools/testserver/testserver.py b/net/tools/testserver/testserver.py
index 19409d2ff3135df22e6b2e45f58ae7324002476b..bda4f9078d96d6bf0a155239c471d0045ecdca55 100755
--- a/net/tools/testserver/testserver.py
+++ b/net/tools/testserver/testserver.py
@@ -2258,11 +2258,11 @@ class ServerRunner(testserver_base.TestServerRunner):
self.option_parser.add_option('--ssl-key-exchange', action='append',
help='Specify the key exchange algorithm(s)'
'that will be accepted by the SSL server. '
- 'Valid values are "rsa", "dhe_rsa". If '
- 'omitted, all algorithms will be used. This '
- 'option may appear multiple times, '
- 'indicating multiple algorithms should be '
- 'enabled.');
+ 'Valid values are "rsa", "dhe_rsa", '
+ '"ecdhe_rsa". If omitted, all algorithms '
+ 'will be used. This option may appear '
+ 'multiple times, indicating multiple '
+ 'algorithms should be enabled.');
# TODO(davidben): Add ALPN support to tlslite.
self.option_parser.add_option('--enable-npn', dest='enable_npn',
default=False, const=True,
« no previous file with comments | « net/test/spawned_test_server/base_test_server.cc ('k') | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698