QUIC RXDP: Remove non-actionable TODOs
[openssl.git] / ssl / quic /
2023-01-13 Hugo LandauQUIC RXDP: Remove non-actionable TODOs
2023-01-13 Hugo LandauQUIC Transport Parameters: Add CID encoder/decoder...
2023-01-13 Hugo LandauQUIC RX: Refactor unsafe DCID consistency checking
2023-01-13 Hugo LandauQUIC Dummy Handshake Layer: Allow transport parameters...
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...
2023-01-13 Hugo LandauQUIC Record Layer: Allow INITIAL EL to be rekeyed
2023-01-13 Hugo LandauQUIC: Add transport parameter and other constants
2023-01-13 Hugo LandauQUIC Wire Format Encoding: Fix handling of zero-length...
2023-01-13 Hugo LandauQUIC RSTREAM: Allow pointer to be NULL when calling...
2023-01-13 Hugo LandauQUIC TX: Do not have QTX handle refcount of BIOs
2023-01-13 Hugo LandauQUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we...
2023-01-13 Hugo LandauQUIC Wire Encoding: Support Retry Integrity Tag Calculation
2023-01-13 Hugo LandauQUIC RX: Do not handle auto-discard of Initial EL insid...
2023-01-13 Hugo LandauQUIC RX: Fix QRX packet handling refactor w.r.t. list...
2023-01-13 Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2023-01-13 Hugo LandauQUIC: Dummy Handshake Layer for Prototyping
2023-01-13 Hugo LandauQUIC DEMUX: Allow BIO to be changed
2023-01-13 Hugo LandauQUIC Congestion Control: API to determine deadline...
2023-01-13 Hugo LandauQUIC ACKM: Add support for psuedo-loss
2022-11-24 Hugo LandauQUIC TXP: Fix missing OSSL_NELEM include
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-16 PauliQUIC: use list.h
2022-11-16 PauliQUIC ackm: use list.h
2022-11-16 PauliQUIC tx record layer: use list.h
2022-11-16 Pauliuint_set: convert uint_set to use the list data type
2022-11-14 Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-11-14 Tomas MrazQUIC Receive Stream Management: Call QUIC flow control
2022-11-14 Tomas MrazQUIC Receive Stream Management
2022-11-07 Hugo LandauQUIC CFQ Fixes
2022-11-07 Hugo LandauQUIC FIFD
2022-11-07 Hugo LandauQUIC TXPIM
2022-11-07 Hugo LandauQUIC CFQ
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC Wire functions
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_STREAM
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_ACKM / QUIC_CC
2022-10-25 Richard LevitteFix definitions of SHUT_RD and SHUT_WR
2022-10-05 Hugo LandauQUIC Send Stream Management
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-26 Hugo LandauQUIC Flow Control
2022-09-23 Richard LevitteImplement packet type checks in the RX Depacketizer
2022-09-23 Richard LevitteImplement the RX Depacketizer
2022-09-23 Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-22 Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-13 Hugo LandauQUIC QRL: Fix bug in Handshake packet processing
2022-09-13 PauliAvoid struct timeval in QUIC code
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-09-02 Hugo LandauTX key update support, RX time and PN reporting, genera...
2022-09-02 Hugo LandauQUIC Record Layer (Refactor and TX Side)
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-08-24 Hugo LandauUpdates for OSSL_TIME changes
2022-08-24 Hugo LandauQUIC ACK Manager, Statistics Manager and Congestion...
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
2022-08-18 Richard LevitteRX depacketizer (QUIC)
2022-08-12 PauliMake OSSL_TIME a structure
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-03 Tomas MrazAdd a test_ssl_new testcase
2022-06-03 Tomas MrazFirst working empty protocol test
2022-06-03 Tomas MrazAdd empty implementations of quic method functions