]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_txp.c
Don't keep creating CONNECTION_CLOSE frames
[thirdparty/openssl.git] / ssl / quic / quic_txp.c
2023-08-25  Matt CaswellDon't keep creating CONNECTION_CLOSE frames
2023-08-23  Tomas Mrazossl_quic_tx_packetiser_generate(): Always report if...
2023-08-23  Tomas MrazQUIC: Miscellaneous error handling updates
2023-08-10  Hugo LandauQUIC TXP: Fix bug where TXPIM PKT could be used after...
2023-08-10  Hugo LandauQUIC TEST: Test NEW_CONN_ID frames
2023-08-08  Tomas MrazResolve some of the TODO(QUIC) items
2023-08-08  Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08  Hugo LandauQUIC CHANNEL, TXP: Discard INITIAL EL correctly
2023-08-08  Hugo LandauQUIC TXP: Allow PATH_RESPONSE to force padding
2023-08-08  Hugo LandauQUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames
2023-08-04  Pauliquic conformance: add comment about section 10.2.3...
2023-08-04  Pauliquic conformance: 10.2.1 rate limiting
2023-07-31  Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-31  Hugo LandauQUIC TXP: Fix bug relating to STREAM FIN generation
2023-07-21  Hugo LandauQUIC TXP: Generate forced PINGs correctly
2023-07-21  Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-21  Hugo LandauQUIC TXP: Major refactor to handle padding correctly
2023-07-19  Hugo LandauQUIC TXP: Handle non-inflight-eligible packets correctly
2023-07-19  Hugo LandauQUIC TXP: Do not generate full-size packets when sendin...
2023-07-16  Hugo LandauMinor updates 2
2023-07-16  Hugo LandauMinor updates
2023-07-16  Hugo LandauQUIC CONFORMANCE: Wire the DATA_SENT state
2023-07-16  Hugo LandauQUIC WIRE: Allow encoding/decoding of reserved header...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Application CONNECT...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Ensure CFQ can...
2023-07-16  Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-16  Hugo LandauQUIC CONFORMANCE: Handle RESET_STREAM final size correctly
2023-07-16  Hugo LandauQUIC QSM: Free unneeded stream buffers, calculate RESET...
2023-07-16  Hugo LandauQUIC QSM: Model final sizes and handle STOP_SENDING...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 3.3: Stream States —...
2023-07-16  Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-06-15  Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15  Hugo LandauQUIC TXP: Make TXP use time callback correctly
2023-06-15  Hugo LandauQUIC TXP: Allow callbacks on ACK transmission
2023-06-15  Hugo LandauQUIC TXP: Allow next PN to be used to be queried
2023-06-15  Hugo LandauQUIC TXP: Remove TX key update handling from TXP
2023-06-15  Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-05-24  Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24  Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24  Matt CaswellExtend tracing of frames to transmitted frames
2023-05-12  Hugo LandauQUIC FIFD: Add support for callback on frame ACK
2023-05-12  Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-12  Hugo LandauQUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SST...
2023-05-01  Hugo LandauQUIC CC: Major revisions to CC abstract interface
2023-03-30  Hugo LandauQUIC TXP: Allow caller to determine if an ACK-eliciting...
2023-01-30  Hugo LandauQUIC Probes Support: Minor tweaks
2023-01-30  Hugo LandauQUIC TXP: Allow TXP to generate probes
2023-01-27  Hugo LandauQUIC TXP: Fix handling of FIN stream chunks
2023-01-19  Hugo LandauQUIC Test Server: Minor fixups
2023-01-19  Hugo LandauQUIC TXP: Fix generation of CONNECTION_CLOSE
2023-01-13  Hugo LandauQUIC TXP: Fix bug in send stream handling, cleanup
2023-01-13  Hugo LandauQUIC TXP: Correct an issue with an uninitialized variable
2023-01-13  Hugo LandauQUIC TXP: Don't send STREAM frames until handshake...
2023-01-13  Hugo LandauQUIC TXP: Make discard_enc_level match documentation
2023-01-13  Hugo LandauQUIC TXP: Add a function to query if the TXP wants...
2022-11-24  Hugo LandauQUIC TX Packetiser and Streams Mapper