summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-08-16Fix decoders so that they use the passed in propq.slontis
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-10Don't use C++ reserved word template for function argumentsMscVZoltan
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-28vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao
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-19Fix DH_check() excessive time with over sized modulusMatt Caswell
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-18Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-07-17rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb
2023-07-17QUIC: Fix multistream test on macOSHugo Landau
2023-07-17Minor updates 2Hugo Landau
2023-07-17Minor updatesHugo Landau
2023-07-17make updateHugo Landau
2023-07-17QUIC QSM: Get rid of recv_fin_retired in favour of recv_stateHugo Landau
2023-07-17QUIC QSM: Update API documentationHugo Landau