openssl/ssl/record
Tomas Mraz 1cc8c53b0f Avoid issues with endianness when type is used in SSL_trace()
The TLS record type is a single byte value so we can
use uint8_t for it. This allows passing its address
directly to SSL_trace() instead of converting it to
a single byte type first.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21823)
2023-08-25 12:03:46 +01:00
..
methods Avoid issues with endianness when type is used in SSL_trace() 2023-08-25 12:03:46 +01:00
build.info
rec_layer_d1.c Allow partially releasing a record for TLS 2023-04-12 11:02:01 +10:00
rec_layer_s3.c Don't free the prev BIO prematurely 2023-08-17 08:06:43 +01:00
record_local.h
record.h Avoid issues with endianness when type is used in SSL_trace() 2023-08-25 12:03:46 +01:00