openssl/ssl/quic
Hugo Landau 5ed3a435d5 QUIC QSM: Get rid of recv_fin_retired in favour of recv_state
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21135)
2023-07-17 08:18:05 +10:00
..
build.info
cc_newreno.c
quic_ackm.c QUIC ACKM: Clarify the role of is_inflight 2023-07-17 08:17:57 +10:00
quic_cfq.c
quic_channel_local.h QUIC err handling: Save and restore error state 2023-07-07 15:13:29 +02:00
quic_channel.c QUIC CONFORMANCE: Stop handling frames after termination 2023-07-17 08:17:57 +10:00
quic_demux.c QUIC: Implement SSL_has_pending 2023-07-05 09:02:26 +10:00
quic_fc.c QUIC QSM: Model final sizes and handle STOP_SENDING correctly 2023-07-17 08:17:57 +10:00
quic_fifd.c QUIC Send Stream State: Transition to DATA_SENT 2023-07-17 08:17:57 +10:00
quic_impl.c QUIC QSM: Get rid of recv_fin_retired in favour of recv_state 2023-07-17 08:18:05 +10:00
quic_local.h Rework options handling 2023-07-05 09:03:04 +10:00
quic_method.c Remove unused server code 2023-07-05 09:03:04 +10:00
quic_reactor.c
quic_record_rx.c QUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppression 2023-07-17 08:17:57 +10:00
quic_record_shared.c
quic_record_shared.h
quic_record_tx.c
quic_record_util.c
quic_rstream.c Cleanse data in send and receive ring buffers on release 2023-07-03 09:15:13 +10:00
quic_rx_depack.c QUIC CONFORMANCE/APL: Handle FIN/reset retirement correctly 2023-07-17 08:17:58 +10:00
quic_sf_list.c
quic_sstream.c Cleanse data in send and receive ring buffers on release 2023-07-03 09:15:13 +10:00
quic_statm.c
quic_stream_map.c QUIC QSM: Update API documentation 2023-07-17 08:17:58 +10:00
quic_thread_assist.c Don't compile quic_thread_assist.c on OPENSSL_NO_QUIC_THREAD_ASSIST 2023-07-06 12:55:21 +10:00
quic_tls.c
quic_trace.c QUIC CONFORMANCE: Enforce minimal frame type encoding 2023-07-17 08:17:57 +10:00
quic_tserver.c QUIC QSM: Get rid of recv_fin_retired in favour of recv_state 2023-07-17 08:18:05 +10:00
quic_txp.c QUIC CONFORMANCE: Wire the DATA_SENT state 2023-07-17 08:17:57 +10:00
quic_txpim.c
quic_wire_pkt.c QUIC WIRE: Allow encoding/decoding of reserved header bits 2023-07-17 08:17:57 +10:00
quic_wire.c QUIC Conformance: Frame Handling Tests 2023-07-17 08:17:57 +10:00
uint_set.c