]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_local.h
Copyright year updates
[thirdparty/openssl.git] / ssl / quic / quic_local.h
2024-04-09  Richard LevitteCopyright year updates
2024-03-07  Hugo LandauQUIC: Uniform changes for QUIC error code definitions...
2024-02-19  Hugo LandauQUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLIN...
2024-02-10  Hugo LandauQUIC APL: Implement SSL_poll backend
2023-12-21  Hugo LandauQUIC APL, TSERVER: Start using a QUIC_ENGINE object
2023-12-21  Hugo LandauQUIC APL: Provide the QUIC_CHANNEL with a currently...
2023-09-17  Dimitri PapadopoulosFix new typos found by codespell
2023-09-12  Matt CaswellFix the SSL_CIPHER_find() function when used with a...
2023-09-07  Matt CaswellCopyright year updates
2023-09-01  Hugo LandauMinor fixes
2023-09-01  Hugo LandauQUIC APL: Introduce addressed v. non-addressed mode...
2023-09-01  Hugo LandauQUIC APL: Refactor blocking configuration to allow...
2023-08-08  Tomas MrazResolve some of the TODO(QUIC) items
2023-07-31  Hugo LandauQUIC APL: Shutdown Stream Flush Functionality
2023-07-04  Hugo LandauRework options handling
2023-07-04  Hugo LandauMinor fixes
2023-07-04  Hugo LandauQUIC SSL: Prohibit readahead-related functions
2023-07-04  Hugo LandauQUIC: Forbid non-QUIC ciphers
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