Convert the TLSv1.3 crypto code to the new write record layer
authorMatt Caswell <matt@openssl.org>
Fri, 16 Sep 2022 16:34:40 +0000 (17:34 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
commit2c50d7fb06e34c5ab562bf890c49cc00cbd52a56
tree40186d7b6b878a9e22bdf93bfd0fde941210238f
parentef917549f5867d269d359155ff67b8ccb5e66a76
Convert the TLSv1.3 crypto code to the new write record layer

We also clean up some of the KTLS code while we are doing it now that all
users of KTLS have been moved to the new write record layer.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19343)
ssl/record/methods/ktls_meth.c
ssl/record/methods/tls13_meth.c
ssl/record/methods/tls_common.c
ssl/record/rec_layer_s3.c
ssl/ssl_local.h
ssl/statem/statem_clnt.c
ssl/t1_enc.c
ssl/tls13_enc.c
test/sslapitest.c