summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Ensure our buffer allocation allows for the Explicit IVMatt Caswell2023-01-241-1/+5
* QUIC Test Server: Minor fixupsHugo Landau2023-01-193-23/+27
* QUIC DEMUX: Refactor list manipulationHugo Landau2023-01-191-2/+1
* QUIC Test Server ImplementationHugo Landau2023-01-192-0/+164
* QUIC CHANNEL: Add basic server support for testingHugo Landau2023-01-192-26/+209
* QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau2023-01-191-45/+186
* QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau2023-01-191-17/+39
* QUIC Front-End I/O API: Fix WANT_READ signalling for SSL_readHugo Landau2023-01-191-2/+5
* QUIC Front-End I/O API: Fix implementation of SSL_get_errorHugo Landau2023-01-191-8/+8
* QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau2023-01-191-3/+7
* QUIC DHS: (Server support) Add server state machine for DHSHugo Landau2023-01-191-46/+278
* QUIC DEMUX: (Server support) Add support for default handlerHugo Landau2023-01-191-10/+41
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-134-31/+31
* QUIC CHANNEL: Handle network errors as connection-fatal eventsHugo Landau2023-01-131-32/+103
* QUIC QTX: Handle network errors explicitlyHugo Landau2023-01-131-6/+35
* QUIC DEMUX: Handle network errors explicitlyHugo Landau2023-01-131-10/+28
* QUIC CSM: Minor style fixesHugo Landau2023-01-133-319/+321
* QUIC: Minor cleanupHugo Landau2023-01-132-16/+18
* QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau2023-01-132-5/+27
* QUIC: Add TODO for CCM supportHugo Landau2023-01-131-0/+2
* QUIC Front-End I/O API: Determine read completion correctlyHugo Landau2023-01-131-1/+1
* QUIC: Use ossl_assertHugo Landau2023-01-132-4/+7
* QUIC RXDP: Different error messages for stream conditionsHugo Landau2023-01-131-10/+46
* QUIC: Minor comment and editorial fixesHugo Landau2023-01-131-1/+1
* QUIC Front End I/O API: Don't allow EPW to be enabled during AONHugo Landau2023-01-131-9/+4
* QUIC: Back out version string changeHugo Landau2023-01-131-6/+0
* QUIC Front End I/O API: Tweaks to handshake processingHugo Landau2023-01-131-20/+50
* QUIC Front End I/O API: Remove unnecessary code from SSL_get_tick_timeoutHugo Landau2023-01-131-9/+2
* QUIC CHANNEL: Minor cleanups and bug fixHugo Landau2023-01-131-5/+3
* QUIC: Style fixesHugo Landau2023-01-132-2/+3
* QUIC Front End I/O API: Wire up SSL_CTX ctrls and remove unneeded functionsHugo Landau2023-01-131-8/+3
* QUIC CHANNEL: Revise inaccurate commentsHugo Landau2023-01-132-4/+7
* QUIC: Revise and add some TODO linesHugo Landau2023-01-133-3/+3
* QUIC Front End I/O API: Correct implementation of SSL_tick, SSL_get_tick_timeoutHugo Landau2023-01-131-9/+15
* QUIC Front End I/O API: Change version stringHugo Landau2023-01-131-1/+1
* Separate handling of RX and TX enc levelMatt Caswell2023-01-132-21/+32
* QUIC CHANNEL: Only pump the demuxer once per tickHugo Landau2023-01-131-8/+19
* QUIC CHANNEL: Only reprocess after an RX secret has been provisionedHugo Landau2023-01-132-6/+7
* QUIC TXP: Correct an issue with an uninitialized variableHugo Landau2023-01-131-1/+1
* QUIC Front-End I/O API: Ensure BIOs are reffed and freed correctlyHugo Landau2023-01-132-12/+17
* QUIC_CHANNEL: Handle deferred packet processing after yielding of secrets cor...Hugo Landau2023-01-132-7/+23
* QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau2023-01-132-8/+99
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-132-1/+13
* QUIC Front-End I/O API: Wire up the SSL API functionsHugo Landau2023-01-131-53/+245
* QUIC Front-End I/O APIHugo Landau2023-01-133-177/+1249
* QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau2023-01-131-8/+29
* QUIC: Complete the implementation of the RX depacketiser in terms of QUIC_CHA...Hugo Landau2023-01-131-299/+422
* QUIC_CHANNEL: ImplementationHugo Landau2023-01-133-0/+1898
* QUIC: Add QUIC reactorHugo Landau2023-01-132-0/+302
* Add BIO poll descriptorsHugo Landau2023-01-132-0/+36