openssl/ssl/record/methods
Matt Caswell a566864b60 Move initial TLS write record layer code into new structure
The new write record layer architecture splits record writing into
a "write_records" call and a "retry_write_records" call - where multiple
records can be sent to "write_records" in one go. We restructure the code
into that format in order that future commits can move these functions into
the new record layer more easily.

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:39:46 +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 Move initial TLS write record layer code into new structure 2022-09-23 14:39:46 +01:00
ktls_meth.c Move initial TLS write record layer code into new structure 2022-09-23 14:39:46 +01:00
recmethod_local.h Move initial TLS write record layer code into new structure 2022-09-23 14:39:46 +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 Move initial TLS write record layer code into new structure 2022-09-23 14:39:46 +01:00
tlsany_meth.c Tolerate a bad record version in TLSv1.3 plaintext records 2022-08-29 12:21:27 +02:00