]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/quic/quic_channel.c
Raise a protocol error if we have not received transport params from peer
authorMatt Caswell <matt@openssl.org>
Wed, 7 Dec 2022 16:55:21 +0000 (16:55 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 22 Feb 2023 05:34:04 +0000 (05:34 +0000)
commit62d0da12e397811e26be5b5be8a1cfe54de5031e
tree3916ee7541152df4215b5bf5918346c15b651957
parentf10e5885f01582c449eff8df70b61c916d9224cf
Raise a protocol error if we have not received transport params from peer

If we complete the TLS handshake but transport params were not received
then this is a protcol error and we should fail.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20030)
ssl/quic/quic_channel.c