openssl/ssl/record/methods
Matt Caswell 2c50d7fb06 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)
2022-10-12 15:53:31 +01:00
..
build.info Restructure the write code 2022-09-23 14:54:49 +01:00
dtls_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
ktls_meth.c Convert the TLSv1.3 crypto code to the new write record layer 2022-10-12 15:53:31 +01:00
recmethod_local.h Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c Move the SSLv3 crypto code into the new record layer 2022-10-05 15:21:37 +01:00
tls1_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
tls13_meth.c Convert the TLSv1.3 crypto code to the new write record layer 2022-10-12 15:53:31 +01:00
tls_common.c Convert the TLSv1.3 crypto code to the new write record layer 2022-10-12 15:53:31 +01:00
tls_multib.c Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layer 2022-10-05 15:21:37 +01:00
tlsany_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00