Use the record layer msg_callback not the SSL object msg_callback
authorMatt Caswell <matt@openssl.org>
Mon, 22 Aug 2022 15:03:41 +0000 (16:03 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Sep 2022 13:43:24 +0000 (14:43 +0100)
commit310590139e45116d86627dcc85e83f2e3fcbb6b4
tree93503b0b7c0239bcad533615f05ff1224567b47b
parent3eaead7166ef5aff027e571a9be0def6581ef20c
Use the record layer msg_callback not the SSL object msg_callback

This removes unnecessary usage of the SSL object from the record layer.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19198)
ssl/record/methods/tls_common.c