]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal/quic_ssl.h
Implement riscv_vlen_asm for riscv32
[thirdparty/openssl.git] / include / internal / quic_ssl.h
2024-04-09  Richard LevitteCopyright year updates
2024-02-10  Hugo LandauQUIC POLLING: Implement autotick
2024-02-10  Hugo LandauQUIC APL: Implement SSL_poll backend
2024-02-08  Hugo LandauQUIC APL: Add feature query implementation
2024-02-02  Hugo LandauQLOG: Editorial fixes (QLOG is spelled 'qlog')
2024-02-02  Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-01-23  Hugo LandauQUIC APL: Implement optimised FIN API
2023-10-20  Tomas MrazQUIC: Add handling of SSL_get_shutdown()
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 LandauQUIC APL: Implement SSL_want
2023-09-01  Hugo LandauQUIC APL: Allow stream origin to be queried
2023-07-31  Hugo LandauQUIC APL: Add internal call to allow changing send...
2023-07-04  Hugo LandauMinor fixes
2023-07-04  Hugo LandauQUIC: Implement SSL_has_pending
2023-07-04  Hugo LandauQUIC: Control SSL option setting
2023-06-23  Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
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-06-15  Hugo LandauQUIC APL: Correct implementation of time callback override
2023-05-29  Hugo LandauQUIC APL: Change SSL_get_event_timeout API design
2023-05-29  Hugo LandauQUIC: Rename SSL_tick, SSL_get_tick_timeout
2023-05-12  Hugo LandauQUIC MSST: Rename SSL_set_incoming_stream_reject_policy
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Add SSL_stream_reset and status...
2023-05-12  Hugo LandauQUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_qu...
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 DISPATCH/APL: Implement SSL_get_stream_id
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_get_stream_type
2023-05-12  Hugo LandauQUIC DISPATCH/APL: Implement SSL_get0_connection
2023-05-12  Hugo LandauQUIC APL: Refactor stream-related code into QUIC_XSO...
2023-05-12  Hugo LandauQUIC Dispatch: Refactor APL interface to use SSL pointe...
2023-05-12  Hugo LandauQUIC Dispatch: Introduce the QUIC_XSO object
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 LandauQUIC Channel: Add a mutex
2023-03-19  Matt CaswellFix SSL_has_pending() for QUIC connections
2023-01-27  Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-13  Hugo LandauQUIC API: Rename want_net_read and want_net_write
2023-01-13  Hugo LandauQUIC Front End I/O API: Wire up SSL_CTX ctrls and remov...
2023-01-13  Hugo LandauQUIC: Enable building with QUIC support disabled
2023-01-13  Hugo LandauQUIC Front-End I/O API
2023-01-13  Hugo LandauRemove duplicate declaration
2022-11-14  Tomas MrazPlug the QUIC_RSTREAM to the RX depacketizer
2022-09-23  Richard LevitteMove the QUIC_CONNECTION typedef to internal headers