summaryrefslogtreecommitdiff
path: root/ssl/quic
Commit message (Expand)AuthorAgeFilesLines
* QUIC CFQ FixesHugo Landau2022-11-072-12/+16
* QUIC FIFDHugo Landau2022-11-074-2/+220
* QUIC TXPIMHugo Landau2022-11-072-1/+218
* QUIC CFQHugo Landau2022-11-072-0/+340
* Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte2022-10-252-17/+22
* Fix 32-bit Windows issues related to QUIC_STREAMRichard Levitte2022-10-251-3/+3
* Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte2022-10-254-16/+27
* Fix definitions of SHUT_RD and SHUT_WRRichard Levitte2022-10-251-0/+1
* QUIC Send Stream ManagementHugo Landau2022-10-055-386/+954
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+1
* QUIC Flow ControlHugo Landau2022-09-262-1/+373
* Implement packet type checks in the RX DepacketizerRichard Levitte2022-09-231-1/+74
* Implement the RX DepacketizerRichard Levitte2022-09-234-1/+887
* Move the QUIC_CONNECTION typedef to internal headersRichard Levitte2022-09-233-29/+44
* Add deferred datagram limit to QUIC Record Layer RXHugo Landau2022-09-221-3/+21
* QUIC QRL: Fix bug in Handshake packet processingHugo Landau2022-09-131-7/+7
* Avoid struct timeval in QUIC codePauli2022-09-132-5/+4
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-132-3/+3
* TX key update support, RX time and PN reporting, general refactoringHugo Landau2022-09-026-261/+713
* QUIC Record Layer (Refactor and TX Side)Hugo Landau2022-09-027-470/+1588
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-026-5/+2662
* Updates for OSSL_TIME changesHugo Landau2022-08-242-30/+31
* QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau2022-08-244-1/+2208
* Remove some remaining SSL object references from DTLS record layerMatt Caswell2022-08-181-2/+2
* RX depacketizer (QUIC)Richard Levitte2022-08-181-0/+2
* Make OSSL_TIME a structurePauli2022-08-121-5/+7
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-292-1/+824
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-282-15/+126
* Add a test_ssl_new testcaseTomas Mraz2022-06-032-10/+62
* First working empty protocol testTomas Mraz2022-06-032-18/+54
* Add empty implementations of quic method functionsTomas Mraz2022-06-034-0/+183