index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create internal/ssl.h
Matt Caswell
2023-05-24
2
-3
/
+20
*
Rename msg_callback_s to msg_callback_ssl for greater clarity
Matt Caswell
2023-05-24
4
-4
/
+4
*
Create setter functions for the msg_callback and msg_callback_arg
Matt Caswell
2023-05-24
4
-20
/
+25
*
Properly handling stream/crypto frames while tracing
Matt Caswell
2023-05-24
1
-3
/
+9
*
Enable tracing of packets that have been sent
Matt Caswell
2023-05-24
4
-3
/
+12
*
Extend tracing of frames to transmitted frames
Matt Caswell
2023-05-24
1
-0
/
+5
*
Support trace for QUIC Frames
Matt Caswell
2023-05-24
1
-0
/
+3
*
Support trace for QUIC Packets
Matt Caswell
2023-05-24
1
-0
/
+1
*
Add initial QUIC support for the msg_callback
Matt Caswell
2023-05-24
3
-0
/
+16
*
Remove an unused variable (clang 16 warning)
Hugo Landau
2023-05-24
1
-4
/
+2
*
QUIC: Fix bugs where threading is disabled
Hugo Landau
2023-05-24
3
-1
/
+3
*
QUIC QSM: Allow QSM to know if we are in the server role
Hugo Landau
2023-05-24
1
-1
/
+3
*
QUIC TSERVER: Allow detection of new incoming streams
Hugo Landau
2023-05-24
1
-0
/
+7
*
Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...
Dragan Zuvic
2023-05-22
1
-14
/
+36
*
quic_tserver: Add possibility to change the connection id
Tomas Mraz
2023-05-17
2
-0
/
+9
*
Add minimal handling of NEW_CONNECTION_ID frames
Tomas Mraz
2023-05-17
1
-0
/
+2
*
QUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
Hugo Landau
2023-05-12
1
-3
/
+0
*
QUIC: Fix CRYPTO_GET_REF
Hugo Landau
2023-05-12
1
-0
/
+1
*
QUIC MSST: Rename SSL_set_incoming_stream_reject_policy
Hugo Landau
2023-05-12
2
-6
/
+6
*
QUIC MSST: Revise SSL_get_conn_close_info API (char)
Hugo Landau
2023-05-12
1
-1
/
+1
*
QUIC MSST: Documentation fixes
Hugo Landau
2023-05-12
1
-1
/
+1
*
REFCOUNT: Add support for querying refcount
Hugo Landau
2023-05-12
1
-0
/
+37
*
QUIC MSST: Minor fixes and cleanups
Hugo Landau
2023-05-12
2
-3
/
+3
*
Minor fixups
Hugo Landau
2023-05-12
1
-3
/
+0
*
QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queried
Hugo Landau
2023-05-12
1
-0
/
+16
*
QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...
Hugo Landau
2023-05-12
1
-1
/
+1
*
QUIC MSST: make update
Hugo Landau
2023-05-12
1
-1
/
+1
*
QUIC QSM: Stream garbage collection
Hugo Landau
2023-05-12
2
-1
/
+124
*
QUIC FIFD: Add support for callback on frame ACK
Hugo Landau
2023-05-12
2
-0
/
+14
*
QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIs
Hugo Landau
2023-05-12
2
-0
/
+46
*
QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistently
Hugo Landau
2023-05-12
1
-0
/
+12
*
QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
Hugo Landau
2023-05-12
1
-15
/
+17
*
QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...
Hugo Landau
2023-05-12
2
-2
/
+4
*
QUIC QSM: Handle STOP_SENDING correctly
Hugo Landau
2023-05-12
1
-0
/
+7
*
QUIC RXDP/QSM: Enforce MAX_STREAMS
Hugo Landau
2023-05-12
1
-3
/
+9
*
QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
Hugo Landau
2023-05-12
1
-0
/
+2
*
QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMS
Hugo Landau
2023-05-12
1
-1
/
+12
*
QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM loss
Hugo Landau
2023-05-12
1
-1
/
+7
*
QUIC CHANNEL, APL: Reject policy handling
Hugo Landau
2023-05-12
1
-0
/
+17
*
QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_len
Hugo Landau
2023-05-12
2
-0
/
+6
*
QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)
Hugo Landau
2023-05-12
2
-0
/
+7
*
QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactor
Hugo Landau
2023-05-12
4
-0
/
+26
*
QUIC DISPATCH/APL: Implement SSL_get_stream_id
Hugo Landau
2023-05-12
2
-0
/
+3
*
QUIC DISPATCH/APL: Implement SSL_get_stream_type
Hugo Landau
2023-05-12
2
-0
/
+7
*
QUIC DISPATCH/APL: Implement SSL_is_connection
Hugo Landau
2023-05-12
1
-0
/
+1
*
QUIC DISPATCH/APL: Implement SSL_get0_connection
Hugo Landau
2023-05-12
2
-0
/
+2
*
QUIC TSERVER: Add support for multiple streams
Hugo Landau
2023-05-12
1
-2
/
+12
*
QUIC CHANNEL: Handle incoming remotely-created streams
Hugo Landau
2023-05-12
2
-3
/
+37
*
QUIC APL: Add stream creation APIs
Hugo Landau
2023-05-12
2
-0
/
+10
*
QUIC APL: Refactor stream-related code into QUIC_XSO object
Hugo Landau
2023-05-12
2
-0
/
+5
[next]