]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure our buffer allocation allows for the Explicit IV
authorMatt Caswell <matt@openssl.org>
Thu, 19 Jan 2023 11:59:44 +0000 (11:59 +0000)
committerHugo Landau <hlandau@openssl.org>
Tue, 24 Jan 2023 10:24:35 +0000 (10:24 +0000)
commit4b5ec7c560717ac90b4b05b123e6fe8ab9e20b41
treedee0965a676457f77789aa871d8a368f7bf17f63
parentb958ecf27c5cdbcfab6e27777aca8a9fcd82e7af
Ensure our buffer allocation allows for the Explicit IV

Some ciphers/protocol versions have an explicit IV. We need to make sure we
have sufficient room for it in the underlying buffer.

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