index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
quic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SSL_handle_events(): Minor fixes to documentation
Hugo Landau
2023-05-29
1
-4
/
+5
*
QUIC APL: Allow DTLSv1 APIs to be used for compatibility
Hugo Landau
2023-05-29
1
-0
/
+12
*
QUIC APL: Change SSL_get_event_timeout API design
Hugo Landau
2023-05-29
1
-4
/
+12
*
QUIC: Rename SSL_tick, SSL_get_tick_timeout
Hugo Landau
2023-05-29
2
-11
/
+12
*
Rename msg_callback_s to msg_callback_ssl for greater clarity
Matt Caswell
2023-05-24
6
-21
/
+22
*
Use the %llu format specifier for uint64_t
Matt Caswell
2023-05-24
1
-30
/
+47
*
Create setter functions for the msg_callback and msg_callback_arg
Matt Caswell
2023-05-24
6
-52
/
+89
*
Add more trace details for the remaining frame types
Matt Caswell
2023-05-24
1
-35
/
+95
*
Properly handling stream/crypto frames while tracing
Matt Caswell
2023-05-24
3
-25
/
+36
*
Enable tracing of datagrams we have sent
Matt Caswell
2023-05-24
1
-1
/
+7
*
Enable tracing of packets that have been sent
Matt Caswell
2023-05-24
5
-17
/
+42
*
Extend tracing of frames to transmitted frames
Matt Caswell
2023-05-24
2
-0
/
+27
*
Support trace for QUIC Frames
Matt Caswell
2023-05-24
3
-5
/
+464
*
Support trace for QUIC Packets
Matt Caswell
2023-05-24
2
-1
/
+108
*
Support trace for QUIC datagrams
Matt Caswell
2023-05-24
4
-4
/
+44
*
Add initial QUIC support for the msg_callback
Matt Caswell
2023-05-24
5
-15
/
+70
*
QUIC APL: Unlock mutex before freeing (clang tsan error)
Hugo Landau
2023-05-24
1
-1
/
+2
*
QUIC: Fix bugs where threading is disabled
Hugo Landau
2023-05-24
3
-0
/
+33
*
QUIC APL: Make SSL_get_error per-stream, error raising refactor
Hugo Landau
2023-05-24
2
-113
/
+145
*
QUIC RXDP: Ensure all stream-related frames autocreate a stream
Hugo Landau
2023-05-24
1
-147
/
+177
*
QUIC FC: Correct operation of stream count mode
Hugo Landau
2023-05-24
1
-2
/
+5
*
QUIC QSM: Correct the logic for determining stream count limits
Hugo Landau
2023-05-24
1
-2
/
+2
*
QUIC QSM: Allow QSM to know if we are in the server role
Hugo Landau
2023-05-24
2
-3
/
+5
*
QUIC TSERVER: Allow detection of new incoming streams
Hugo Landau
2023-05-24
1
-0
/
+13
*
Add test for handling NEW_CONNECTION_ID frame
Tomas Mraz
2023-05-17
1
-0
/
+7
*
quic_tserver: Add possibility to change the connection id
Tomas Mraz
2023-05-17
2
-6
/
+23
*
Add minimal handling of NEW_CONNECTION_ID frames
Tomas Mraz
2023-05-17
4
-9
/
+111
*
QUIC MSST: Rename SSL_set_incoming_stream_reject_policy
Hugo Landau
2023-05-12
2
-25
/
+24
*
QUIC MSST: Clarify default XSO transitions
Hugo Landau
2023-05-12
1
-0
/
+6
*
QUIC APL: Fix a bug where avail could be used uninitialized
Hugo Landau
2023-05-12
1
-1
/
+1
*
QUIC APL: Handle reference for multiple streams counting correctly
Hugo Landau
2023-05-12
1
-7
/
+95
*
QUIC APL: Fix logic of SSL_get_stream_type
Hugo Landau
2023-05-12
1
-7
/
+10
*
QUIC MSST: Minor fixes and cleanups
Hugo Landau
2023-05-12
2
-8
/
+6
*
QUIC QRX: Fix a list usage bug
Hugo Landau
2023-05-12
1
-0
/
+1
*
Minor fixups
Hugo Landau
2023-05-12
1
-1
/
+1
*
QUIC APL: Fix a bug where incoming unidirectional streams weren't detected
Hugo Landau
2023-05-12
1
-6
/
+10
*
QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queried
Hugo Landau
2023-05-12
1
-0
/
+34
*
QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...
Hugo Landau
2023-05-12
1
-1
/
+32
*
QUIC QSM: Minor bugfixes
Hugo Landau
2023-05-12
1
-6
/
+16
*
QUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is freed
Hugo Landau
2023-05-12
1
-6
/
+11
*
QUIC QSM: Stream garbage collection
Hugo Landau
2023-05-12
3
-6
/
+86
*
QUIC FIFD: Add support for callback on frame ACK
Hugo Landau
2023-05-12
2
-0
/
+56
*
QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIs
Hugo Landau
2023-05-12
1
-0
/
+185
*
QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistently
Hugo Landau
2023-05-12
1
-2
/
+5
*
QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
Hugo Landau
2023-05-12
2
-32
/
+24
*
QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...
Hugo Landau
2023-05-12
2
-3
/
+5
*
QUIC QSM: Handle STOP_SENDING correctly
Hugo Landau
2023-05-12
2
-7
/
+26
*
QUIC RXDP/QSM: Enforce MAX_STREAMS
Hugo Landau
2023-05-12
3
-3
/
+50
*
QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
Hugo Landau
2023-05-12
3
-31
/
+61
*
QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMS
Hugo Landau
2023-05-12
1
-3
/
+19
[next]