openssl/ssl/quic
Hugo Landau 04e5226f65 QUIC TXP: Add a function to query if the TXP wants to generate a packet
For use by QUIC CSM.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)
2023-01-13 13:20:12 +00:00
..
build.info QUIC RX: Support refcounted packets and eliminate wrapper 2023-01-13 13:20:10 +00:00
cc_dummy.c
quic_ackm.c
quic_cfq.c
quic_demux.c
quic_dummy_handshake.c
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_local.h
quic_method.c
quic_record_rx.c QUIC RX: Do not handle auto-discard of Initial EL inside the QRX 2023-01-13 13:20:10 +00:00
quic_record_shared.c QUIC Record Layer: Allow INITIAL EL to be rekeyed 2023-01-13 13:20:12 +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 RX: Support refcounted packets and eliminate wrapper 2023-01-13 13:20:10 +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: Add transport parameter and other constants 2023-01-13 13:20:12 +00:00
quic_txp.c QUIC TXP: Add a function to query if the TXP wants to generate a packet 2023-01-13 13:20:12 +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 Wire Format Encoding: Fix handling of zero-length parameters 2023-01-13 13:20:12 +00:00
uint_set.c