openssl/ssl/record/methods
Matt Caswell 4f428e86d8 Ensure the record layer is responsible for calculating record overheads
Don't calculate the potential record layer expansion outside of the
record layer. We move some code that was doing that into the record
layer.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19424)
2022-10-20 14:39:33 +01:00
..
build.info Restructure the write code 2022-09-23 14:54:49 +01:00
dtls_meth.c Ensure the record layer is responsible for calculating record overheads 2022-10-20 14:39:33 +01:00
ktls_meth.c Ensure the record layer is responsible for calculating record overheads 2022-10-20 14:39:33 +01:00
recmethod_local.h Convert dtls_write_records to use standard record layer functions 2022-10-20 14:39:33 +01:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c Introduce a step to prepare the BIO before writing 2022-10-12 15:53:31 +01:00
tls1_meth.c Convert dtls_write_records to use standard record layer functions 2022-10-20 14:39:33 +01:00
tls13_meth.c Introduce a step to prepare the BIO before writing 2022-10-12 15:53:31 +01:00
tls_common.c Ensure the record layer is responsible for calculating record overheads 2022-10-20 14:39:33 +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 Convert dtls_write_records to use standard record layer functions 2022-10-20 14:39:33 +01:00