]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a prepare for encryption step
authorMatt Caswell <matt@openssl.org>
Tue, 27 Sep 2022 15:43:23 +0000 (16:43 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
commit757ef3bab02e976500ffd2b1ae2229ed62f85a61
tree71a82132d0efecf69df17420f1e073297b717ce1
parent2582de25902510cdb934c5ff59845fc26a7f2e28
Add a prepare for encryption step

This applies any mac that might be necessary, ensures that we have
enough space in the WPACKET to perform the encryption and sets up the
SSL3_RECORD ready for that encryption.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19343)
ssl/record/methods/ktls_meth.c
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
ssl/record/methods/tlsany_meth.c