Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layer
authorMatt Caswell <matt@openssl.org>
Wed, 14 Sep 2022 14:24:10 +0000 (15:24 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 5 Oct 2022 14:21:37 +0000 (15:21 +0100)
commit9251c3c4c7695b6268fcd122e18643d61f02b5dd
tree070d48d3c017cff9702720287b71df582ba5f66d
parent830225901365b7076eaa5afc580529394e2a137f
Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layer

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19217)
ssl/record/methods/dtls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/ssl3_meth.c
ssl/record/methods/tls1_meth.c
ssl/record/methods/tls_common.c
ssl/record/methods/tls_multib.c
ssl/t1_enc.c