]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove SSL_USE_EXPLICT_IV() from the record layer methods
authorMatt Caswell <matt@openssl.org>
Thu, 19 May 2022 16:11:13 +0000 (17:11 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commit88d616805cab4fd052bcff890627668a8f4bae33
treed20ebc039dac4a1f475ed0052a8e9bd8d09d7bfb
parent9cd9e0978b237ebb6cc4110532d95903b1c6bf5c
Remove SSL_USE_EXPLICT_IV() from the record layer methods

Instead we introduce RLAYER_USE_EXPLICIT_IV(). This removes a dependency
on the SSL object.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls1_meth.c
ssl/record/methods/tls_common.c