diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 58f88d021f..b6a3c2de24 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.86 2017/08/28 17:50:58 jsing Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.87 2018/02/18 07:43:55 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: August 28 2017 $ | 115 | .Dd $Mdocdate: February 18 2018 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -3578,6 +3578,7 @@ Verify the input data and output the recovered data. | |||
3578 | .Op Fl crlf | 3578 | .Op Fl crlf |
3579 | .Op Fl debug | 3579 | .Op Fl debug |
3580 | .Op Fl extended_crl | 3580 | .Op Fl extended_crl |
3581 | .Op Fl groups | ||
3581 | .Op Fl ign_eof | 3582 | .Op Fl ign_eof |
3582 | .Op Fl ignore_critical | 3583 | .Op Fl ignore_critical |
3583 | .Op Fl issuer_checks | 3584 | .Op Fl issuer_checks |
@@ -3691,6 +3692,8 @@ Translate a line feed from the terminal into CR+LF, | |||
3691 | as required by some servers. | 3692 | as required by some servers. |
3692 | .It Fl debug | 3693 | .It Fl debug |
3693 | Print extensive debugging information, including a hex dump of all traffic. | 3694 | Print extensive debugging information, including a hex dump of all traffic. |
3695 | .It Fl groups Ar ecgroups | ||
3696 | Specify a colon-separated list of permitted EC curve groups. | ||
3694 | .It Fl ign_eof | 3697 | .It Fl ign_eof |
3695 | Inhibit shutting down the connection when end of file is reached in the input. | 3698 | Inhibit shutting down the connection when end of file is reached in the input. |
3696 | .It Fl key Ar keyfile | 3699 | .It Fl key Ar keyfile |