aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-04-25 14:37:25 +0100
committerMatt Caswell <matt@openssl.org>2017-04-25 14:47:50 +0100
commit19044d3c22ffcb711e62db11634476917a0a58d9 (patch)
tree6c83db4d50fa24adc7371d8c1c15d7ea4de46b47
parentd88ab353d3f94031d56d2d6451695eac305c9738 (diff)
downloadopenssl-19044d3c22ffcb711e62db11634476917a0a58d9.tar.gz
Add documentation for the -sctp option in command line apps
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3305)
-rw-r--r--doc/man1/s_client.pod7
-rw-r--r--doc/man1/s_server.pod7
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index 272d997d98..cc2ad4f1f2 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -82,6 +82,7 @@ B<openssl> B<s_client>
[B<-dtls>]
[B<-dtls1>]
[B<-dtls1_2>]
+[B<-sctp>]
[B<-fallback_scsv>]
[B<-async>]
[B<-split_send_frag>]
@@ -387,6 +388,12 @@ With B<-dtls>, B<s_client> will negotiate any supported DTLS protocol version,
whilst B<-dtls1> and B<-dtls1_2> will only support DTLS1.0 and DTLS1.2
respectively.
+=item B<-sctp>
+
+Use SCTP for the transport protocol instead of UDP in DTLS. Must be used in
+conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
+available where OpenSSL has support for SCTP enabled.
+
=item B<-fallback_scsv>
Send TLS_FALLBACK_SCSV in the ClientHello.
diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod
index 838ce2da95..d2fbb84973 100644
--- a/doc/man1/s_server.pod
+++ b/doc/man1/s_server.pod
@@ -83,6 +83,7 @@ B<openssl> B<s_server>
[B<-dtls>]
[B<-dtls1>]
[B<-dtls1_2>]
+[B<-sctp>]
[B<-listen>]
[B<-async>]
[B<-split_send_frag>]
@@ -362,6 +363,12 @@ Any without a cookie will be responded to with a HelloVerifyRequest.
If a ClientHello with a cookie is received then B<s_server> will connect to
that peer and complete the handshake.
+=item B<-sctp>
+
+Use SCTP for the transport protocol instead of UDP in DTLS. Must be used in
+conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
+available where OpenSSL has support for SCTP enabled.
+
=item B<-async>
Switch on asynchronous mode. Cryptographic operations will be performed