summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authorlandry <>2015-08-11 05:01:03 +0000
committerlandry <>2015-08-11 05:01:03 +0000
commit2ea8009a06abaf0096774d1fa3d0d7f6d2f98cf5 (patch)
tree266b4b3457383ba096f14212a40b0a44be6be92d /src/usr.bin/openssl/openssl.1
parentf8b563fb5ba1524c821d37308f4e6abfc866bc3f (diff)
downloadopenbsd-2ea8009a06abaf0096774d1fa3d0d7f6d2f98cf5.tar.gz
openbsd-2ea8009a06abaf0096774d1fa3d0d7f6d2f98cf5.tar.bz2
openbsd-2ea8009a06abaf0096774d1fa3d0d7f6d2f98cf5.zip
Improve openssl s_client -starttls xmpp support.
From https://rt.openssl.org/Ticket/Display.html?id=2860&user=guest&pass=guest - add a -xmpphost option to specify the xmpp virtual host - fix an infinite loop when the vhost isnt what the server expects - fix communication with openfire & prosody servers with tweaks & ok bcook@ doug@ manpage bits jmc@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.112
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
6675with a certificate chain can be seen. 6676with a certificate chain can be seen.
6676As a side effect the connection will never fail due to a server 6677As a side effect the connection will never fail due to a server
6677certificate verify failure. 6678certificate verify failure.
6679.It Fl xmpphost Ar hostname
6680This option, when used with
6681.Fl starttls Ar xmpp ,
6682specifies the host for the "to" attribute of the stream element.
6683If this option is not specified then the host specified with
6684.Fl connect
6685will be used.
6678.El 6686.El
6679.Sh S_CLIENT CONNECTED COMMANDS 6687.Sh S_CLIENT CONNECTED COMMANDS
6680If a connection is established with an SSL server, any data received 6688If a connection is established with an SSL server, any data received