]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
QUIC MULTISTREAM TEST: Test explicit event handling mode
[thirdparty/openssl.git] / ssl /
2024-02-19  Hugo LandauQUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLIN...
2024-02-16  Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-02-16  Hugo LandauQUIC: Fix SSL_ctrl operation for QSSOs
2024-02-14  Hugo LandauFix SSL_export_keying_material for QUIC
2024-02-10  Hugo LandauQUIC POLLING: Support no-quic builds
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-10  Hugo LandauQUIC RIO: Add frontend SSL_poll implementation
2024-02-10  Hugo LandauQUIC: Add polling API
2024-02-09  Frederik Wedel-HeinenRemove unused function arguments from tls_int_new_recor...
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-08  Hugo LandauQUIC: Add new error codes for tuning API
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-02-02  Hugo Landaulibssl: Make some global mutable structures constant
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-31  Matt CaswellRationalise RECORD_LAYER_clear() and clear_record_layer()
2024-01-31  Matt CaswellWhen selecting a method ensure we use the correct clien...
2024-01-31  Matt CaswellFix an assertion failure in tls_common.c
2024-01-25  rilyshreplace strstr() with strchr() for single characters
2024-01-25  Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-23  Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-19  Frederik Wedel-HeinenRemoves unsed function: ssl_bad_method()
2024-01-18  Matt CaswellDon't apply max_frag_len checking if no Max Fragment...
2024-01-18  Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2024-01-18  Matt CaswellDocument SSL_R_UNEXPECTED_EOF_WHILE_READING
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
2024-01-11  Frederik Wedel-HeinenRemove wpend_ret that was only assigned and never used.
2024-01-03  Frederik Wedel-HeinenSimplify ssl protocol version comparisons.
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
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
next