]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_channel.c
Don't fail on a bad dcid in the tranport params when fuzzing
[thirdparty/openssl.git] / ssl / quic / quic_channel.c
2023-10-23  Matt CaswellDon't fail on a bad dcid in the tranport params when...
2023-10-20  Hugo LandauQUIC: Prevent incoming oversize tokens
2023-10-20  Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-10-20  Tomas MrazPostpone two TODO(QUIC) items appropriately
2023-10-19  Matt CaswellIgnore ping deadline when calculating tick deadline...
2023-10-19  Matt CaswellIgnore retry packets that arrive too late
2023-09-13  Hugo LandauQUIC CHANNEL: Add missing duplicate TPARAM handling...
2023-09-13  Matt CaswellEnsure QUIC-TLS errors raised during channel start...
2023-09-07  Matt CaswellCopyright year updates
2023-09-01  Hugo LandauQUIC RXDP: Reuse allocations between ACK frame processing
2023-09-01  Hugo LandauQUIC CHANNEL: Introduce concept of (non-)addressed...
2023-09-01  Hugo LandauQUIC CHANNEL: Cleanup poll descriptor management
2023-09-01  Hugo LandauQUIC CHANNEL: Only handle the first protocol error...
2023-08-29  Hugo LandauQUIC: Minimally handle version negotiation packets
2023-08-25  Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-25  Matt CaswellKeep sending datagrams while we have data to send
2023-08-23  Tomas Mrazossl_quic_tx_packetiser_generate(): Always report if...
2023-08-23  Tomas MrazQUIC: Miscellaneous error handling updates
2023-08-22  Tomas MrazQUIC: Update ping deadline when we receive a packet
2023-08-22  Tomas MrazQUIC: Do not discard the INITIAL el too early
2023-08-16  Pauliquic: process stateless resets
2023-08-15  Matt CaswellNewSessionTickets with an early_data extension must...
2023-08-15  Matt CaswellUnexpected QUIC post-handshake CertificateRequests...
2023-08-10  Hugo LandauMinor fixes
2023-08-10  Hugo LandauQUIC CHANNEL: Tune RXFC default parameters
2023-08-10  Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
2023-08-10  Hugo LandauQUIC TEST: Test NEW_CONN_ID frames
2023-08-10  Hugo LandauQUIC TEST: Ensure PING causes ACK generation
2023-08-08  Tomas MrazResolve some of the TODO(QUIC) items
2023-08-08  Hugo LandauQUIC TLS: Rethink error handling
2023-08-08  Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08  Hugo LandauQUIC CHANNEL: Apply flow control to CRYPTO streams
2023-08-08  Hugo LandauQUIC FC: Rename stream count mode to reflect actual...
2023-08-08  Hugo LandauQUIC CHANNEL: Fix typo
2023-08-08  Hugo LandauQUIC QRX: Don't process 1-RTT packets until handshake...
2023-08-08  Hugo LandauQUIC CHANNEL, TXP: Discard INITIAL EL correctly
2023-08-08  Hugo LandauQUIC TLS: Report TLS errors properly as QUIC protocol...
2023-08-08  Hugo LandauQUIC CHANNEL: Send correct alert code if no TPARAMs...
2023-08-08  Hugo LandauQUIC CFQ: Unreliable transmission for PATH_RESPONSE
2023-08-04  Pauliquic compliance: 10.2.3 dropping instead of closing
2023-08-04  Pauliquic conformance: 10.2.1 rate limiting
2023-08-04  Pauliquic conformance: section 10.2.2 requirements
2023-08-04  Pauliquic conformance: section 10.2.1 requirements
2023-08-04  PauliAdd note about RFC 9000 10.2 persist time
2023-08-04  Paulidocument RRFC9000 10.1 MUST requirement
2023-07-31  Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-21  Tom CosgroveFix build when configured with -DOPENSSL_USE_IPV6=0
2023-07-21  Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-19  Hugo LandauQUIC CHANNEL: Initialise max_ack_delay values properly
2023-07-18  Tomas MrazRaise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol...
2023-07-16  Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16  Hugo LandauMinor updates
2023-07-16  Hugo LandauQUIC CONFORMANCE: Stop handling frames after termination
2023-07-16  Hugo LandauQUIC Conformance: Frame Handling Tests
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 9.6
2023-07-16  Hugo LandauQUIC CONFORMANCE: Validate preferred_addr transport...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 19.15: NEW_CONNECTION_ID...
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.5.1
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 17.2.2: Enforce no initia...
2023-07-16  Hugo LandauQUIC CONFORMANCE: Enforce packet header reserved bits
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN Limit
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
2023-07-16  Hugo LandauQUIC CONFORMANCE: Packet handling fixes
2023-07-16  Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-07-07  Tomas MrazQUIC err handling: Save and restore error state
2023-07-07  Tomas MrazQUIC err handling: Properly report network errors
2023-07-04  Hugo LandauRework options handling
2023-07-04  Hugo LandauQUIC: Implement SSL_has_pending
2023-07-02  Tomas MrazCleanse also the send stream data with SSL_OP_CLEANSE_P...
2023-06-27  Matt CaswellBefore we do anything the ping deadline is infinite
2023-06-23  Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-15  Hugo LandauQUIC: Minor fixups
2023-06-15  Hugo LandauQUIC CHANNEL: Inform the ACKM when the handshake is...
2023-06-15  Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15  Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-06-15  Hugo LandauQUIC CHANNEL: Enforce the RX packet forgery limit
2023-06-15  Hugo LandauQUIC RXDP: Strictly enforce ACK PNs with regard to...
2023-06-15  Hugo LandauQUIC CHANNEL: Ensure new packets aren't enforced with...
2023-06-15  Hugo LandauQUIC CHANNEL: Handle key updates correctly
2023-06-15  Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-14  Matt CaswellOnly take note of the ack deadline if we can actually...
2023-06-01  PauliQUIC: CID conformance
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 CaswellEnable tracing of packets that have been sent
2023-05-24  Matt CaswellExtend tracing of frames to transmitted frames
2023-05-24  Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-24  Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
2023-05-17  Tomas Mrazquic_tserver: Add possibility to change the connection id
2023-05-17  Tomas MrazAdd minimal handling of NEW_CONNECTION_ID frames
2023-05-12  Hugo LandauQUIC MSST: Minor fixes and cleanups
2023-05-12  Hugo LandauQUIC QSM: Stream garbage collection
2023-05-12  Hugo LandauQUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
2023-05-12  Hugo LandauQUIC CHANNEL: Do not copy terminate cause as it is...
2023-05-12  Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-12  Hugo LandauQUIC CHANNEL, APL: Reject policy handling
2023-05-12  Hugo LandauQUIC CHANNEL: Initialise state, FC credit for new strea...
2023-05-12  Hugo LandauQUIC CHANNEL: Handle incoming remotely-created streams
2023-05-12  Hugo LandauQUIC APL: Add stream creation APIs
next