]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct tag len check when determining how much space we have in the pkt
authorMatt Caswell <matt@openssl.org>
Mon, 13 Nov 2023 11:27:54 +0000 (11:27 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 15 Nov 2023 10:06:52 +0000 (11:06 +0100)
commit46376fcf4b6d11ec417c2a530475037d4d09fcbf
tree9df82a52bd87f469c236fc51c91e18813ac08602
parentaa6ac60728207ba18779d7cbe71893c066bcbc28
Correct tag len check when determining how much space we have in the pkt

If the available space is equal to the tag length then we have no available
space for plaintext data.

Fixes #22699

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