Don't attempt a QUIC connection without specifying ALPN
authorMatt Caswell <matt@openssl.org>
Fri, 24 Mar 2023 12:02:37 +0000 (12:02 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 8 May 2023 09:13:39 +0000 (10:13 +0100)
commitd98f4212b778e3b6b7c15b9fce0a3531f59777a2
tree33e35db2a5d2f19d13cc3ace4baf7cd5ab2eedb1
parent90ae2c13c1cc318568c65d6ad18409741cc54eae
Don't attempt a QUIC connection without specifying ALPN

ALPN is required for a successful QUIC connection, so do not allow the
-quic option for s_client without -alpn

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20580)
apps/s_client.c