diff options
author | tb <> | 2021-08-29 12:33:15 +0000 |
---|---|---|
committer | tb <> | 2021-08-29 12:33:15 +0000 |
commit | 3958737f5fc329b07f544deb10827ed41270c9e0 (patch) | |
tree | 1efbd8b53fbcab129721e03799552eb949d13bb2 /src/usr.bin/openssl/openssl.1 | |
parent | 8f799e7126310d2baff5f3f8aa6f0832a10de650 (diff) | |
download | openbsd-3958737f5fc329b07f544deb10827ed41270c9e0.tar.gz openbsd-3958737f5fc329b07f544deb10827ed41270c9e0.tar.bz2 openbsd-3958737f5fc329b07f544deb10827ed41270c9e0.zip |
Implement -naccept in the s_server.
doc fixes/ok jmc
ok beck
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 84627a84a5..9d9f5ca580 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.129 2021/03/17 18:08:32 jsing Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.130 2021/08/29 12:33:15 tb 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 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: March 17 2021 $ | 113 | .Dd $Mdocdate: August 29 2021 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -4607,6 +4607,7 @@ will be used. | |||
4607 | .Op Fl keymatexportlen Ar len | 4607 | .Op Fl keymatexportlen Ar len |
4608 | .Op Fl msg | 4608 | .Op Fl msg |
4609 | .Op Fl mtu Ar mtu | 4609 | .Op Fl mtu Ar mtu |
4610 | .Op Fl naccept Ar num | ||
4610 | .Op Fl named_curve Ar arg | 4611 | .Op Fl named_curve Ar arg |
4611 | .Op Fl nbio | 4612 | .Op Fl nbio |
4612 | .Op Fl nbio_test | 4613 | .Op Fl nbio_test |
@@ -4807,6 +4808,10 @@ Export len bytes of keying material (default 20). | |||
4807 | Show all protocol messages with hex dump. | 4808 | Show all protocol messages with hex dump. |
4808 | .It Fl mtu Ar mtu | 4809 | .It Fl mtu Ar mtu |
4809 | Set the link layer MTU. | 4810 | Set the link layer MTU. |
4811 | .It Fl naccept Ar num | ||
4812 | Terminate server after | ||
4813 | .Ar num | ||
4814 | connections. | ||
4810 | .It Fl named_curve Ar arg | 4815 | .It Fl named_curve Ar arg |
4811 | Specify the elliptic curve name to use for ephemeral ECDH keys. | 4816 | Specify the elliptic curve name to use for ephemeral ECDH keys. |
4812 | This option is deprecated; use | 4817 | This option is deprecated; use |