Remove the old buffer management code
authorMatt Caswell <matt@openssl.org>
Mon, 17 Oct 2022 14:46:02 +0000 (15:46 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 Oct 2022 13:39:33 +0000 (14:39 +0100)
commite158ada6a74e5903354fdd5a6f56a32bbbba69fd
tree7e5df16b6dfdb022af0e0b9aa8fa564196a16274
parentfaa3e66c27a5e88f048f3ed30cfca297eda13eb6
Remove the old buffer management code

We no longer use the old buffer management code now that it has all been
moved to the new record layer.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19424)
14 files changed:
ssl/d1_lib.c
ssl/record/build.info
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls_common.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_local.h
ssl/record/ssl3_buffer.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/ssl_utst.c
ssl/statem/extensions.c
ssl/statem/statem.c