]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal/quic_channel.h
QUIC APL, TSERVER: Start using a QUIC_ENGINE object
[thirdparty/openssl.git] / include / internal / quic_channel.h
2023-12-21  Hugo LandauQUIC APL, TSERVER: Start using a QUIC_ENGINE object
2023-12-21  Hugo LandauQUIC Refactor: Fix ANSI - struct definition duplications
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 PORT: Partially move stateless reset handling...
2023-12-21  Hugo LandauQUIC CHANNEL: Remove legacy calls for functionality...
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 CHANNEL, TSERVER: Move to using libctx/propq/mutex...
2023-12-21  Hugo LandauQUIC TSERVER: Provide a TSERVER's QUIC_CHANNEL with...
2023-12-21  Hugo LandauQUIC CHANNEL: Keep a reference to a QUIC_PORT
2023-12-21  Hugo LandauQUIC CHANNEL: Consolidate forward object declarations...
2023-10-20  Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-09-07  Matt CaswellCopyright year updates
2023-09-01  Hugo LandauQUIC CHANNEL: Cleanup poll descriptor management
2023-08-25  Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-10  Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
2023-08-10  Hugo LandauQUIC TEST: Test NEW_CONN_ID frames
2023-08-10  Hugo LandauQUIC TEST: Ensure PING causes ACK generation
2023-08-08  Hugo LandauQUIC TLS: Rethink error handling
2023-08-08  Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-04  Pauliquic conformance: section 10.2.2 requirements
2023-07-31  Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-16  Hugo LandauQUIC: Fix multistream test on macOS
2023-07-07  Tomas MrazQUIC err handling: Save and restore error state
2023-07-07  Tomas MrazQUIC err handling: Properly report network errors
2023-07-04  Hugo LandauQUIC: Implement SSL_has_pending
2023-06-15  Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-15  Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-05-24  Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24  Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24  Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-17  Tomas Mrazquic_tserver: Add possibility to change the connection id
2023-05-17  Tomas MrazAdd minimal handling of NEW_CONNECTION_ID frames
2023-05-12  Hugo LandauQUIC CHANNEL: Do not copy terminate cause as it is...
2023-05-12  Hugo LandauQUIC CHANNEL, APL: Reject policy handling
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_set_default_stream_mod...
2023-05-12  Hugo LandauQUIC CHANNEL: Handle incoming remotely-created streams
2023-05-12  Hugo LandauQUIC APL: Add stream creation APIs
2023-03-30  Hugo LandauQUIC Thread Assisted mode: miscellaneous fixes
2023-03-30  Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-30  Hugo LandauSwitch to using ossl_crypto_mutex from CRYPTO_RWLOCK
2023-03-30  Hugo LandauAdd locking to QUIC front-end
2023-03-30  Hugo LandauMove channel mutex out of QUIC_CHANNEL for init/teardow...
2023-03-30  Hugo LandauAnnotate functions needing locking
2023-03-30  Hugo LandauQUIC Channel: Add a mutex
2023-03-21  Hugo LandauQUIC: Add support for datagram injection
2023-02-22  Matt CaswellRename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
2023-02-22  Matt CaswellDon't treat the Tserver as connected until the handshak...
2023-02-22  Matt CaswellAdd the ability to mutate TLS handshake messages before...
2023-02-22  Matt CaswellEnable QUIC test server to find out the termination...
2023-02-22  Matt CaswellAdd the ability to mutate QUIC packets before they...
2023-01-27  Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-24  Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-13  Hugo LandauQUIC: Minor comment and editorial fixes
2023-01-13  Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13  Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13  Hugo LandauQUIC_CHANNEL: Implementation