QUIC TLS: Prohibit SRTP-related calls for QUIC TLS
[openssl.git] / ssl / quic / quic_local.h
2023-07-04 Hugo LandauQUIC TLS: Prohibit SRTP-related calls for QUIC TLS
2023-05-24 Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24 Matt CaswellSupport trace for QUIC datagrams
2023-05-24 Matt CaswellAdd initial QUIC support for the msg_callback
2023-05-24 Hugo LandauQUIC APL: Make SSL_get_error per-stream, error raising...
2023-05-12 Hugo LandauQUIC MSST: Rename SSL_set_incoming_stream_reject_policy
2023-05-12 Hugo LandauMinor fixups
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_p...
2023-05-12 Hugo LandauQUIC DISPATCH/APL: Implement SSL_set_default_stream_mod...
2023-05-12 Hugo LandauQUIC APL: Defer default XSO creation
2023-05-12 Hugo LandauQUIC APL: Add stream creation APIs
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