summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2023-09-01QUIC: Make TLS1_FLAGS_QUIC privateHugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-09-01QUIC CHANNEL: Introduce concept of (non-)addressed modeHugo Landau
2023-09-01QUIC CHANNEL: Cleanup poll descriptor managementHugo Landau
2023-09-01QUIC REACTOR: Move can-poll flags into reactorHugo Landau
2023-08-31QUIC: Harden ring buffer against internal misuseHugo Landau
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-08-25Don't keep creating CONNECTION_CLOSE framesMatt Caswell
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz
2023-08-16quic: process stateless resetsPauli
2023-08-15Add a test for receiving a post-handshake CertificateRequestMatt Caswell
2023-08-15Add the ability to send NewSessionTicket messages when we want themMatt Caswell
2023-08-15NewSessionTickets with an early_data extension must have a valid max valueMatt Caswell
2023-08-15Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATIONMatt Caswell
2023-08-15Remove include/internal/decoder.h, as it's superfluousRichard Levitte
2023-08-10QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau
2023-08-10QUIC TEST: Test NEW_CONN_ID framesHugo Landau
2023-08-10QUIC TEST: Test malformed crypto stream data, excess bufferingHugo Landau
2023-08-10QUIC TEST: Ensure PING causes ACK generationHugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-08QUIC: Move string conversion functions into a source fileHugo Landau
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-08-08QUIC FC: Rename stream count mode to reflect actual functionHugo Landau
2023-08-08QUIC QRX: Don't process 1-RTT packets until handshake is completeHugo Landau
2023-08-08QUIC CHANNEL, TXP: Discard INITIAL EL correctlyHugo Landau
2023-08-08QUIC TLS: Report TLS errors properly as QUIC protocol errorsHugo Landau
2023-08-08QUIC CHANNEL: Send correct alert code if no TPARAMs receivedHugo Landau
2023-08-08QUIC CFQ: Unreliable transmission for PATH_RESPONSEHugo Landau
2023-08-08QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE framesHugo Landau
2023-08-04quic: using #defined constant rather than a magic numberPauli
2023-08-04quic conformance: 10.2.1 rate limitingPauli
2023-08-04quic conformance: section 10.2.2 requirementsPauli
2023-08-02Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell
2023-07-31QUIC QSM: Infrastructure for tracking shutdown flush eligible streamsHugo Landau
2023-07-31QUIC APL: Add internal call to allow changing send buffer sizeHugo Landau
2023-07-31QUIC CHANNEL: Allow ticking to be inhibited for testing purposesHugo Landau
2023-07-27Include <openssl/err.h> in include/refcount.hJohn Kohl
2023-07-21QUIC TXP: Refactor TXP-related deadline handling into TXPHugo Landau
2023-07-21QUIC TXP: Major refactor to handle padding correctlyHugo Landau
2023-07-21QUIC QTX: Add ciphertext size calculation functionHugo Landau
2023-07-19QUIC TXP: Do not generate full-size packets when sending CC-excess probesHugo Landau
2023-07-19QUIC ACKM: Clean up max_ack_delay tracking and separate TX and RX valuesHugo Landau
2023-07-19QUIC STATM: Move max_ack_delay tracking out of STATMHugo Landau
2023-07-19remove duplicate defines, add commentPauli
2023-07-17QUIC: Fix multistream test on macOSHugo Landau