summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_txp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix encryption level orderingNeil Horman10 days1-40/+40
* txp_generate_stream_frames(): Set stream id in header early enoughTomas Mraz2024-11-121-1/+1
* QUIC TXP: Fix reserve calculations for PING framesHugo Landau2024-04-181-4/+14
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-081-1/+1
* QUIC TXP: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-4/+7
* QUIC QLOG: Use set0Hugo Landau2024-02-021-3/+3
* QUIC TXP: Allow QLOG instance to be changed after instantiationHugo Landau2024-02-021-0/+6
* QLOG: Wiring: QUIC TXPIM: Record the packet typeHugo Landau2024-02-021-0/+1
* QLOG: Wiring: QUIC FIFDHugo Landau2024-02-021-1/+2
* Keep track of connection credit as we add stream dataMatt Caswell2023-11-151-6/+12
* After a stream has implicit length don't add more stream related framesMatt Caswell2023-11-091-0/+1
* QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau2023-11-081-14/+32
* QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau2023-11-081-26/+14
* Correctly track the original length when generating a stream frameMatt Caswell2023-11-061-3/+5
* Don't create an ack frame if one isn't wanted for this pn_spaceMatt Caswell2023-11-011-1/+1
* QUIC TXP: Fix drainage calculationHugo Landau2023-11-011-17/+6
* QUIC: Prevent incoming oversize tokensHugo Landau2023-10-201-5/+57
* Remove repeated wordsDimitri Papadopoulos2023-09-111-2/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* QUIC CHANNEL: Introduce concept of (non-)addressed modeHugo Landau2023-09-011-2/+2
* Don't keep creating CONNECTION_CLOSE framesMatt Caswell2023-08-251-0/+4
* ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz2023-08-231-4/+6
* QUIC: Miscellaneous error handling updatesTomas Mraz2023-08-231-6/+2
* QUIC TXP: Fix bug where TXPIM PKT could be used after freeHugo Landau2023-08-101-9/+18
* QUIC TEST: Test NEW_CONN_ID framesHugo Landau2023-08-101-9/+12
* Resolve some of the TODO(QUIC) itemsTomas Mraz2023-08-081-2/+2
* QUIC CHANNEL: Improve error reportingHugo Landau2023-08-081-1/+0
* QUIC CHANNEL, TXP: Discard INITIAL EL correctlyHugo Landau2023-08-081-0/+4
* QUIC TXP: Allow PATH_RESPONSE to force paddingHugo Landau2023-08-081-3/+31
* QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE framesHugo Landau2023-08-081-2/+7
* quic conformance: add comment about section 10.2.3 conformancePauli2023-08-041-8/+8
* quic conformance: 10.2.1 rate limitingPauli2023-08-041-1/+52
* QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau2023-07-311-2/+3
* QUIC TXP: Fix bug relating to STREAM FIN generationHugo Landau2023-07-311-0/+7
* QUIC TXP: Generate forced PINGs correctlyHugo Landau2023-07-211-1/+3
* QUIC TXP: Refactor TXP-related deadline handling into TXPHugo Landau2023-07-211-5/+37
* QUIC TXP: Major refactor to handle padding correctlyHugo Landau2023-07-211-414/+805
* QUIC TXP: Handle non-inflight-eligible packets correctlyHugo Landau2023-07-191-4/+23
* QUIC TXP: Do not generate full-size packets when sending CC-excess probesHugo Landau2023-07-191-11/+14
* Minor updates 2Hugo Landau2023-07-171-1/+1
* Minor updatesHugo Landau2023-07-171-3/+6
* QUIC CONFORMANCE: Wire the DATA_SENT stateHugo Landau2023-07-171-1/+9
* QUIC WIRE: Allow encoding/decoding of reserved header bitsHugo Landau2023-07-171-0/+1
* QUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA generationHugo Landau2023-07-171-2/+9
* QUIC CONFORMANCE: RFC 9000 s. 12.5: Application CONNECTION_CLOSE frame maskingHugo Landau2023-07-171-3/+59
* QUIC CONFORMANCE: RFC 9000 s. 12.5: Ensure CFQ can not be used to send disall...Hugo Landau2023-07-171-2/+2
* QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau2023-07-171-1/+1
* QUIC CONFORMANCE: Handle RESET_STREAM final size correctlyHugo Landau2023-07-171-0/+13
* QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size cor...Hugo Landau2023-07-171-2/+3