diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-19 07:39:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-04-19 07:39:38 +0000 |
commit | a38ee47f40a33916bab1b0ecd7e85ac0ae897a3c (patch) | |
tree | 1cee45045bba0b0e68710c428e11590739edaa79 | |
parent | c9114ad20a76069cc6e4c8de27c0690f4a36aaa9 (diff) |
update protocols for s_client;s -starttls; from brad
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 11c7a0a2242..bf461841b60 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.63 2009/04/06 18:57:07 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.64 2009/04/19 07:39:37 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: April 6 2009 $ +.Dd $Mdocdate: April 19 2009 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -5587,10 +5587,13 @@ certificate itself is displayed. Send the protocol-specific message(s) to switch to TLS for communication. .Ar protocol is a keyword for the intended protocol. -Currently, the only supported keywords are -.Qq smtp +Currently, the supported keywords are +.Qq ftp , +.Qq imap , +.Qq smtp , +.Qq pop3 , and -.Qq pop3 . +.Qq xmpp . .It Fl state Prints out the SSL session states. .It Fl verify Ar depth |