openssl/ssl/record/methods
Matt Caswell aca70ca81c Defer record header preparation to the protocol methods
We introduce a new function to prepare the record header. KTLS has its own
version since this is done by the kernel.

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 Use the configured max_send_fragment value in the write record layer 2022-10-12 15:53:31 +01:00
ktls_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
recmethod_local.h Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
ssl3_cbc.c
ssl3_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
tls1_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
tls13_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
tls_common.c Defer record header preparation to the protocol methods 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 Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00