summaryrefslogtreecommitdiff
path: root/ssl/quic
Commit message (Expand)AuthorAgeFilesLines
...
* QUIC CHANNEL: Fix bug where time callback arg wasn't passedHugo Landau2023-05-011-1/+1
* QUIC CC: Use OSSL_PARAMHugo Landau2023-05-011-38/+129
* QUIC CC: Move dummy method to test codeHugo Landau2023-05-012-128/+1
* QUIC CC: Safe multiplicationHugo Landau2023-05-011-3/+15
* QUIC CC: Minor fixesHugo Landau2023-05-011-3/+0
* QUIC: Make QUIC_CHANNEL use newreno CCHugo Landau2023-05-011-1/+1
* QUIC Congestion Control: TestsHugo Landau2023-05-011-0/+21
* QUIC: NewReno congestion controllerHugo Landau2023-05-012-1/+357
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-014-92/+99
* Update the SSL_rstate_string*() return value for QUICMatt Caswell2023-04-271-5/+5
* Allow partially releasing a record for TLSMatt Caswell2023-04-121-8/+19
* Make the data field for get_record() constMatt Caswell2023-04-121-6/+2
* Add support for rstream get/release record in the QUIC TLS layerMatt Caswell2023-04-122-24/+40
* QUIC: Ensure locking when injecting datagramsHugo Landau2023-03-301-4/+14
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-305-20/+33
* QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau2023-03-302-23/+13
* QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau2023-03-306-8/+8
* QUIC Thread Assisted Mode: Support Windows XPHugo Landau2023-03-301-6/+2
* Minor fixes to thread assisted modeHugo Landau2023-03-303-3/+9
* Enhance quic_tserver test to fully test thread assisted modeHugo Landau2023-03-303-1/+79
* QUIC CHANNEL: Fix idle timeout handlingHugo Landau2023-03-301-7/+8
* QUIC CHANNEL: Allow time source to be overriddenHugo Landau2023-03-305-9/+41
* QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau2023-03-301-7/+17
* Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau2023-03-302-26/+25
* Add channel-only tick mode and use it for thread assisted modeHugo Landau2023-03-305-15/+18
* Front End for QUIC Thread Assisted ModeHugo Landau2023-03-302-10/+29
* QUIC Thread Assist CoreHugo Landau2023-03-302-0/+151
* Fix handshake lockingHugo Landau2023-03-301-40/+30
* Add mutex to tserverHugo Landau2023-03-301-0/+8
* Add locking to QUIC front-endHugo Landau2023-03-301-62/+167
* Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau2023-03-304-19/+44
* Annotate functions needing lockingHugo Landau2023-03-302-0/+16
* QUIC Channel: Add a mutexHugo Landau2023-03-302-0/+26
* QUIC Reactor: Allow a mutex to be released during waitsHugo Landau2023-03-302-6/+48
* QUIC DEMUX: Ensure time field is always initialisedHugo Landau2023-03-221-0/+3
* QUIC: Add support for datagram injectionHugo Landau2023-03-222-0/+28
* Fix some Windows issues in the quic_reactorMatt Caswell2023-03-201-4/+5
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-0/+5
* Make sure the QRX and QTX are associated with a libctxMatt Caswell2023-03-201-0/+2
* Fix seg fault when calling SSL_shutdown() for a QUIC connectionMatt Caswell2023-03-201-1/+1
* Fix SSL_has_pending() for QUIC connectionsMatt Caswell2023-03-201-2/+13
* Provide better errors for some QUIC failuresMatt Caswell2023-03-201-2/+2
* Defer unknown QUIC ctrls to the SSL object for TLSMatt Caswell2023-03-201-1/+2
* stream_frame_new(): Add missing allocation checkTomas Mraz2023-03-061-0/+3
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-064-189/+251
* Don't send ciphersuites twice in QUICMatt Caswell2023-02-231-58/+4
* Add const to some test tserver functionsMatt Caswell2023-02-221-4/+4
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-223-32/+33
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-222-2/+7
* Raise a protocol error if we have not received transport params from peerMatt Caswell2023-02-221-1/+5