]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/record/methods/recmethod_local.h
Add a post encryption processing step
authorMatt Caswell <matt@openssl.org>
Tue, 4 Oct 2022 14:59:06 +0000 (15:59 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
commit2a354d54632cccf7d76130712d068a3ef188a356
tree0d04fdce4950f013a90405fe8efdd4a91c698de2
parent757ef3bab02e976500ffd2b1ae2229ed62f85a61
Add a post encryption processing step

For example in this we add the MAC if we are doing encrypt-then-mac.

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