X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fs_server.pod;h=d2fbb849736c47d0e8a5f3fd78b0c06948d9ac27;hp=838ce2da95e1b8ea8b6703a27d2190b2a2a0ab41;hb=19044d3c22ffcb711e62db11634476917a0a58d9;hpb=d88ab353d3f94031d56d2d6451695eac305c9738 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