]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_impl.c
QUIC CHANNEL: Handle any number of streams
[thirdparty/openssl.git] / ssl / quic / quic_impl.c
2023-05-12  Hugo LandauQUIC APL: Create QUIC CHANNEL up front rather than...
2023-05-12  Hugo LandauQUIC: Base client/server identity on SSL method, not...
2023-05-12  Hugo LandauQUIC Dispatch: Refactor APL interface to use SSL pointe...
2023-05-12  Hugo LandauQUIC Dispatch: Enhance SSL object unwrapping functions...
2023-03-30  Hugo LandauQUIC: Ensure locking when injecting datagrams
2023-03-30  Hugo LandauQUIC Thread Assisted mode: miscellaneous fixes
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Refactor locking to be infal...
2023-03-30  Hugo LandauMinor fixes to thread assisted mode
2023-03-30  Hugo LandauEnhance quic_tserver test to fully test thread assisted...
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 channel-only tick mode and use it for thread assist...
2023-03-30  Hugo LandauFront End for QUIC Thread Assisted Mode
2023-03-30  Hugo LandauFix handshake locking
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 Reactor: Allow a mutex to be released during waits
2023-03-21  Hugo LandauQUIC: Add support for datagram injection
2023-03-19  Matt CaswellFix seg fault when calling SSL_shutdown() for a QUIC...
2023-03-19  Matt CaswellFix SSL_has_pending() for QUIC connections
2023-03-19  Matt CaswellProvide better errors for some QUIC failures
2023-03-19  Matt CaswellDefer unknown QUIC ctrls to the SSL object for TLS
2023-02-23  Matt CaswellDon't send ciphersuites twice in QUIC
2023-02-22  Matt CaswellRename various functions OSSL_QUIC_FAULT -> QTEST_FAULT
2023-02-22  Matt CaswellEnable QUIC test server to find out the termination...
2023-01-27  Hugo LandauQUIC FIN Support: Various fixes
2023-01-27  Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-27  Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-24  Matt CaswellRemove the user_ssl field
2023-01-24  Matt CaswellAdd QUIC-TLS server support
2023-01-24  Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-24  Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-19  Hugo LandauQUIC Front-End I/O API: Fix WANT_READ signalling for...
2023-01-13  Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13  Hugo LandauQUIC CSM: Minor style fixes
2023-01-13  Hugo LandauQUIC: Add TODO for CCM support
2023-01-13  Hugo LandauQUIC Front-End I/O API: Determine read completion correctly
2023-01-13  Hugo LandauQUIC: Minor comment and editorial fixes
2023-01-13  Hugo LandauQUIC Front End I/O API: Don't allow EPW to be enabled...
2023-01-13  Hugo LandauQUIC Front End I/O API: Tweaks to handshake processing
2023-01-13  Hugo LandauQUIC Front End I/O API: Remove unnecessary code from...
2023-01-13  Hugo LandauQUIC: Style fixes
2023-01-13  Hugo LandauQUIC Front End I/O API: Wire up SSL_CTX ctrls and remov...
2023-01-13  Hugo LandauQUIC: Revise and add some TODO lines
2023-01-13  Hugo LandauQUIC Front-End I/O API: Ensure BIOs are reffed and...
2023-01-13  Hugo LandauQUIC Front-End I/O API
2022-11-14  Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-09-23  Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-13  Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18  Matt CaswellRemove some remaining SSL object references from DTLS...
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-06-03  Tomas MrazAdd a test_ssl_new testcase
2022-06-03  Tomas MrazFirst working empty protocol test
2022-06-03  Tomas MrazAdd empty implementations of quic method functions