]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for a server that doesn't provide transport params
authorMatt Caswell <matt@openssl.org>
Tue, 6 Dec 2022 16:44:09 +0000 (16:44 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 22 Feb 2023 05:34:04 +0000 (05:34 +0000)
commitf10e5885f01582c449eff8df70b61c916d9224cf
tree8aab3996dc831bdf9a5d592dc0c2ceaa73858d5d
parent6d1f6933595ea66c2e8367fef01e2824b4f3ce6b
Add a test for a server that doesn't provide transport params

Check that we fail if the server has failed to provide transport params.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20030)
include/internal/quic_tserver.h
ssl/quic/quic_tls.c
ssl/quic/quic_tserver.c
test/helpers/quictestlib.c
test/helpers/quictestlib.h
test/quicfaultstest.c