aboutsummaryrefslogtreecommitdiff
path: root/test/quic_txp_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21QUIC TXP TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau1-3/+13
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau1-1/+50
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz1-4/+4
2023-08-16quic: process stateless resetsPauli1-2/+2
2023-08-10QUIC TXP: Re-enable accidentially disabled testsHugo Landau1-1/+2
2023-08-08QUIC CFQ: Unreliable transmission for PATH_RESPONSEHugo Landau1-2/+2
2023-07-25QUIC TXP: Add extra testHugo Landau1-2/+32
2023-07-21QUIC TXP: Update tests for refactorHugo Landau1-63/+61
2023-07-21QUIC TXP: Test packet size boundary casesHugo Landau1-3/+66
2023-07-17QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau1-2/+2
2023-07-17QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size cor...Hugo Landau1-1/+1
2023-07-17QUIC QSM/STREAM: Refactor to use RFC stream statesHugo Landau1-2/+3
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau1-3/+4
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell1-2/+2
2023-05-24QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau1-1/+2
2023-05-17Fix test cases using NEW_CONNECTION_ID frameTomas Mraz1-4/+4
2023-05-17quic_txp_test.c: Cleanup use of WPACKETTomas Mraz1-10/+14
2023-05-12QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau1-2/+4
2023-05-12QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau1-1/+3
2023-05-12QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau1-8/+22
2023-05-01QUIC CC: Major revisions to CC abstract interfaceHugo Landau1-1/+1
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau1-3/+5
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau1-3/+3
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau1-1/+91
2023-01-13QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau1-1/+1
2023-01-13QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau1-1/+1
2023-01-13QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau1-0/+11
2023-01-13QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau1-11/+11
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau1-0/+1424