From 19044d3c22ffcb711e62db11634476917a0a58d9 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 25 Apr 2017 14:37:25 +0100 Subject: [PATCH] Add documentation for the -sctp option in command line apps Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/3305) --- doc/man1/s_client.pod | 7 +++++++ doc/man1/s_server.pod | 7 +++++++ 2 files changed, 14 insertions(+) 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 B [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 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 B [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 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 -- 2.25.1