rand: remove unimplemented librandom stub code
[openssl.git] / ssl / quic /
2024-04-18 Hugo LandauQUIC TXP: Fix reserve calculations for PING frames
2024-04-16 Neil HormanRemove repetitive words
2024-04-10 Hugo LandauChange approach to SSL_pending API
2024-04-10 Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2024-04-09 Richard LevitteCopyright year updates
2024-04-04 Richard LevitteDiverse small VMS build fixups
2024-03-15 Bernd EdlingerTry to fix intermittent CI failures in quic_multistream...
2024-03-09 Hugo LandauQUIC: Add stream write buffer queries
2024-03-07 Hugo LandauQLOG: Fix indentation
2024-03-07 Hugo LandauQUIC: Define error code for stateless reset
2024-03-07 Hugo LandauQUIC: Uniform changes for QUIC error code definitions...
2024-03-06 Hugo LandauQUIC QLOG: Fix use of sprintf
2024-02-19 Hugo LandauMinor updates
2024-02-19 Hugo LandauFix warning
2024-02-19 Hugo LandauJSON_ENC: Ensure ossl_json_flush() really flushes the BIO
2024-02-19 Hugo LandauQUIC CHANNEL: Defer QLOG instantiation until first...
2024-02-19 Hugo LandauQUIC TXP: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC QTX: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC FIFD: Allow QLOG instance retrieval via callback
2024-02-19 Hugo LandauQUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLIN...
2024-02-10 Hugo LandauQUIC POLLING: Implement autotick
2024-02-10 Hugo LandauQUIC APL: Implement SSL_poll backend
2024-02-10 Hugo LandauQUIC QSM: Allow bidi and uni incoming streams to be...
2024-02-09 Hugo LandauTHREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafe
2024-02-09 Hugo LandauQUIC QLOG: Fix use of size_t and uint64_t
2024-02-09 Hugo LandauQUIC QLOG: Retrieve PID correctly on Windows
2024-02-08 Hugo LandauQUIC APL: Move NULL pointer check to quic_impl.c
2024-02-08 Hugo LandauQUIC CHANNEL: Optimise struct packing
2024-02-08 Hugo LandauQuiet false warning about uninitialised variable
2024-02-08 Hugo LandauQUIC CHANNEL: Fix idle timeout computation bug
2024-02-08 Hugo LandauQUIC CHANNEL: Defer transport parameter generation
2024-02-08 Hugo LandauQUIC APL: Add feature query implementation
2024-02-08 Hugo LandauQUIC CHANNEL: Add idle timeout configuration and stream...
2024-02-08 Hugo LandauQUIC RXFC: Add accessor for credit
2024-02-02 Hugo LandauQUIC QLOG: Fix indentation
2024-02-02 Hugo LandauQUIC QLOG: Use set0
2024-02-02 Hugo LandauMinor fixes
2024-02-02 Hugo LandauMinor fixes
2024-02-02 Hugo LandauMinor fixes
2024-02-02 Hugo LandauQUIC QLOG: Record implementation version
2024-02-02 Hugo LandauQUIC QLOG: Allow PID to be overridden
2024-02-02 Hugo LandauQLOG: Fix filter lexing
2024-02-02 Hugo LandauJSON_ENC: Fix initial value of error
2024-02-02 Hugo LandauQUIC CHANNEL: Ensure QLOG instance is used correctly...
2024-02-02 Hugo LandauQUIC QTX: Refactor to enable qlog logging of injected...
2024-02-02 Hugo LandauQUIC TXP: Allow QLOG instance to be changed after insta...
2024-02-02 Hugo LandauQUIC QTX: Allow QLOG instance to be changed after insta...
2024-02-02 Hugo LandauQUIC FIFD: Allow QLOG instance to be changed after...
2024-02-02 Hugo LandauQLOG: Minor updates
2024-02-02 Hugo LandauMinor updates
2024-02-02 Hugo LandauQLOG: Treat empty environment variable as default filter
2024-02-02 Hugo LandauQLOG: Editorial fixes (QLOG is spelled 'qlog')
2024-02-02 Hugo LandauJSON_ENC: Minor tweaks
2024-02-02 Hugo LandauQUIC QLOG: Rename QFILTER to OSSL_QFILTER
2024-02-02 Hugo LandauQLOG: Fix bit_set
2024-02-02 Hugo LandauQLOG: Minor updates
2024-02-02 Hugo LandauQLOG: Minor fixes after port refactor
2024-02-02 Hugo LandauQLOG: JSON Encoder: Rename JSON_ENC
2024-02-02 Hugo LandauQLOG: Events: Implement transport:packet_received
2024-02-02 Hugo LandauQLOG: Events: Implement transport:packet_sent
2024-02-02 Hugo LandauQLOG: Wiring: QUIC QTX
2024-02-02 Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-02-02 Hugo LandauQLOG: QUIC CHANNEL: Allow a log title to be specified
2024-02-02 Hugo LandauQLOG: Events: Implement recovery:packet_lost
2024-02-02 Hugo LandauQLOG: Wiring: QUIC TXPIM: Record the packet type
2024-02-02 Hugo LandauQLOG: Wiring: QUIC FIFD
2024-02-02 Hugo LandauQLOG: Wiring: QUIC QRX: Report the datagram ID from...
2024-02-02 Hugo LandauQLOG: Wiring: QUIC DEMUX: Report a monotonically increa...
2024-02-02 Hugo LandauQLOG: Events: Implement connectivity:connection_closed
2024-02-02 Hugo LandauQLOG: Events: Implement transport:parameters_set
2024-02-02 Hugo LandauQLOG: Events: Implement connectivity:connection_state_u...
2024-02-02 Hugo LandauQLOG: Events: Implement connectivity:connection_started
2024-02-02 Hugo LandauQLOG: Wiring: QUIC CHANNEL
2024-02-02 Hugo LandauQLOG: Frontend: Implementation
2024-02-02 Hugo LandauQLOG: JSON Encoder: Implementation
2024-01-31 Neil HormanCheck all frames for stateless reset conditions
2024-01-31 Matt CaswellFree the QUIC TLS object before freeing the channel
2024-01-31 Matt CaswellFree the tserver TLS object before freeing the channel
2024-01-23 Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-11 Hugo LandauQUIC RCIDM: Minor updates
2024-01-11 Hugo LandauQUIC RCIDM: Fix ANSI compliance
2024-01-11 Hugo LandauQUIC RCIDM: Add counters to support RCID count enforcement
2024-01-11 Hugo LandauQUIC SRTM: Fixes for clang
2024-01-11 Hugo LandauQUIC RCIDM: Minor fixes
2024-01-11 Hugo LandauQUIC RCIDM: Add RCIDM
2023-12-21 Hugo LandauQUIC: Move CID generation to quic_types.c
2023-12-21 Hugo LandauMinor updates
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 CHANNEL: Remove obsolete SRT definitions
2023-12-21 Hugo LandauQUIC PORT: Add missing copyright header
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, LCIDM: Factor duplicate CID generation...
next