summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-01-19QUIC Test Server: Minor fixupsHugo Landau
2023-01-19QUIC DEMUX: Refactor list manipulationHugo Landau
2023-01-19QUIC Test Server ImplementationHugo Landau
2023-01-19QUIC CHANNEL: Add basic server support for testingHugo Landau
2023-01-19QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau
2023-01-19QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau
2023-01-19QUIC Front-End I/O API: Fix WANT_READ signalling for SSL_readHugo Landau
2023-01-19QUIC Front-End I/O API: Fix implementation of SSL_get_errorHugo Landau
2023-01-19QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau
2023-01-19QUIC DHS: (Server support) Add server state machine for DHSHugo Landau
2023-01-19QUIC DEMUX: (Server support) Add support for default handlerHugo Landau
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC CHANNEL: Handle network errors as connection-fatal eventsHugo Landau
2023-01-13QUIC QTX: Handle network errors explicitlyHugo Landau
2023-01-13QUIC DEMUX: Handle network errors explicitlyHugo Landau
2023-01-13QUIC CSM: Minor style fixesHugo Landau
2023-01-13QUIC: Minor cleanupHugo Landau
2023-01-13QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau
2023-01-13QUIC: Add TODO for CCM supportHugo Landau
2023-01-13QUIC Front-End I/O API: Determine read completion correctlyHugo Landau
2023-01-13QUIC: Use ossl_assertHugo Landau
2023-01-13QUIC RXDP: Different error messages for stream conditionsHugo Landau
2023-01-13QUIC: Minor comment and editorial fixesHugo Landau
2023-01-13QUIC Front End I/O API: Don't allow EPW to be enabled during AONHugo Landau
2023-01-13QUIC: Back out version string changeHugo Landau
2023-01-13QUIC Front End I/O API: Tweaks to handshake processingHugo Landau
2023-01-13QUIC Front End I/O API: Remove unnecessary code from SSL_get_tick_timeoutHugo Landau
2023-01-13QUIC CHANNEL: Minor cleanups and bug fixHugo Landau
2023-01-13QUIC: Style fixesHugo Landau
2023-01-13QUIC Front End I/O API: Wire up SSL_CTX ctrls and remove unneeded functionsHugo Landau
2023-01-13QUIC CHANNEL: Revise inaccurate commentsHugo Landau
2023-01-13QUIC: Revise and add some TODO linesHugo Landau
2023-01-13QUIC Front End I/O API: Correct implementation of SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-01-13QUIC Front End I/O API: Change version stringHugo Landau
2023-01-13Separate handling of RX and TX enc levelMatt Caswell
2023-01-13QUIC CHANNEL: Only pump the demuxer once per tickHugo Landau
2023-01-13QUIC CHANNEL: Only reprocess after an RX secret has been provisionedHugo Landau
2023-01-13QUIC TXP: Correct an issue with an uninitialized variableHugo Landau
2023-01-13QUIC Front-End I/O API: Ensure BIOs are reffed and freed correctlyHugo Landau
2023-01-13QUIC_CHANNEL: Handle deferred packet processing after yielding of secrets cor...Hugo Landau
2023-01-13QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau
2023-01-13QUIC Front-End I/O API: Wire up the SSL API functionsHugo Landau
2023-01-13QUIC Front-End I/O APIHugo Landau
2023-01-13QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau
2023-01-13QUIC: Complete the implementation of the RX depacketiser in terms of QUIC_CHA...Hugo Landau
2023-01-13QUIC_CHANNEL: ImplementationHugo Landau
2023-01-13QUIC: Add QUIC reactorHugo Landau
2023-01-13Add BIO poll descriptorsHugo Landau
2023-01-13QUIC ACKM: Add function to get PTOHugo Landau