diff options
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 8d49bf7b36..ea6f9fcbb0 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.18 2015/08/02 12:43:44 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.19 2015/08/11 05:01:03 landry 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 2 2015 $ | 115 | .Dd $Mdocdate: August 11 2015 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -6487,6 +6487,7 @@ which it can be seen agrees with the recovered value above. | |||
6487 | .Op Fl tlsextdebug | 6487 | .Op Fl tlsextdebug |
6488 | .Op Fl verify Ar depth | 6488 | .Op Fl verify Ar depth |
6489 | .Op Fl x509_strict | 6489 | .Op Fl x509_strict |
6490 | .Op Fl xmpphost Ar host | ||
6490 | .Ek | 6491 | .Ek |
6491 | .nr nS 0 | 6492 | .nr nS 0 |
6492 | .Pp | 6493 | .Pp |
@@ -6675,6 +6676,13 @@ Currently the verify operation continues after errors so all the problems | |||
6675 | with a certificate chain can be seen. | 6676 | with a certificate chain can be seen. |
6676 | As a side effect the connection will never fail due to a server | 6677 | As a side effect the connection will never fail due to a server |
6677 | certificate verify failure. | 6678 | certificate verify failure. |
6679 | .It Fl xmpphost Ar hostname | ||
6680 | This option, when used with | ||
6681 | .Fl starttls Ar xmpp , | ||
6682 | specifies the host for the "to" attribute of the stream element. | ||
6683 | If this option is not specified then the host specified with | ||
6684 | .Fl connect | ||
6685 | will be used. | ||
6678 | .El | 6686 | .El |
6679 | .Sh S_CLIENT CONNECTED COMMANDS | 6687 | .Sh S_CLIENT CONNECTED COMMANDS |
6680 | If a connection is established with an SSL server, any data received | 6688 | If a connection is established with an SSL server, any data received |