summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Add test for handling NEW_CONNECTION_ID frameTomas Mraz2023-05-171-0/+7
* quic_tserver: Add possibility to change the connection idTomas Mraz2023-05-172-6/+23
* Add minimal handling of NEW_CONNECTION_ID framesTomas Mraz2023-05-174-9/+111
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-121-24/+0
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-123-27/+26
* QUIC MSST: Clarify default XSO transitionsHugo Landau2023-05-121-0/+6
* QUIC APL: Fix a bug where avail could be used uninitializedHugo Landau2023-05-121-1/+1
* QUIC APL: Handle reference for multiple streams counting correctlyHugo Landau2023-05-121-7/+95
* QUIC APL: Fix logic of SSL_get_stream_typeHugo Landau2023-05-121-7/+10
* QUIC MSST: Minor fixes and cleanupsHugo Landau2023-05-123-15/+10
* QUIC QRX: Fix a list usage bugHugo Landau2023-05-121-0/+1
* Minor fixupsHugo Landau2023-05-122-2/+2
* QUIC APL: Fix a bug where incoming unidirectional streams weren't detectedHugo Landau2023-05-121-6/+10
* QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queriedHugo Landau2023-05-121-0/+34
* QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...Hugo Landau2023-05-121-1/+32
* QUIC QSM: Minor bugfixesHugo Landau2023-05-121-6/+16
* QUIC MSST: make updateHugo Landau2023-05-121-0/+1
* QUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is freedHugo Landau2023-05-121-6/+11
* QUIC QSM: Stream garbage collectionHugo Landau2023-05-123-6/+86
* QUIC FIFD: Add support for callback on frame ACKHugo Landau2023-05-122-0/+56
* QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau2023-05-122-0/+260
* QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistentlyHugo Landau2023-05-121-2/+5
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-122-32/+24
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-122-3/+5
* QUIC QSM: Handle STOP_SENDING correctlyHugo Landau2023-05-122-7/+26
* QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau2023-05-123-3/+50
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-123-31/+61
* QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMSHugo Landau2023-05-121-3/+19
* QUIC CHANNEL: Incoming streams implicitly create lower-numbered streamsHugo Landau2023-05-122-11/+40
* QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau2023-05-122-4/+34
* QUIC APL: Fix locking in XSO code and fix testsHugo Landau2023-05-121-16/+33
* QUIC CHANNEL, APL: Reject policy handlingHugo Landau2023-05-123-30/+90
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-122-0/+153
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-123-0/+50
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-124-56/+308
* QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau2023-05-122-0/+26
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-122-0/+44
* QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau2023-05-121-0/+5
* QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau2023-05-122-0/+26
* QUIC APL: Defer default XSO creationHugo Landau2023-05-122-25/+127
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-121-23/+70
* QUIC CHANNEL: Initialise state, FC credit for new streams correctlyHugo Landau2023-05-122-7/+91
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-124-11/+146
* QUIC APL: Add stream creation APIsHugo Landau2023-05-124-3/+95
* QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau2023-05-123-147/+268
* QUIC CHANNEL: Handle any number of streamsHugo Landau2023-05-122-11/+67
* QUIC CHANNEL: Store TPs for initial flow control in TX directionHugo Landau2023-05-122-13/+29
* QUIC CHANNEL: Clarify role of RX TPs in preparation of storing TX TPsHugo Landau2023-05-122-6/+6
* QUIC CHANNEL: Remove stream 0-specific codeHugo Landau2023-05-122-31/+0
* QUIC APL: Create QUIC CHANNEL up front rather than deferring creationHugo Landau2023-05-121-60/+22