openssl/ssl/quic
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
..
build.info
cc_newreno.c Resolve some of the TODO(QUIC) items 2023-08-08 15:58:59 +02:00
quic_ackm.c Resolve some of the TODO(QUIC) items 2023-08-08 15:58:59 +02:00
quic_cfq.c
quic_channel_local.h quic: process stateless resets 2023-08-16 12:07:17 +02:00
quic_channel.c Keep sending datagrams while we have data to send 2023-08-25 08:42:39 +02:00
quic_demux.c quic: process stateless resets 2023-08-16 12:07:17 +02:00
quic_fc.c
quic_fifd.c QUIC FIFD: Coverity 2023-08-10 18:19:50 +01:00
quic_impl.c quic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use it 2023-08-23 17:18:48 +02:00
quic_local.h Resolve some of the TODO(QUIC) items 2023-08-08 15:58:59 +02:00
quic_method.c
quic_reactor.c Resolve some of the TODO(QUIC) items 2023-08-08 15:58:59 +02:00
quic_record_rx.c QUIC CHANNEL: Tune RXFC default parameters 2023-08-10 18:19:51 +01:00
quic_record_shared.c QUIC: Add ERR_raise() calls for EVP call failures 2023-08-23 17:18:48 +02:00
quic_record_shared.h
quic_record_tx.c QUIC: Add ERR_raise() calls for EVP call failures 2023-08-23 17:18:48 +02:00
quic_record_util.c QUIC: Add ERR_raise() calls for EVP call failures 2023-08-23 17:18:48 +02:00
quic_rstream.c Resolve some of the TODO(QUIC) items 2023-08-08 15:58:59 +02:00
quic_rx_depack.c QUIC: Miscellaneous error handling updates 2023-08-23 17:18:48 +02:00
quic_sf_list.c
quic_sstream.c
quic_statm.c
quic_stream_map.c Resolve some of the TODO(QUIC) items 2023-08-08 15:58:59 +02:00
quic_thread_assist.c
quic_tls.c Avoid issues with endianness when type is used in SSL_trace() 2023-08-25 12:03:46 +01:00
quic_trace.c quic_trace.c: Fix typo in traces 2023-08-22 12:31:46 +02:00
quic_tserver.c Add the ability to set SSL_trace as the msg_callback in tserver 2023-08-24 10:33:58 +01:00
quic_txp.c Don't keep creating CONNECTION_CLOSE frames 2023-08-25 08:42:39 +02:00
quic_txpim.c Don't keep creating CONNECTION_CLOSE frames 2023-08-25 08:42:39 +02:00
quic_wire_pkt.c QUIC: Add ERR_raise() calls for EVP call failures 2023-08-23 17:18:48 +02:00
quic_wire.c quic: process stateless resets 2023-08-16 12:07:17 +02:00
uint_set.c QUIC UINT_SET: Fix null dereference (coverity) 2023-08-10 18:19:51 +01:00