Merge pull request #3147 from deepak1556/cipher_suite_disable_patch

browser: flag to disable specified cipher suites
This commit is contained in:
Cheng Zhao 2015-10-20 10:29:49 +08:00
commit bb8bb3dbea
4 changed files with 35 additions and 0 deletions

View file

@ -92,6 +92,10 @@ Enables net log events to be saved and writes them to `path`.
Sets the minimum SSL/TLS version ("tls1", "tls1.1" or "tls1.2") that TLS
fallback will accept.
## --cipher-suite-blacklist=`cipher_suites`
Specify comma-separated list of SSL cipher suites to disable.
## --enable-logging
Prints Chromium's logging into console.