diff options
author | 2018-02-18 07:43:55 +0000 | |
---|---|---|
committer | 2018-02-18 07:43:55 +0000 | |
commit | cf03c2244af035e6e7b086c8ba876990a79f4bbd (patch) | |
tree | f0e0ac1da655d0ee79c44ecbaf458864eb28e7e4 | |
parent | Simplify interface listing. (diff) | |
download | wireguard-openbsd-cf03c2244af035e6e7b086c8ba876990a79f4bbd.tar.xz wireguard-openbsd-cf03c2244af035e6e7b086c8ba876990a79f4bbd.zip |
document s_client -groups;
-rw-r--r-- | usr.bin/openssl/openssl.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 58f88d021f2..b6a3c2de245 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.86 2017/08/28 17:50:58 jsing Exp $ +.\" $OpenBSD: openssl.1,v 1.87 2018/02/18 07:43:55 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: August 28 2017 $ +.Dd $Mdocdate: February 18 2018 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -3578,6 +3578,7 @@ Verify the input data and output the recovered data. .Op Fl crlf .Op Fl debug .Op Fl extended_crl +.Op Fl groups .Op Fl ign_eof .Op Fl ignore_critical .Op Fl issuer_checks @@ -3691,6 +3692,8 @@ Translate a line feed from the terminal into CR+LF, as required by some servers. .It Fl debug Print extensive debugging information, including a hex dump of all traffic. +.It Fl groups Ar ecgroups +Specify a colon-separated list of permitted EC curve groups. .It Fl ign_eof Inhibit shutting down the connection when end of file is reached in the input. .It Fl key Ar keyfile |