diff options
author | jmc <> | 2009-04-19 07:39:37 +0000 |
---|---|---|
committer | jmc <> | 2009-04-19 07:39:37 +0000 |
commit | c53fee5456383ed916b708d98dbfe85f652c850f (patch) | |
tree | 031d2035a836235cf10a860ca62e44350305c314 | |
parent | 216bfd64deba6e82096b1370a70cd71e96ddba73 (diff) | |
download | openbsd-c53fee5456383ed916b708d98dbfe85f652c850f.tar.gz openbsd-c53fee5456383ed916b708d98dbfe85f652c850f.tar.bz2 openbsd-c53fee5456383ed916b708d98dbfe85f652c850f.zip |
update protocols for s_client;s -starttls; from brad
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 11c7a0a224..bf461841b6 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.63 2009/04/06 18:57:07 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.64 2009/04/19 07:39:37 jmc 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: April 6 2009 $ | 115 | .Dd $Mdocdate: April 19 2009 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -5587,10 +5587,13 @@ certificate itself is displayed. | |||
5587 | Send the protocol-specific message(s) to switch to TLS for communication. | 5587 | Send the protocol-specific message(s) to switch to TLS for communication. |
5588 | .Ar protocol | 5588 | .Ar protocol |
5589 | is a keyword for the intended protocol. | 5589 | is a keyword for the intended protocol. |
5590 | Currently, the only supported keywords are | 5590 | Currently, the supported keywords are |
5591 | .Qq smtp | 5591 | .Qq ftp , |
5592 | .Qq imap , | ||
5593 | .Qq smtp , | ||
5594 | .Qq pop3 , | ||
5592 | and | 5595 | and |
5593 | .Qq pop3 . | 5596 | .Qq xmpp . |
5594 | .It Fl state | 5597 | .It Fl state |
5595 | Prints out the SSL session states. | 5598 | Prints out the SSL session states. |
5596 | .It Fl verify Ar depth | 5599 | .It Fl verify Ar depth |