#
5d49f9ef |
| 09-Nov-2023 |
Hugo Landau |
QUIC TXP TEST: Remove dependency on legacy DEMUX-QRX routing Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/
QUIC TXP TEST: Remove dependency on legacy DEMUX-QRX routing Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22674)
show more ...
|
#
461d4117 |
| 19-Oct-2023 |
Hugo Landau |
QUIC: Prevent incoming oversize tokens Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2
QUIC: Prevent incoming oversize tokens Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22436)
show more ...
|
#
da1c088f |
| 07-Sep-2023 |
Matt Caswell |
Copyright year updates Reviewed-by: Richard Levitte <levitte@openssl.org> Release: yes
|
#
64fd6991 |
| 18-Aug-2023 |
Tomas Mraz |
ossl_quic_tx_packetiser_generate(): Always report if packets were sent Even in case of later failure we need to flush the previous packets. Reviewed-by: Hugo Landau <hlandau@ope
ossl_quic_tx_packetiser_generate(): Always report if packets were sent Even in case of later failure we need to flush the previous packets. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21700)
show more ...
|
#
cdd91631 |
| 01-Aug-2023 |
Pauli |
quic: process stateless resets Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21649)
|
#
ec2b45f5 |
| 27-Jul-2023 |
Hugo Landau |
QUIC TXP: Re-enable accidentially disabled tests Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/open
QUIC TXP: Re-enable accidentially disabled tests Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21565)
show more ...
|
#
371c2958 |
| 25-Jul-2023 |
Hugo Landau |
QUIC CFQ: Unreliable transmission for PATH_RESPONSE Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/o
QUIC CFQ: Unreliable transmission for PATH_RESPONSE Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547)
show more ...
|
#
833840be |
| 21-Jul-2023 |
Hugo Landau |
QUIC TXP: Add extra test Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21513)
|
#
9441624e |
| 13-Jul-2023 |
Hugo Landau |
QUIC TXP: Update tests for refactor Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21458)
|
#
d49c6ca7 |
| 11-Jul-2023 |
Hugo Landau |
QUIC TXP: Test packet size boundary cases Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/
QUIC TXP: Test packet size boundary cases Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21458)
show more ...
|
#
6c1d0e28 |
| 06-Jun-2023 |
Hugo Landau |
QUIC CONFORMANCE: Enforce minimal frame type encoding Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.o
QUIC CONFORMANCE: Enforce minimal frame type encoding Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21135)
show more ...
|
#
28d0e35c |
| 06-Jun-2023 |
Hugo Landau |
QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size correctly Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-
QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size correctly Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21135)
show more ...
|
#
2f018d14 |
| 06-Jun-2023 |
Hugo Landau |
QUIC QSM/STREAM: Refactor to use RFC stream states Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org>
QUIC QSM/STREAM: Refactor to use RFC stream states Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21135)
show more ...
|
#
a3a51d6e |
| 23-May-2023 |
Hugo Landau |
QUIC TXP: Refactor status output to use an extensible structure Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli
QUIC TXP: Refactor status output to use an extensible structure Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21029)
show more ...
|
#
b09e246a |
| 08-May-2023 |
Matt Caswell |
Properly handling stream/crypto frames while tracing Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openss
Properly handling stream/crypto frames while tracing Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20914)
show more ...
|
#
5915a900 |
| 28-Apr-2023 |
Hugo Landau |
QUIC QSM: Allow QSM to know if we are in the server role Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/open
QUIC QSM: Allow QSM to know if we are in the server role Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20856)
show more ...
|
#
c301149a |
| 05-May-2023 |
Tomas Mraz |
Fix test cases using NEW_CONNECTION_ID frame seq_id must be >= retire_prior_to. Add negative testcase. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul
Fix test cases using NEW_CONNECTION_ID frame seq_id must be >= retire_prior_to. Add negative testcase. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20892)
show more ...
|
#
dbca844c |
| 05-May-2023 |
Tomas Mraz |
quic_txp_test.c: Cleanup use of WPACKET Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull
quic_txp_test.c: Cleanup use of WPACKET Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20892)
show more ...
|
#
e8b9f632 |
| 18-Apr-2023 |
Hugo Landau |
QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/o
QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
show more ...
|
#
90cecc40 |
| 18-Apr-2023 |
Hugo Landau |
QUIC RXDP/QSM: Enforce MAX_STREAMS Also use accept queue popping by the application as the retirement event, i.e., as the cue to increase the limit. Reviewed-by: Matt Caswell <m
QUIC RXDP/QSM: Enforce MAX_STREAMS Also use accept queue popping by the application as the retirement event, i.e., as the cue to increase the limit. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
show more ...
|
#
a6b6ea17 |
| 18-Apr-2023 |
Hugo Landau |
QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC Though the RXFC was designed for stream flow control, its logic is generic enough to use to control MAX_STREAMS generation. Con
QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC Though the RXFC was designed for stream flow control, its logic is generic enough to use to control MAX_STREAMS generation. Control of when _we_ can open streams is already done in a bespoke fashion and doesn't use a TXFC, however (see ossl_quic_stream_map_update_state). Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20765)
show more ...
|
#
90699176 |
| 01-Mar-2023 |
Hugo Landau |
QUIC CC: Major revisions to CC abstract interface Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/ope
QUIC CC: Major revisions to CC abstract interface Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20423)
show more ...
|
#
134b79c0 |
| 21-Feb-2023 |
Hugo Landau |
QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sent Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://
QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sent Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20348)
show more ...
|
#
2477e99f |
| 26-Jan-2023 |
Hugo Landau |
QUIC Probes Support: Minor tweaks Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19925)
|
#
fee8f48e |
| 16-Dec-2022 |
Hugo Landau |
QUIC TXP: Allow TXP to generate probes Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1
QUIC TXP: Allow TXP to generate probes Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19925)
show more ...
|