summaryrefslogtreecommitdiffstats
path: root/ssl/quic
AgeCommit message (Expand)Author
2022-11-07QUIC CFQ FixesHugo Landau
2022-11-07QUIC FIFDHugo Landau
2022-11-07QUIC TXPIMHugo Landau
2022-11-07QUIC CFQHugo Landau
2022-10-25Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte
2022-10-25Fix 32-bit Windows issues related to QUIC_STREAMRichard Levitte
2022-10-25Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte
2022-10-25Fix definitions of SHUT_RD and SHUT_WRRichard Levitte
2022-10-05QUIC Send Stream ManagementHugo Landau
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-26QUIC Flow ControlHugo Landau
2022-09-23Implement packet type checks in the RX DepacketizerRichard Levitte
2022-09-23Implement the RX DepacketizerRichard Levitte
2022-09-23Move the QUIC_CONNECTION typedef to internal headersRichard Levitte
2022-09-22Add deferred datagram limit to QUIC Record Layer RXHugo Landau
2022-09-13QUIC QRL: Fix bug in Handshake packet processingHugo Landau
2022-09-13Avoid struct timeval in QUIC codePauli
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-09-02TX key update support, RX time and PN reporting, general refactoringHugo Landau
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau
2022-09-02QUIC Demuxer and Record Layer (RX Side)Hugo Landau
2022-08-24Updates for OSSL_TIME changesHugo Landau
2022-08-24QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau
2022-08-18Remove some remaining SSL object references from DTLS record layerMatt Caswell
2022-08-18RX depacketizer (QUIC)Richard Levitte
2022-08-12Make OSSL_TIME a structurePauli
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-06-03Add a test_ssl_new testcaseTomas Mraz
2022-06-03First working empty protocol testTomas Mraz
2022-06-03Add empty implementations of quic method functionsTomas Mraz