]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove the separation betweeen enc_read_ctx and enc_write_ctx
authorMatt Caswell <matt@openssl.org>
Wed, 25 May 2022 16:19:33 +0000 (17:19 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commit6366bdd9be281984d675865ed5467bcf523640c5
treed4a927d73a93c8456751d426e6d0a38853b596db
parented0e298fb8a3864b232e1d3801e849935a7a7f7e
Remove the separation betweeen enc_read_ctx and enc_write_ctx

Similarly with read_hash and write_hash. In the new model we have a
separate record layer object for reading and writing. Therefore we don't
need to distinguish between reading and writing inside the record layer
object in the encryption and md ctxs.

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/ssl3_meth.c
ssl/record/methods/tls13_meth.c
ssl/record/methods/tls1_meth.c
ssl/record/methods/tls_common.c