summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_txp.c
AgeCommit message (Expand)Author
2024-04-18QUIC TXP: Fix reserve calculations for PING framesHugo Landau
2024-04-09Copyright year updatesRichard Levitte
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau
2024-02-19QUIC TXP: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-02QUIC QLOG: Use set0Hugo Landau
2024-02-02QUIC TXP: Allow QLOG instance to be changed after instantiationHugo Landau
2024-02-02QLOG: Wiring: QUIC TXPIM: Record the packet typeHugo Landau
2024-02-02QLOG: Wiring: QUIC FIFDHugo Landau
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-09After a stream has implicit length don't add more stream related framesMatt Caswell
2023-11-08QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau
2023-11-08QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau
2023-11-06Correctly track the original length when generating a stream frameMatt Caswell
2023-11-01Don't create an ack frame if one isn't wanted for this pn_spaceMatt Caswell
2023-11-01QUIC TXP: Fix drainage calculationHugo Landau
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-09-01QUIC CHANNEL: Introduce concept of (non-)addressed modeHugo Landau
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