Restructure the write code
authorMatt Caswell <matt@openssl.org>
Mon, 12 Sep 2022 14:50:26 +0000 (15:50 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Sep 2022 13:54:49 +0000 (14:54 +0100)
commitbafe524b5ce425105ac321f9fffa23e2d5b06845
tree7826effdfaf9038ce991900e0850e86f6bd5f065
parent4fed6ee1ce4a3374d7223654db13132144275c05
Restructure the write code

Move the multiblock code into a separate file and introduce the usage of
record_functions_st for some write functions.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19198)
ssl/record/methods/build.info
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/tls_multib.c [new file with mode: 0644]
ssl/record/methods/tlsany_meth.c