Test we correctly handle missing ALPN from the server
authorMatt Caswell <matt@openssl.org>
Fri, 8 Sep 2023 16:36:38 +0000 (17:36 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Sep 2023 08:41:05 +0000 (09:41 +0100)
commitd012319145b1c95ecb9ada29f4f03a3b30cf0f41
tree8f7186c700456a958bf3de245cab60e0ba285da3
parent23def9d37156cc3b2c00fb45ec3b8e271a5d4563
Test we correctly handle missing ALPN from the server

ALPN is a requirement for QUIC so it is an error if the server does not
send it.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22066)
test/quicfaultstest.c