Move need_empty_fragments inside the record layer
authorMatt Caswell <matt@openssl.org>
Tue, 30 Aug 2022 15:26:33 +0000 (16:26 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Sep 2022 13:54:49 +0000 (14:54 +0100)
commitb9e4e78342df6575b358def3d951227e9c6cebda
treee39c0b55283541cd005d44efd5acb20d333b0a62
parent91141aa1b0ff9d92323e2545bb9f6f0d1e2a8844
Move need_empty_fragments inside the record layer

This flag can now be managed entirely by the new record layer code so we
move it into ossl_record_layer_st.

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/recmethod_local.h
ssl/record/methods/tls_common.c
ssl/s3_enc.c
ssl/ssl_local.h
ssl/t1_enc.c