]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't create an ack frame if one isn't wanted for this pn_space
authorMatt Caswell <matt@openssl.org>
Tue, 31 Oct 2023 16:24:44 +0000 (16:24 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Nov 2023 18:07:09 +0000 (19:07 +0100)
commitd13488b93690121bd50c97599760a19ead6bcd1f
treec45f885ff5c88950d5248d174b18d8215458791c
parent3ffc6c644c3494b3d5237073cc22c35737f9698a
Don't create an ack frame if one isn't wanted for this pn_space

The txp->want_ack value has different bit values for different pn_space
values. Make sure we take that into account when we read it.

Fixes #22568

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