openssl/ssl/record/methods
Matt Caswell 2b71b04220 Create the write record layer method and object and use it
Make sure we set the write record layer method and create the object
where appropriate. Move the newly restructured writing code into the
record layer object.

For now we are cheating and still accessing the underlying SSL_CONNECTION
object. This will be removed in subsequent commits.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19198)
2022-09-23 14:43:24 +01:00
..
build.info Move some DTLS read code into the read record layer 2022-08-18 16:38:13 +01:00
dtls_meth.c Create the write record layer method and object and use it 2022-09-23 14:43:24 +01:00
ktls_meth.c Create the write record layer method and object and use it 2022-09-23 14:43:24 +01:00
recmethod_local.h Create the write record layer method and object and use it 2022-09-23 14:43:24 +01:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c rl->enc_ctx must be non-NULL and cipher must be set 2022-08-23 12:27:23 +02:00
tls1_meth.c Formatting cleanups 2022-08-18 16:38:14 +01:00
tls13_meth.c Formatting cleanups 2022-08-18 16:38:14 +01:00
tls_common.c Create the write record layer method and object and use it 2022-09-23 14:43:24 +01:00
tlsany_meth.c Tolerate a bad record version in TLSv1.3 plaintext records 2022-08-29 12:21:27 +02:00