summaryrefslogtreecommitdiffstats
path: root/ssl/quic (follow)
Commit message (Expand)AuthorAgeFilesLines
* SSL_handle_events(): Minor fixes to documentationHugo Landau2023-05-291-4/+5
* QUIC APL: Allow DTLSv1 APIs to be used for compatibilityHugo Landau2023-05-291-0/+12
* QUIC APL: Change SSL_get_event_timeout API designHugo Landau2023-05-291-4/+12
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-292-11/+12
* Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell2023-05-246-21/+22
* Use the %llu format specifier for uint64_tMatt Caswell2023-05-241-30/+47
* Create setter functions for the msg_callback and msg_callback_argMatt Caswell2023-05-246-52/+89
* Add more trace details for the remaining frame typesMatt Caswell2023-05-241-35/+95
* Properly handling stream/crypto frames while tracingMatt Caswell2023-05-243-25/+36
* Enable tracing of datagrams we have sentMatt Caswell2023-05-241-1/+7
* Enable tracing of packets that have been sentMatt Caswell2023-05-245-17/+42
* Extend tracing of frames to transmitted framesMatt Caswell2023-05-242-0/+27
* Support trace for QUIC FramesMatt Caswell2023-05-243-5/+464
* Support trace for QUIC PacketsMatt Caswell2023-05-242-1/+108
* Support trace for QUIC datagramsMatt Caswell2023-05-244-4/+44
* Add initial QUIC support for the msg_callbackMatt Caswell2023-05-245-15/+70
* QUIC APL: Unlock mutex before freeing (clang tsan error)Hugo Landau2023-05-241-1/+2
* QUIC: Fix bugs where threading is disabledHugo Landau2023-05-243-0/+33
* QUIC APL: Make SSL_get_error per-stream, error raising refactorHugo Landau2023-05-242-113/+145
* QUIC RXDP: Ensure all stream-related frames autocreate a streamHugo Landau2023-05-241-147/+177
* QUIC FC: Correct operation of stream count modeHugo Landau2023-05-241-2/+5
* QUIC QSM: Correct the logic for determining stream count limitsHugo Landau2023-05-241-2/+2
* QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau2023-05-242-3/+5
* QUIC TSERVER: Allow detection of new incoming streamsHugo Landau2023-05-241-0/+13
* 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 MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-122-25/+24
* 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-122-8/+6
* QUIC QRX: Fix a list usage bugHugo Landau2023-05-121-0/+1
* Minor fixupsHugo Landau2023-05-121-1/+1
* 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 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-121-0/+185
* 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