diff options
author | 2014-04-18 15:46:50 +0000 | |
---|---|---|
committer | 2014-04-18 15:46:50 +0000 | |
commit | 46249e12f6f67cd38f1ca94bfea7f10b0440d91f (patch) | |
tree | 3d63484fbee6ac11629e6c668398b13c5f78f991 | |
parent | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep (diff) | |
download | wireguard-openbsd-46249e12f6f67cd38f1ca94bfea7f10b0440d91f.tar.xz wireguard-openbsd-46249e12f6f67cd38f1ca94bfea7f10b0440d91f.zip |
Document support for "openssl s_client -starttls lmtp"
-rw-r--r-- | lib/libssl/src/doc/apps/s_client.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/apps/s_client.pod b/lib/libssl/src/doc/apps/s_client.pod index 3215b2e8c96..445260d91a7 100644 --- a/lib/libssl/src/doc/apps/s_client.pod +++ b/lib/libssl/src/doc/apps/s_client.pod @@ -209,7 +209,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", and "ftp". +supported keywords are "smtp", "lmtp", "pop3", "imap", and "ftp". =item B<-tlsextdebug> |