summaryrefslogtreecommitdiff
path: root/cmd/strsclnt
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2013-05-29 16:48:11 -0700
committerAdam Langley <agl@google.com>2013-05-29 16:48:11 -0700
commitbe64177ddc21f9ff68593c4e4e06240903fb0a69 (patch)
tree7196cb4b1a8e8237ba42d48b33bd257beb07093a /cmd/strsclnt
parent2ec9d249893fff00e88341947a26236fa5e9cc34 (diff)
downloadnss-hg-be64177ddc21f9ff68593c4e4e06240903fb0a69.tar.gz
Bug 480514: Implement TLS 1.2 (RFC 5246). A very small part of the
patch was written by wtc. r=wtc.
Diffstat (limited to 'cmd/strsclnt')
-rw-r--r--cmd/strsclnt/strsclnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/strsclnt/strsclnt.c b/cmd/strsclnt/strsclnt.c
index 8801dbfad..7ab0aa5d6 100644
--- a/cmd/strsclnt/strsclnt.c
+++ b/cmd/strsclnt/strsclnt.c
@@ -163,7 +163,7 @@ Usage(const char *progName)
" -P means do a specified percentage of full handshakes (0-100)\n"
" -V [min]:[max] restricts the set of enabled SSL/TLS protocols versions.\n"
" All versions are enabled by default.\n"
- " Possible values for min/max: ssl2 ssl3 tls1.0 tls1.1\n"
+ " Possible values for min/max: ssl2 ssl3 tls1.0 tls1.1 tls1.2\n"
" Example: \"-V ssl3:\" enables SSL 3 and newer.\n"
" -U means enable throttling up threads\n"
" -B bypasses the PKCS11 layer for SSL encryption and MACing\n"