openssl/ssl/quic
Matt Caswell 45ecfc9b52 Separate handling of RX and TX enc level
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)
2023-01-13 13:20:18 +00:00
..
build.info QUIC_CHANNEL: Implementation 2023-01-13 13:20:14 +00:00
cc_dummy.c QUIC Congestion Control: API to determine deadline at which more credit will be available 2023-01-13 13:20:09 +00:00
quic_ackm.c QUIC ACKM: Add function to get PTO 2023-01-13 13:20:14 +00:00
quic_cfq.c
quic_channel_local.h Separate handling of RX and TX enc level 2023-01-13 13:20:18 +00:00
quic_channel.c Separate handling of RX and TX enc level 2023-01-13 13:20:18 +00:00
quic_demux.c QUIC DEMUX: Allow MTU to vary over time and autodetect MTU 2023-01-13 13:20:17 +00:00
quic_dummy_handshake.c QUIC Dummy Handshake Layer: Allow transport parameters to be set later 2023-01-13 13:20:12 +00:00
quic_fc.c QUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we have a final size 2023-01-13 13:20:11 +00:00
quic_fifd.c
quic_impl.c QUIC Front-End I/O API: Ensure BIOs are reffed and freed correctly 2023-01-13 13:20:17 +00:00
quic_local.h QUIC Front-End I/O API 2023-01-13 13:20:15 +00:00
quic_method.c
quic_reactor.c QUIC: Add QUIC reactor 2023-01-13 13:20:14 +00:00
quic_record_rx.c QUIC RX: Refactor unsafe DCID consistency checking 2023-01-13 13:20:13 +00:00
quic_record_shared.c QUIC Front-End I/O API 2023-01-13 13:20:15 +00:00
quic_record_shared.h
quic_record_tx.c QUIC TX: Do not have QTX handle refcount of BIOs 2023-01-13 13:20:11 +00:00
quic_record_util.c
quic_rstream.c QUIC RSTREAM: Allow pointer to be NULL when calling free 2023-01-13 13:20:12 +00:00
quic_rx_depack.c QUIC: Complete the implementation of the RX depacketiser in terms of QUIC_CHANNEL 2023-01-13 13:20:14 +00:00
quic_sf_list.c QUIC RX: Support refcounted packets and eliminate wrapper 2023-01-13 13:20:10 +00:00
quic_sstream.c
quic_statm.c
quic_stream_map.c QUIC Stream Mapper: CSM-related changes, stream limits handling 2023-01-13 13:20:15 +00:00
quic_txp.c QUIC TXP: Correct an issue with an uninitialized variable 2023-01-13 13:20:17 +00:00
quic_txpim.c
quic_wire_pkt.c QUIC Wire Encoding: Support Retry Integrity Tag Calculation 2023-01-13 13:20:10 +00:00
quic_wire.c QUIC Transport Parameters: Add CID encoder/decoder, make ID optional 2023-01-13 13:20:13 +00:00
uint_set.c