From: Harry Betts Date: Fri, 8 May 2026 11:55:49 +0000 (+1000) Subject: openssl-s_client.pod.in: remove mention of empty -alpn handling X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3ee04088c85720bba605e768751184879d26f4;p=thirdparty%2Fopenssl.git openssl-s_client.pod.in: remove mention of empty -alpn handling The functionality was removed in e78253f2d0c1 "Ignore empty ALPN elements in CLI args". CLA: trivial Complements: e78253f2d0c1 "Ignore empty ALPN elements in CLI args" Resolves: https://github.com/openssl/openssl/issues/31088 Reviewed-by: Matt Caswell Reviewed-by: Frederik Wedel-Heinen Reviewed-by: Eugene Syromiatnikov MergeDate: Mon May 11 07:01:42 2026 (Merged from https://github.com/openssl/openssl/pull/31119) --- diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in index a58b5759e97..eec81948ff9 100644 --- a/doc/man1/openssl-s_client.pod.in +++ b/doc/man1/openssl-s_client.pod.in @@ -726,9 +726,6 @@ The I list is a comma-separated list of protocol names that the client should advertise support for. The list should contain the most desirable protocols first. Protocol names are printable ASCII strings, for example "http/1.1" or "spdy/3". -An empty list of protocols is treated specially and will cause the -client to advertise support for the TLS extension but disconnect just -after receiving ServerHello with a list of server supported protocols. The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used. =item B<-ct>, B<-noct>