openssl/ssl/record/methods
Matt Caswell 5f95eb77e7 Move the record padding callback fully into the record layer
We wrap the callback and pass it to the record layer via the dispatch
array, in order to avoid accessing it directly via SSL_CONNECTION.

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:54:49 +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 Replace references to s->wbio with rl->bio 2022-09-23 14:43:24 +01:00
recmethod_local.h Move the record padding callback fully into the record layer 2022-09-23 14:54:49 +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 the record padding callback fully into the record layer 2022-09-23 14:54:49 +01:00
tlsany_meth.c Tolerate a bad record version in TLSv1.3 plaintext records 2022-08-29 12:21:27 +02:00