hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / ssl / quic / quic_impl.c
2024-04-10 Hugo LandauChange approach to SSL_pending API
2024-04-10 Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2024-04-09 Richard LevitteCopyright year updates
2024-03-09 Hugo LandauQUIC: Add stream write buffer queries
2024-02-19 Hugo LandauMinor updates
2024-02-19 Hugo LandauFix warning
2024-02-19 Hugo LandauQUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLIN...
2024-02-10 Hugo LandauQUIC POLLING: Implement autotick
2024-02-10 Hugo LandauQUIC APL: Implement SSL_poll backend
2024-02-09 Hugo LandauTHREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafe
2024-02-08 Hugo LandauQUIC APL: Move NULL pointer check to quic_impl.c
2024-02-08 Hugo LandauQuiet false warning about uninitialised variable
2024-02-08 Hugo LandauQUIC APL: Add feature query implementation
2024-02-02 Hugo LandauQLOG: Minor fixes after port refactor
2024-02-02 Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-02-02 Hugo LandauQLOG: Wiring: QUIC CHANNEL
2024-01-31 Matt CaswellFree the QUIC TLS object before freeing the channel
2024-01-23 Hugo LandauQUIC APL: Implement optimised FIN API
2023-12-21 Hugo LandauQUIC APL, TSERVER: Start using a QUIC_ENGINE object
2023-12-21 Hugo LandauQUIC CHANNEL: Remove legacy calls for functionality...
2023-12-21 Hugo LandauQUIC PORT, CHANNEL: Move ticking code into QUIC_PORT
2023-12-21 Hugo LandauQUIC PORT: Make QUIC_PORT responsible for creation...
2023-12-21 Hugo LandauQUIC PORT: Record a SSL_CTX for use when creating hands...
2023-12-21 Hugo LandauQUIC CHANNEL, TSERVER: Move to using libctx/propq/mutex...
2023-12-21 Hugo LandauQUIC APL: Provide the QUIC_CHANNEL with a currently...
2023-11-06 Tomas Mrazossl_quic_new(): Avoid dereferencing NULL qc during...
2023-11-02 Tomas Mrazossl_quic_new(): Fix a leak found by error injection
2023-11-01 Hugo LandauQUIC APL: Optimise write buffer sizes automatically
2023-10-25 Hugo LandauQUIC APL: Add support for querying frame type causing...
2023-10-20 Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-10-13 Hugo LandauQUIC APL: Fix incoming default stream popping
2023-10-10 Matt CaswellWhen calling ossl_crypto_condvar_wait_timeout() we...
2023-09-22 Matt CaswellEnsure we free all the BIOs in a chain for QUIC like...
2023-09-13 Matt CaswellEnsure QUIC-TLS errors raised during channel start...
2023-09-12 Matt CaswellFix the SSL_CIPHER_find() function when used with a...
2023-09-07 Matt CaswellCopyright year updates
2023-09-02 Matt CaswellHandle non IO based retry errors in QUIC
2023-09-01 Hugo LandauQUIC APL: Implement SSL_want
2023-09-01 Hugo LandauQUIC APL: Revise I/O error setting so that the last...
2023-09-01 Hugo LandauQUIC APL: Adjust expect_quic_conn_only
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauFix after rebase
2023-09-01 Hugo LandauQUIC APL: Report that we do not support SSL_clear correctly
2023-09-01 Hugo LandauQUIC API: Revise SSL_get_conn_close_info to use a flags...
2023-09-01 Hugo LandauQUIC APL: Allow stream origin to be queried
2023-09-01 Hugo LandauMinor fixes
2023-09-01 Hugo LandauMinor 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-09-01 Hugo LandauQUIC APL: Autoconfigure BIOs as non-blocking
2023-09-01 Hugo LandauQUIC APL: Better error reporting
2023-08-30 Hugo LandauQUIC APL: Determine if an error is an I/O error dynamically
2023-08-30 Hugo LandauQUIC APL: Support waiting for peer-initiated shutdown
2023-08-30 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-29 Hugo LandauQUIC APL: Handle modes correctly
2023-08-25 Hugo LandauQUIC APL: Fix stream backpressure conditions to use...
2023-08-25 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-23 Tomas Mrazquic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use it
2023-08-23 Tomas MrazQUIC: Miscellaneous error handling updates
2023-08-20 Matt CaswellHandle the case where the read buffer is empty but...
2023-08-10 Hugo LandauQUIC APL: Add missing unlock call (coverity)
2023-08-10 Hugo LandauQUIC: Check block_until_pred return value in shutdown...
2023-08-10 Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
2023-08-08 Tomas MrazResolve some of the TODO(QUIC) items
2023-08-02 Matt CaswellEnsure the QUIC TLS SSL object is marked as shutdown
2023-08-02 Matt CaswellEnsure SSL_has_pending() always works even before a...
2023-08-02 Matt CaswellStill advance handshake even on an empty write
2023-07-31 Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-31 Hugo LandauQUIC APL: Mask API operations when in shutdown flush
2023-07-31 Hugo LandauQUIC APL: Shutdown Stream Flush Functionality
2023-07-31 Hugo LandauQUIC APL: Ensure tick inhibition is not used during...
2023-07-31 Hugo LandauQUIC APL: Add internal call to allow changing send...
2023-07-16 Hugo LandauMinor updates 2
2023-07-16 Hugo LandauQUIC QSM: Get rid of recv_fin_retired in favour of...
2023-07-16 Hugo LandauQUIC CONFORMANCE/APL: Handle FIN/reset retirement correctly
2023-07-16 Hugo LandauQUIC APL: Validate receive stream state
2023-07-16 Hugo LandauQUIC APL: Validate send stream state
2023-07-16 Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-07-09 Hugo LandauQUIC APL: Tick on SSL_read failure in non-blocking...
2023-07-07 Tomas MrazQUIC err handling: Save and restore error state
2023-07-07 Tomas MrazQUIC err handling: Properly report network errors
2023-07-04 Hugo LandauRework options handling
2023-07-04 Hugo LandauUpdate SSL options handling
2023-07-04 Hugo LandauMinor updates
2023-07-04 Hugo LandauMinor fixes
2023-07-04 Hugo LandauQUIC SSL: Block SSL_clear
2023-07-04 Hugo LandauQUIC: Implement SSL_has_pending
2023-07-04 Hugo LandauQUIC: Prohibit post-handshake auth
2023-07-04 Hugo LandauQUIC: Control SSL option setting
2023-07-04 Hugo LandauQUIC TLS: Prohibit SRTP-related calls for QUIC TLS
2023-07-04 Hugo LandauQUIC SSL Behaviours: Allow detection of an SSL connecti...
2023-07-02 Tomas MrazCleanse also the send stream data with SSL_OP_CLEANSE_P...
2023-07-01 Pauliquic: update to structure based atomics
2023-06-27 Matt CaswellEnsure SSL_connect() actually blocks if we are in block...
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 LandauSSL_handle_events(): Minor fixes to documentation
next