summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-05-17Add test for handling NEW_CONNECTION_ID frameTomas Mraz
2023-05-17quic_tserver: Add possibility to change the connection idTomas Mraz
2023-05-17Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC MSST: Clarify default XSO transitionsHugo Landau
2023-05-12QUIC APL: Fix a bug where avail could be used uninitializedHugo Landau
2023-05-12QUIC APL: Handle reference for multiple streams counting correctlyHugo Landau
2023-05-12QUIC APL: Fix logic of SSL_get_stream_typeHugo Landau
2023-05-12QUIC MSST: Minor fixes and cleanupsHugo Landau
2023-05-12QUIC QRX: Fix a list usage bugHugo Landau
2023-05-12Minor fixupsHugo Landau
2023-05-12QUIC APL: Fix a bug where incoming unidirectional streams weren't detectedHugo Landau
2023-05-12QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queriedHugo Landau
2023-05-12QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...Hugo Landau
2023-05-12QUIC QSM: Minor bugfixesHugo Landau
2023-05-12QUIC MSST: make updateHugo Landau
2023-05-12QUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is freedHugo Landau
2023-05-12QUIC QSM: Stream garbage collectionHugo Landau
2023-05-12QUIC FIFD: Add support for callback on frame ACKHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau
2023-05-12QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistentlyHugo Landau
2023-05-12QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau
2023-05-12QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau
2023-05-12QUIC QSM: Handle STOP_SENDING correctlyHugo Landau
2023-05-12QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau
2023-05-12QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau
2023-05-12QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMSHugo Landau
2023-05-12QUIC CHANNEL: Incoming streams implicitly create lower-numbered streamsHugo Landau
2023-05-12QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau
2023-05-12QUIC APL: Fix locking in XSO code and fix testsHugo Landau
2023-05-12QUIC CHANNEL, APL: Reject policy handlingHugo Landau
2023-05-12QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau
2023-05-12QUIC APL: Defer default XSO creationHugo Landau
2023-05-12QUIC TSERVER: Add support for multiple streamsHugo Landau
2023-05-12QUIC CHANNEL: Initialise state, FC credit for new streams correctlyHugo Landau
2023-05-12QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau
2023-05-12QUIC APL: Add stream creation APIsHugo Landau
2023-05-12QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau
2023-05-12QUIC CHANNEL: Handle any number of streamsHugo Landau
2023-05-12QUIC CHANNEL: Store TPs for initial flow control in TX directionHugo Landau
2023-05-12QUIC CHANNEL: Clarify role of RX TPs in preparation of storing TX TPsHugo Landau
2023-05-12QUIC CHANNEL: Remove stream 0-specific codeHugo Landau
2023-05-12QUIC APL: Create QUIC CHANNEL up front rather than deferring creationHugo Landau