summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_impl.c
AgeCommit message (Expand)Author
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau
2023-10-10When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell
2023-09-22Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell
2023-09-13Ensure QUIC-TLS errors raised during channel start are available to callerMatt Caswell
2023-09-12Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-02Handle non IO based retry errors in QUICMatt Caswell
2023-09-01QUIC APL: Implement SSL_wantHugo Landau
2023-09-01QUIC APL: Revise I/O error setting so that the last error is set on successHugo Landau
2023-09-01QUIC APL: Adjust expect_quic_conn_onlyHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01Fix after rebaseHugo Landau
2023-09-01QUIC APL: Report that we do not support SSL_clear correctlyHugo Landau
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01QUIC APL: Introduce addressed v. non-addressed mode handlingHugo Landau
2023-09-01QUIC APL: Refactor blocking configuration to allow late blocking support dete...Hugo Landau
2023-09-01QUIC APL: Autoconfigure BIOs as non-blockingHugo Landau
2023-09-01QUIC APL: Better error reportingHugo Landau
2023-08-30QUIC APL: Determine if an error is an I/O error dynamicallyHugo Landau
2023-08-30QUIC APL: Support waiting for peer-initiated shutdownHugo Landau
2023-08-30QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-29QUIC APL: Handle modes correctlyHugo Landau
2023-08-25QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-23quic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use itTomas Mraz
2023-08-23QUIC: Miscellaneous error handling updatesTomas Mraz
2023-08-20Handle the case where the read buffer is empty but we have received FINMatt Caswell
2023-08-10QUIC APL: Add missing unlock call (coverity)Hugo Landau
2023-08-10QUIC: Check block_until_pred return value in shutdown (coverity)Hugo Landau
2023-08-10QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-08-02Ensure the QUIC TLS SSL object is marked as shutdownMatt Caswell
2023-08-02Ensure SSL_has_pending() always works even before a connectionMatt Caswell
2023-08-02Still advance handshake even on an empty writeMatt Caswell
2023-07-31QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau
2023-07-31QUIC APL: Mask API operations when in shutdown flushHugo Landau
2023-07-31QUIC APL: Shutdown Stream Flush FunctionalityHugo Landau
2023-07-31QUIC APL: Ensure tick inhibition is not used during blockingHugo Landau
2023-07-31QUIC APL: Add internal call to allow changing send buffer sizeHugo Landau
2023-07-17Minor updates 2Hugo Landau
2023-07-17QUIC QSM: Get rid of recv_fin_retired in favour of recv_stateHugo Landau
2023-07-17QUIC CONFORMANCE/APL: Handle FIN/reset retirement correctlyHugo Landau
2023-07-17QUIC APL: Validate receive stream stateHugo Landau
2023-07-17QUIC APL: Validate send stream stateHugo Landau