summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_port.c
AgeCommit message (Expand)Author
2024-04-16Remove repetitive wordsNeil Horman
2024-04-09Copyright year updatesRichard Levitte
2024-02-02QLOG: Minor fixes after port refactorHugo Landau
2024-01-31Check all frames for stateless reset conditionsNeil Horman
2023-12-21QUIC PORT: Add explicit cast to get_time wrapperHugo Landau
2023-12-21Minor fixesHugo Landau
2023-12-21Minor updatesHugo Landau
2023-12-21QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau
2023-12-21QUIC ENGINE: Add unused QUIC_ENGINE objectHugo Landau
2023-12-21QUIC PORT: Fix BIO_dgram usage under Winsock due to bind requirementHugo Landau
2023-12-21QUIC PORT: Allow errors to be tracked at port levelHugo Landau
2023-12-21QUIC PORT: Formalise states of a portHugo Landau
2023-12-21QUIC PORT: Resolve TODOsHugo Landau
2023-12-21QUIC DEMUX: Remove obsolete SRT handling codeHugo Landau
2023-12-21QUIC CHANNEL: Finish moving SRT handling to SRTMHugo Landau
2023-12-21QUIC CHANNEL: Keep a reference to our LCIDMHugo Landau
2023-12-21QUIC PORT: Enable injection of incoming URXEs into a channel via default hand...Hugo Landau
2023-12-21QUIC DEMUX: Allow parsed DCID to be learnt in default packet handlerHugo Landau
2023-12-21QUIC PORT: Create a LCIDMHugo Landau
2023-12-21QUIC PORT: Partially move stateless reset handling to portHugo Landau
2023-12-21QUIC PORT: Add SRTM wiringHugo Landau
2023-12-21QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau
2023-12-21QUIC PORT, CHANNEL: Move DEMUX and default packet handling out of CHANNELHugo Landau
2023-12-21QUIC PORT: Make QUIC_PORT responsible for creation of all channelsHugo Landau
2023-12-21QUIC PORT: Record a SSL_CTX for use when creating handshake layer objectsHugo Landau
2023-12-21QUIC PORT: Keep a list of all child channelsHugo Landau
2023-12-21QUIC CHANNEL, PORT: Abstract time retrievalHugo Landau
2023-12-21QUIC PORT: Add basic unwired QUIC_PORT objectHugo Landau