diff options
author | tb <> | 2023-12-29 12:06:48 +0000 |
---|---|---|
committer | tb <> | 2023-12-29 12:06:48 +0000 |
commit | 3bb20b5309c2ee7a1cffbae029be5dbf4306a10b (patch) | |
tree | 5c5e36628dffe9c350604857846ae2b19e25713e /src/usr.bin/openssl/openssl.1 | |
parent | 74f37a921dec4d88238715b69fdd65f00d225fda (diff) | |
download | openbsd-3bb20b5309c2ee7a1cffbae029be5dbf4306a10b.tar.gz openbsd-3bb20b5309c2ee7a1cffbae029be5dbf4306a10b.tar.bz2 openbsd-3bb20b5309c2ee7a1cffbae029be5dbf4306a10b.zip |
s_client: pause hasn't worked in ages. Just ignore it
ok jsing
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index be060a3e54..3c376f4b46 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.152 2023/07/27 07:01:50 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.153 2023/12/29 12:06:48 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: July 27 2023 $ | 113 | .Dd $Mdocdate: December 29 2023 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -4279,7 +4279,6 @@ Verify the input data and output the recovered data. | |||
4279 | .Op Fl no_tls1_2 | 4279 | .Op Fl no_tls1_2 |
4280 | .Op Fl no_tls1_3 | 4280 | .Op Fl no_tls1_3 |
4281 | .Op Fl pass Ar arg | 4281 | .Op Fl pass Ar arg |
4282 | .Op Fl pause | ||
4283 | .Op Fl policy_check | 4282 | .Op Fl policy_check |
4284 | .Op Fl port Ar port | 4283 | .Op Fl port Ar port |
4285 | .Op Fl prexit | 4284 | .Op Fl prexit |
@@ -4445,8 +4444,6 @@ Disable the use of TLS1.2 and 1.3, respectively. | |||
4445 | Disable RFC 4507 session ticket support. | 4444 | Disable RFC 4507 session ticket support. |
4446 | .It Fl pass Ar arg | 4445 | .It Fl pass Ar arg |
4447 | The private key password source. | 4446 | The private key password source. |
4448 | .It Fl pause | ||
4449 | Pause 1 second between each read and write call. | ||
4450 | .It Fl port Ar port | 4447 | .It Fl port Ar port |
4451 | The | 4448 | The |
4452 | .Ar port | 4449 | .Ar port |