summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_channel.c
Commit message (Expand)AuthorAgeFilesLines
* quic_tserver: Add possibility to change the connection idTomas Mraz2023-05-171-5/+22
* Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz2023-05-171-6/+105
* QUIC MSST: Minor fixes and cleanupsHugo Landau2023-05-121-3/+3
* QUIC QSM: Stream garbage collectionHugo Landau2023-05-121-0/+3
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-121-2/+4
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-121-2/+3
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-121-17/+32
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-121-1/+23
* QUIC CHANNEL: Initialise state, FC credit for new streams correctlyHugo Landau2023-05-121-6/+90
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-121-1/+24
* QUIC APL: Add stream creation APIsHugo Landau2023-05-121-0/+29
* QUIC CHANNEL: Handle any number of streamsHugo Landau2023-05-121-4/+35
* QUIC CHANNEL: Store TPs for initial flow control in TX directionHugo Landau2023-05-121-13/+24
* QUIC CHANNEL: Clarify role of RX TPs in preparation of storing TX TPsHugo Landau2023-05-121-3/+3
* QUIC CHANNEL: Remove stream 0-specific codeHugo Landau2023-05-121-25/+0
* QUIC CHANNEL: Fix bug where time callback arg wasn't passedHugo Landau2023-05-011-1/+1
* QUIC: Make QUIC_CHANNEL use newreno CCHugo Landau2023-05-011-1/+1
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-011-2/+2
* Add support for rstream get/release record in the QUIC TLS layerMatt Caswell2023-04-121-8/+23
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-6/+13
* QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau2023-03-301-1/+1
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-301-1/+58
* QUIC CHANNEL: Fix idle timeout handlingHugo Landau2023-03-301-7/+8
* QUIC CHANNEL: Allow time source to be overriddenHugo Landau2023-03-301-9/+17
* Add channel-only tick mode and use it for thread assisted modeHugo Landau2023-03-301-4/+6
* Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau2023-03-301-15/+1
* QUIC Channel: Add a mutexHugo Landau2023-03-301-0/+20
* QUIC: Add support for datagram injectionHugo Landau2023-03-221-0/+5
* Make sure the QRX and QTX are associated with a libctxMatt Caswell2023-03-201-0/+2
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-061-2/+2
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-221-23/+21
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-221-0/+5
* Raise a protocol error if we have not received transport params from peerMatt Caswell2023-02-221-1/+5
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-221-0/+5
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-221-15/+28
* Add the ability to mutate QUIC packets before they are writtenMatt Caswell2023-02-221-0/+13
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-271-2/+3
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-241-21/+23
* QUIC Test Server: Minor fixupsHugo Landau2023-01-191-3/+6
* QUIC CHANNEL: Add basic server support for testingHugo Landau2023-01-191-23/+196
* QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau2023-01-191-45/+186
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-131-11/+11
* QUIC CHANNEL: Handle network errors as connection-fatal eventsHugo Landau2023-01-131-32/+103
* QUIC CSM: Minor style fixesHugo Landau2023-01-131-296/+298
* QUIC: Minor cleanupHugo Landau2023-01-131-14/+18
* QUIC: Use ossl_assertHugo Landau2023-01-131-2/+3
* QUIC CHANNEL: Minor cleanups and bug fixHugo Landau2023-01-131-5/+3
* QUIC CHANNEL: Revise inaccurate commentsHugo Landau2023-01-131-1/+1
* Separate handling of RX and TX enc levelMatt Caswell2023-01-131-21/+31
* QUIC CHANNEL: Only pump the demuxer once per tickHugo Landau2023-01-131-8/+19