diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 0b01b82d22..0763306219 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.37 2004/02/25 13:43:19 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.38 2004/04/01 10:34:13 djm 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 | .\" |
@@ -5382,7 +5382,8 @@ which it can be seen agrees with the recovered value above. | |||
5382 | .Nm openssl s_client | 5382 | .Nm openssl s_client |
5383 | .Bk -words | 5383 | .Bk -words |
5384 | .Oo | 5384 | .Oo |
5385 | .Fl connect Ar host : Ns Ar port | 5385 | .Fl connect Ar host : Ns Ar port | |
5386 | .Ar host Ns / Ns Ar port | ||
5386 | .Oc | 5387 | .Oc |
5387 | .Op Fl verify Ar depth | 5388 | .Op Fl verify Ar depth |
5388 | .Op Fl cert Ar file | 5389 | .Op Fl cert Ar file |
@@ -5413,6 +5414,7 @@ which it can be seen agrees with the recovered value above. | |||
5413 | .Op Fl starttls Ar protocol | 5414 | .Op Fl starttls Ar protocol |
5414 | .Op Fl engine Ar id | 5415 | .Op Fl engine Ar id |
5415 | .Op Fl rand Ar file ... | 5416 | .Op Fl rand Ar file ... |
5417 | .Op Fl 4 | 6 | ||
5416 | .Ek | 5418 | .Ek |
5417 | .Pp | 5419 | .Pp |
5418 | The | 5420 | The |
@@ -5426,7 +5428,8 @@ useful diagnostic tool for SSL servers. | |||
5426 | The options are as follows: | 5428 | The options are as follows: |
5427 | .Bl -tag -width "XXXX" | 5429 | .Bl -tag -width "XXXX" |
5428 | .It Xo | 5430 | .It Xo |
5429 | .Fl connect Ar host : Ns Ar port | 5431 | .Fl connect Ar host : Ns Ar port | |
5432 | .Ar host Ns / Ns Ar port | ||
5430 | .Xc | 5433 | .Xc |
5431 | This specifies the | 5434 | This specifies the |
5432 | .Ar host | 5435 | .Ar host |
@@ -5435,6 +5438,9 @@ and optional | |||
5435 | to connect to. | 5438 | to connect to. |
5436 | If not specified, then an attempt is made to connect to the local host | 5439 | If not specified, then an attempt is made to connect to the local host |
5437 | on port 4433. | 5440 | on port 4433. |
5441 | Alternatively, the host and port pair may be separated using a forward-slash | ||
5442 | character. | ||
5443 | This form is useful for numeric IPv6 addresses. | ||
5438 | .It Fl cert Ar certname | 5444 | .It Fl cert Ar certname |
5439 | The certificate to use, if one is requested by the server. | 5445 | The certificate to use, if one is requested by the server. |
5440 | The default is not to use a certificate. | 5446 | The default is not to use a certificate. |
@@ -5556,6 +5562,14 @@ or an EGD socket (see | |||
5556 | .Xr RAND_egd 3 ) . | 5562 | .Xr RAND_egd 3 ) . |
5557 | Multiple files can be specified separated by a | 5563 | Multiple files can be specified separated by a |
5558 | .Sq \&: . | 5564 | .Sq \&: . |
5565 | .It Fl 4 | ||
5566 | Specify that | ||
5567 | .Nm s_client | ||
5568 | should attempt connections using IPv4 only. | ||
5569 | .It Fl 6 | ||
5570 | Specify that | ||
5571 | .Nm s_client | ||
5572 | should attempt connections using IPv6 only. | ||
5559 | .El | 5573 | .El |
5560 | .Sh S_CLIENT CONNECTED COMMANDS | 5574 | .Sh S_CLIENT CONNECTED COMMANDS |
5561 | If a connection is established with an SSL server, then any data received | 5575 | If a connection is established with an SSL server, then any data received |