44cb36d0 | 24-Jul-2023 |
Tomas Mraz |
Resolve some of the TODO(QUIC) items For some of the items we add FUTURE/SERVER/TESTING/MULTIPATH designation to indicate these do not need to be resolved in QUIC MVP release.
Resolve some of the TODO(QUIC) items For some of the items we add FUTURE/SERVER/TESTING/MULTIPATH designation to indicate these do not need to be resolved in QUIC MVP release. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21539)
show more ...
|
a2ca189e | 24-Jul-2023 |
Tomas Mraz |
bio_ssl.c: Support most ctrls with QUIC based BIO_SSL Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openss
bio_ssl.c: Support most ctrls with QUIC based BIO_SSL Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21539)
show more ...
|
40e28577 | 17-Jul-2023 |
Tomas Mraz |
QUIC fault testing TODOs are changed into regular comments Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/o
QUIC fault testing TODOs are changed into regular comments Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21539)
show more ...
|
7a2bb210 | 03-Aug-2023 |
Hugo Landau |
QUIC TLS: Rethink error handling Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547) |
828c9c66 | 02-Aug-2023 |
Hugo Landau |
QUIC: Fix nit Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547) |
39892246 | 01-Aug-2023 |
Hugo Landau |
QUIC: Move string conversion functions into a source file Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/ope
QUIC: Move string conversion functions into a source file 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 ...
|
741170be | 28-Jul-2023 |
Hugo Landau |
QUIC CHANNEL: Improve error reporting Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21
QUIC CHANNEL: Improve error reporting 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 ...
|
ab6c6345 | 25-Jul-2023 |
Hugo Landau |
QUIC: Test crypto stream FC limits Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547) |
27c2f62f | 25-Jul-2023 |
Hugo Landau |
QUIC CONFORMANCE: Test that CRYPTO frames with bad offsets/lengths are rejected Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from
QUIC CONFORMANCE: Test that CRYPTO frames with bad offsets/lengths are rejected 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 ...
|
67e72ed5 | 25-Jul-2023 |
Hugo Landau |
QUIC WIRE: RFC 9000 s. 19.6 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547) |
098914d0 | 25-Jul-2023 |
Hugo Landau |
QUIC CHANNEL: Apply flow control to CRYPTO streams Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/op
QUIC CHANNEL: Apply flow control to CRYPTO streams 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 ...
|
1051b4a0 | 25-Jul-2023 |
Hugo Landau |
QUIC FC: Rename stream count mode to reflect actual function Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/
QUIC FC: Rename stream count mode to reflect actual function 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 ...
|
7c793cd3 | 25-Jul-2023 |
Hugo Landau |
QUIC CHANNEL: Fix typo Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547) |
869ab3e7 | 25-Jul-2023 |
Hugo Landau |
QUIC QRX: Test for 1-RTT processing restriction Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/opens
QUIC QRX: Test for 1-RTT processing restriction 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 ...
|
2a6f1f2f | 25-Jul-2023 |
Hugo Landau |
QUIC QRX: Don't process 1-RTT packets until handshake is complete Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github
QUIC QRX: Don't process 1-RTT packets until handshake is complete 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 ...
|
0c1cc36b | 25-Jul-2023 |
Hugo Landau |
QUIC QRX: Enforce PN monotonicity with key updates Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/op
QUIC QRX: Enforce PN monotonicity with key updates 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 ...
|
3eb0f9a7 | 25-Jul-2023 |
Hugo Landau |
QUIC CHANNEL, TXP: Discard INITIAL EL correctly Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/opens
QUIC CHANNEL, TXP: Discard INITIAL EL correctly 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 ...
|
457678d6 | 25-Jul-2023 |
Hugo Landau |
QUIC: Update no-TPARAM test for correct error code Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/op
QUIC: Update no-TPARAM test for correct error code 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 ...
|
80bcc4f1 | 25-Jul-2023 |
Hugo Landau |
QUIC TLS: Report TLS errors properly as QUIC protocol errors Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/
QUIC TLS: Report TLS errors properly as QUIC protocol errors 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 ...
|
3ad5711e | 25-Jul-2023 |
Hugo Landau |
QUIC CHANNEL: Send correct alert code if no TPARAMs received Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/
QUIC CHANNEL: Send correct alert code if no TPARAMs received 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 ...
|
c5cb85b6 | 25-Jul-2023 |
Hugo Landau |
QUIC TXP: Allow PATH_RESPONSE to force padding Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openss
QUIC TXP: Allow PATH_RESPONSE to force padding 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 ...
|
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 ...
|
7eb330ff | 25-Jul-2023 |
Hugo Landau |
QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/open
QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames 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 ...
|
7c729851 | 06-May-2023 |
Samuel Thibault |
Add hurd-x86_64 support This also upgrades flags similarly to the Linux configuration. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matth
Add hurd-x86_64 support This also upgrades flags similarly to the Linux configuration. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/20896)
show more ...
|
c791e399 | 28-Jul-2023 |
atishkov |
asn1: add ASN1_STRING_set() check result Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewe
asn1: add ASN1_STRING_set() check result Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/21587)
show more ...
|