From 3958737f5fc329b07f544deb10827ed41270c9e0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 29 Aug 2021 12:33:15 +0000 Subject: Implement -naccept in the s_server. doc fixes/ok jmc ok beck --- src/usr.bin/openssl/openssl.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/openssl.1') 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 @@ -.\" $OpenBSD: openssl.1,v 1.129 2021/03/17 18:08:32 jsing Exp $ +.\" $OpenBSD: openssl.1,v 1.130 2021/08/29 12:33:15 tb Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: March 17 2021 $ +.Dd $Mdocdate: August 29 2021 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -4607,6 +4607,7 @@ will be used. .Op Fl keymatexportlen Ar len .Op Fl msg .Op Fl mtu Ar mtu +.Op Fl naccept Ar num .Op Fl named_curve Ar arg .Op Fl nbio .Op Fl nbio_test @@ -4807,6 +4808,10 @@ Export len bytes of keying material (default 20). Show all protocol messages with hex dump. .It Fl mtu Ar mtu Set the link layer MTU. +.It Fl naccept Ar num +Terminate server after +.Ar num +connections. .It Fl named_curve Ar arg Specify the elliptic curve name to use for ephemeral ECDH keys. This option is deprecated; use -- cgit v1.2.3-55-g6feb