aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/cli.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-06-14 11:59:15 -0400
committerJack Lloyd <[email protected]>2018-06-14 11:59:15 -0400
commit6dce31a9c6ea81e594e9239290ccb1c427ee5e29 (patch)
tree8538691250c338d22e8d6cfd43870344a10c6711 /doc/manual/cli.rst
parent071d6a9560365fd13dd68af66e84e80b3d7d7e37 (diff)
Add 192-bit Suite B policy
Since 128-bit policy is actually not even allowed since 2015.
Diffstat (limited to 'doc/manual/cli.rst')
-rw-r--r--doc/manual/cli.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/cli.rst b/doc/manual/cli.rst
index 47641aa3b..3a98894bb 100644
--- a/doc/manual/cli.rst
+++ b/doc/manual/cli.rst
@@ -139,9 +139,9 @@ TLS Server/Client
``tls_ciphers --policy=default --version=tls1.2``
Prints the list of ciphersuites that will be offered under a particular
- policy/version. The policy can be any of the the strings "default", "suiteb",
- "strict", or "all" to denote built-in policies, or it can name a file from
- which a policy description will be read.
+ policy/version. The policy can be any of the the strings "default",
+ "suiteb_128", "suiteb_192", "strict", or "all" to denote built-in policies, or
+ it can name a file from which a policy description will be read.
``tls_client host --port=443 --print-certs --policy= --tls1.0 --tls1.1 --tls1.2 --session-db= --session-db-pass= --next-protocols= --type=tcp``
Implements a testing TLS client, which connects to *host* via TCP or UDP on