summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_txp.c
AgeCommit message (Expand)Author
2023-08-25Don't keep creating CONNECTION_CLOSE framesMatt Caswell
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz
2023-08-23QUIC: Miscellaneous error handling updatesTomas Mraz
2023-08-10QUIC TXP: Fix bug where TXPIM PKT could be used after freeHugo Landau
2023-08-10QUIC TEST: Test NEW_CONN_ID framesHugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-08-08QUIC CHANNEL, TXP: Discard INITIAL EL correctlyHugo Landau
2023-08-08QUIC TXP: Allow PATH_RESPONSE to force paddingHugo Landau
2023-08-08QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE framesHugo Landau
2023-08-04quic conformance: add comment about section 10.2.3 conformancePauli
2023-08-04quic conformance: 10.2.1 rate limitingPauli
2023-07-31QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau
2023-07-31QUIC TXP: Fix bug relating to STREAM FIN generationHugo Landau
2023-07-21QUIC TXP: Generate forced PINGs correctlyHugo Landau
2023-07-21QUIC TXP: Refactor TXP-related deadline handling into TXPHugo Landau
2023-07-21QUIC TXP: Major refactor to handle padding correctlyHugo Landau
2023-07-19QUIC TXP: Handle non-inflight-eligible packets correctlyHugo Landau
2023-07-19QUIC TXP: Do not generate full-size packets when sending CC-excess probesHugo Landau
2023-07-17Minor updates 2Hugo Landau
2023-07-17Minor updatesHugo Landau
2023-07-17QUIC CONFORMANCE: Wire the DATA_SENT stateHugo Landau
2023-07-17QUIC WIRE: Allow encoding/decoding of reserved header bitsHugo Landau
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA generationHugo Landau
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 12.5: Application CONNECTION_CLOSE frame maskingHugo Landau
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 12.5: Ensure CFQ can not be used to send disall...Hugo Landau
2023-07-17QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau
2023-07-17QUIC CONFORMANCE: Handle RESET_STREAM final size correctlyHugo Landau
2023-07-17QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size cor...Hugo Landau
2023-07-17QUIC QSM: Model final sizes and handle STOP_SENDING correctlyHugo Landau
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 3.3: Stream States — Permitted Frame Types â€...Hugo Landau
2023-07-17QUIC QSM/STREAM: Refactor to use RFC stream statesHugo Landau
2023-06-16QUIC CHANNEL: Optimise key update using ACKsHugo Landau
2023-06-16QUIC TXP: Make TXP use time callback correctlyHugo Landau
2023-06-16QUIC TXP: Allow callbacks on ACK transmissionHugo Landau
2023-06-16QUIC TXP: Allow next PN to be used to be queriedHugo Landau
2023-06-16QUIC TXP: Remove TX key update handling from TXPHugo Landau
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell
2023-05-12QUIC FIFD: Add support for callback on frame ACKHugo Landau
2023-05-12QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau
2023-05-12QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau
2023-05-01QUIC CC: Major revisions to CC abstract interfaceHugo Landau
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau
2023-01-27QUIC TXP: Fix handling of FIN stream chunksHugo Landau
2023-01-19QUIC Test Server: Minor fixupsHugo Landau