openssl/ssl/record/methods
Tomas Mraz 2edf021463 tls_common.c: Handle inner content type properly on Big Endian
When passing the inner content type to msg_callback,
the lowest byte of rec->type needs to be passed instead
of directly passing the rec->type otherwise the value is
incorrect on Big Endian platforms.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28627)
2025-09-23 16:37:35 +02:00
..
build.info
dtls_meth.c Copyright year updates 2025-09-02 13:05:45 +00:00
ktls_meth.c Copyright year updates 2025-09-02 13:05:45 +00:00
recmethod_local.h
ssl3_cbc.c
ssl3_meth.c
tls1_meth.c Fix ossl_prov_set_macctx 2025-09-17 10:21:46 +10:00
tls13_meth.c Copyright year updates 2025-09-02 13:05:45 +00:00
tls_common.c tls_common.c: Handle inner content type properly on Big Endian 2025-09-23 16:37:35 +02:00
tls_multib.c Copyright year updates 2025-09-02 13:05:45 +00:00
tls_pad.c Copyright year updates 2025-09-02 13:05:45 +00:00
tlsany_meth.c