openssl/ssl/record/methods
Matt Caswell 3c7b9ef9c5 Use a record layer specific message callback
Don't use the message callback from the SSL object. Instead we use a
wrapper callback so that the record layer does not need to be aware of the
SSL object.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
2022-08-18 16:38:13 +01:00
..
build.info Move ktls.c into the record layer 2022-08-18 16:38:12 +01:00
ktls_meth.c Move early data counting out of the SSL object and into the record layer 2022-08-18 16:38:13 +01:00
recmethod_local.h Use a record layer specific message callback 2022-08-18 16:38:13 +01:00
ssl3_cbc.c Move protocol version specific code into separate files 2022-08-18 16:38:12 +01:00
ssl3_meth.c Move the sequence number into the OSSL_RECORD_LAYER object 2022-08-18 16:38:12 +01:00
tls1_meth.c Move the sequence number into the OSSL_RECORD_LAYER object 2022-08-18 16:38:12 +01:00
tls13_meth.c Move the sequence number into the OSSL_RECORD_LAYER object 2022-08-18 16:38:12 +01:00
tls_common.c Use a record layer specific message callback 2022-08-18 16:38:13 +01:00
tlsany_meth.c Remove unneccesary KTLS code from non-KTLS specific files 2022-08-18 16:38:12 +01:00