summaryrefslogtreecommitdiffstats
path: root/ssl/quic
AgeCommit message (Expand)Author
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