aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2017-02-09 22:20:59 +0100
committerRich Salz <rsalz@openssl.org>2017-02-14 14:15:28 -0500
commit20967afb7f4a2613a6d7230bcbdf99140bccd677 (patch)
tree8072b09042bd4c66aed7f1e4b81426717e1ae9c8 /doc
parentb08ee30bf4fb3d0c92d838778332b7a3afbdb062 (diff)
downloadopenssl-20967afb7f4a2613a6d7230bcbdf99140bccd677.tar.gz
Add Sieve support (RFC 5804) to s_client ("-starttls sieve")
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2300)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/s_client.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index f8c4a9bb04..c4da79fda4 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -437,7 +437,7 @@ command for more information.
send the protocol-specific message(s) to switch to TLS for communication.
B<protocol> is a keyword for the intended protocol. Currently, the only
supported keywords are "smtp", "pop3", "imap", "ftp", "xmpp", "xmpp-server",
-"irc", "postgres", "lmtp" and "nntp".
+"irc", "postgres", "lmtp", "nntp" and "sieve".
=item B<-xmpphost hostname>