]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_port.c
Copyright year updates
[thirdparty/openssl.git] / ssl / quic / quic_port.c
2024-04-09  Richard LevitteCopyright year updates
2024-02-02  Hugo LandauQLOG: Minor fixes after port refactor
2024-01-31  Neil HormanCheck all frames for stateless reset conditions
2023-12-21  Hugo LandauQUIC PORT: Add explicit cast to get_time wrapper
2023-12-21  Hugo LandauMinor fixes
2023-12-21  Hugo LandauMinor updates
2023-12-21  Hugo LandauQUIC APL, TSERVER: Start using a QUIC_ENGINE object
2023-12-21  Hugo LandauQUIC ENGINE: Add unused QUIC_ENGINE object
2023-12-21  Hugo LandauQUIC PORT: Fix BIO_dgram usage under Winsock due to...
2023-12-21  Hugo LandauQUIC PORT: Allow errors to be tracked at port level
2023-12-21  Hugo LandauQUIC PORT: Formalise states of a port
2023-12-21  Hugo LandauQUIC PORT: Resolve TODOs
2023-12-21  Hugo LandauQUIC DEMUX: Remove obsolete SRT handling code
2023-12-21  Hugo LandauQUIC CHANNEL: Finish moving SRT handling to SRTM
2023-12-21  Hugo LandauQUIC CHANNEL: Keep a reference to our LCIDM
2023-12-21  Hugo LandauQUIC PORT: Enable injection of incoming URXEs into...
2023-12-21  Hugo LandauQUIC DEMUX: Allow parsed DCID to be learnt in default...
2023-12-21  Hugo LandauQUIC PORT: Create a LCIDM
2023-12-21  Hugo LandauQUIC PORT: Partially move stateless reset handling...
2023-12-21  Hugo LandauQUIC PORT: Add SRTM wiring
2023-12-21  Hugo LandauQUIC PORT, CHANNEL: Move ticking code into QUIC_PORT
2023-12-21  Hugo LandauQUIC PORT, CHANNEL: Move DEMUX and default packet handl...
2023-12-21  Hugo LandauQUIC PORT: Make QUIC_PORT responsible for creation...
2023-12-21  Hugo LandauQUIC PORT: Record a SSL_CTX for use when creating hands...
2023-12-21  Hugo LandauQUIC PORT: Keep a list of all child channels
2023-12-21  Hugo LandauQUIC CHANNEL, PORT: Abstract time retrieval
2023-12-21  Hugo LandauQUIC PORT: Add basic unwired QUIC_PORT object