Move the TLS1.0/1.1/1.2 record crypto code into the new record layer
authorMatt Caswell <matt@openssl.org>
Mon, 18 Apr 2022 07:57:32 +0000 (08:57 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commitaedbb71b6334a6cb616cf31cbb5de02109a2c5ed
tree53b3c40066e4fbb71198bd02963e4305e54c1fb1
parent4030869d24309bfb5292e7bec41cd2b3012ba99d
Move the TLS1.0/1.1/1.2 record crypto code into the new record layer

Only done for the read side so far. Still need to do TLS1.3 and SSL3.0.
Also need to separate out KTLS.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
ssl/d1_lib.c
ssl/record/record.h
ssl/record/recordmethod.h
ssl/record/ssl3_record.c
ssl/record/tlsrecord.c
ssl/ssl_lib.c
ssl/t1_enc.c
ssl/t1_lib.c