QUIC APL: Refactor stream-related code into QUIC_XSO object
[openssl.git] / ssl / quic / quic_local.h
2023-05-12 Hugo LandauQUIC APL: Refactor stream-related code into QUIC_XSO...
2023-05-12 Hugo LandauQUIC: Base client/server identity on SSL method, not...
2023-05-12 Hugo LandauQUIC Dispatch: Add simple way to determine if SSL objec...
2023-05-12 Hugo LandauQUIC Dispatch: Introduce the QUIC_XSO object
2023-03-30 Hugo LandauQUIC Thread Assisted mode: miscellaneous fixes
2023-03-30 Hugo LandauQUIC Thread Assisted Mode: Fix typos and use of CRYPTO_...
2023-03-30 Hugo LandauQUIC CHANNEL: Allow time source to be overridden
2023-03-30 Hugo LandauFront End for QUIC Thread Assisted Mode
2023-03-30 Hugo LandauMove channel mutex out of QUIC_CHANNEL for init/teardow...
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 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 Richard LevitteRX depacketizer (QUIC)
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