openssl/ssl/quic
Hugo Landau b626a0f1fd SSL_handle_events(): Minor fixes to documentation
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)
2023-05-29 08:52:44 +02:00
..
build.info Support trace for QUIC datagrams 2023-05-24 12:18:27 +01:00
cc_newreno.c
quic_ackm.c
quic_cfq.c
quic_channel_local.h Rename msg_callback_s to msg_callback_ssl for greater clarity 2023-05-24 12:18:33 +01:00
quic_channel.c Rename msg_callback_s to msg_callback_ssl for greater clarity 2023-05-24 12:18:33 +01:00
quic_demux.c
quic_fc.c QUIC FC: Correct operation of stream count mode 2023-05-24 10:34:47 +01:00
quic_fifd.c QUIC FIFD: Add support for callback on frame ACK 2023-05-12 14:47:13 +01:00
quic_impl.c SSL_handle_events(): Minor fixes to documentation 2023-05-29 08:52:44 +02:00
quic_local.h Create setter functions for the msg_callback and msg_callback_arg 2023-05-24 12:18:33 +01:00
quic_method.c
quic_reactor.c QUIC: Rename SSL_tick, SSL_get_tick_timeout 2023-05-29 08:51:12 +02:00
quic_record_rx.c Rename msg_callback_s to msg_callback_ssl for greater clarity 2023-05-24 12:18:33 +01:00
quic_record_shared.c
quic_record_shared.h
quic_record_tx.c Rename msg_callback_s to msg_callback_ssl for greater clarity 2023-05-24 12:18:33 +01:00
quic_record_util.c
quic_rstream.c
quic_rx_depack.c Rename msg_callback_s to msg_callback_ssl for greater clarity 2023-05-24 12:18:33 +01:00
quic_sf_list.c
quic_sstream.c QUIC QSM: Stream garbage collection 2023-05-12 14:47:13 +01:00
quic_statm.c
quic_stream_map.c QUIC QSM: Correct the logic for determining stream count limits 2023-05-24 10:34:47 +01:00
quic_thread_assist.c
quic_tls.c
quic_trace.c Use the %llu format specifier for uint64_t 2023-05-24 12:18:33 +01:00
quic_tserver.c QUIC: Fix bugs where threading is disabled 2023-05-24 10:34:54 +01:00
quic_txp.c Rename msg_callback_s to msg_callback_ssl for greater clarity 2023-05-24 12:18:33 +01:00
quic_txpim.c
quic_wire_pkt.c Enable tracing of packets that have been sent 2023-05-24 12:18:33 +01:00
quic_wire.c Properly handling stream/crypto frames while tracing 2023-05-24 12:18:33 +01:00
uint_set.c