4efd84fd | 11-Aug-2023 |
Matt Caswell |
Fix no-dsa in combination with no-err Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org>
Fix no-dsa in combination with no-err Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21722)
show more ...
|
fb32f6ea | 11-Aug-2023 |
Matt Caswell |
Fix no-dtls and no-tls in combination Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org>
Fix no-dtls and no-tls in combination Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21722)
show more ...
|
f7b2942c | 07-Aug-2023 |
Tomas Mraz |
ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headers Fixes #21626 Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@ar
ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headers Fixes #21626 Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21677)
show more ...
|
9d005baf | 07-Aug-2023 |
Tomas Mraz |
ossl_qrl_enc_level_set_provide_secret(): Clear el->md on error Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://gi
ossl_qrl_enc_level_set_provide_secret(): Clear el->md on error Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21677)
show more ...
|
4cc16b05 | 07-Aug-2023 |
Tomas Mraz |
quic_record_test.c: For tests that require ChaCha require also Poly1305 as both algorithms are really needed. Fixes #21625 Reviewed-by: Hugo Landau <hlandau@openssl.org>
quic_record_test.c: For tests that require ChaCha require also Poly1305 as both algorithms are really needed. Fixes #21625 Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21677)
show more ...
|
a5df3fc0 | 07-Aug-2023 |
Tomas Mraz |
quicapitest.c: Fix missing wait_until_sock_readable() Fixes #21624 With OPENSSL_NO_POSIX_IO or OPENSSL_NO_SOCK the function wait_until_sock_readable() currently does not exist.
quicapitest.c: Fix missing wait_until_sock_readable() Fixes #21624 With OPENSSL_NO_POSIX_IO or OPENSSL_NO_SOCK the function wait_until_sock_readable() currently does not exist. Define empty wait_until_sock_readable() when building with no-posix-io. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21677)
show more ...
|
4dec9285 | 07-Aug-2023 |
Tomas Mraz |
quicserver.c: Use BIO_printf to stderr instead of plain printf Fixes #21623 Also do not build quicserver with no-stdio as it is a test utility and tests are disabled with no-std
quicserver.c: Use BIO_printf to stderr instead of plain printf Fixes #21623 Also do not build quicserver with no-stdio as it is a test utility and tests are disabled with no-stdio anyway. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21677)
show more ...
|
69b9a992 | 11-Aug-2023 |
Matt Caswell |
Don't call ossl_assert on the result of bn_wexpand bn_wexpand can fail as the result of a memory allocation failure. We should not be calling ossl_assert() on its result because it can f
Don't call ossl_assert on the result of bn_wexpand bn_wexpand can fail as the result of a memory allocation failure. We should not be calling ossl_assert() on its result because it can fail in normal operation. Found via the reproducible error injection in #21668 Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/21725)
show more ...
|
f2609004 | 09-Aug-2023 |
Hugo Landau |
Minor fixes Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21565) |
89b0948e | 28-Jul-2023 |
Hugo Landau |
QUIC CHANNEL: Tune RXFC default parameters Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pu
QUIC CHANNEL: Tune RXFC default parameters 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 ...
|
410a90f5 | 27-Jul-2023 |
Hugo Landau |
QUIC TEST: Fix double close of FD (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/
QUIC TEST: Fix double close of FD (coverity) 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 ...
|
8761efb2 | 27-Jul-2023 |
Hugo Landau |
QUIC UINT_SET: Fix null dereference (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openss
QUIC UINT_SET: Fix null dereference (coverity) 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 ...
|
f540b6b4 | 27-Jul-2023 |
Hugo Landau |
QUIC TSERVER: Handle return value correctly (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openss
QUIC TSERVER: Handle return value correctly (coverity) 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 ...
|
4669a3d7 | 27-Jul-2023 |
Hugo Landau |
QUIC APL: Add missing unlock call (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/
QUIC APL: Add missing unlock call (coverity) 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 ...
|
23406e30 | 27-Jul-2023 |
Hugo Landau |
QUIC: Check block_until_pred return value in shutdown (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.
QUIC: Check block_until_pred return value in shutdown (coverity) 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 ...
|
a2d4915a | 27-Jul-2023 |
Hugo Landau |
QUIC QTX: Handle negative IV values correctly (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/open
QUIC QTX: Handle negative IV values correctly (coverity) 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 ...
|
4d6ca885 | 27-Jul-2023 |
Hugo Landau |
QUIC QTLS: Fix NULL dereference (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pu
QUIC QTLS: Fix NULL dereference (coverity) 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 ...
|
b538ae4f | 27-Jul-2023 |
Hugo Landau |
QUIC QRX: Handle negative IV length values correctly (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.c
QUIC QRX: Handle negative IV length values correctly (coverity) 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 ...
|
3887546d | 27-Jul-2023 |
Hugo Landau |
QUIC CC TEST: Fix memory leak Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21565) |
77a66117 | 27-Jul-2023 |
Hugo Landau |
EVENT QUEUE: Fix memory leak (coverity) Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/
EVENT QUEUE: Fix memory leak (coverity) 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 ...
|
565d2987 | 27-Jul-2023 |
Hugo Landau |
QUIC FIFD: Coverity Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21565) |
451055d2 | 27-Jul-2023 |
Hugo Landau |
QUIC FC: TEST: Coverity Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21565) |
dbf247ad | 27-Jul-2023 |
Hugo Landau |
QUIC TEST: Coverity - Ensure stream names are non-NULL Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openss
QUIC TEST: Coverity - Ensure stream names are non-NULL 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 ...
|
839f6ac3 | 27-Jul-2023 |
Hugo Landau |
QUIC SSTREAM: Fix test which was not being executed fully Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/ope
QUIC SSTREAM: Fix test which was not being executed fully 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 ...
|
dc5e5c51 | 27-Jul-2023 |
Hugo Landau |
QUIC UINT_SET: Fix regression after list refactor Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/ope
QUIC UINT_SET: Fix regression after list refactor 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 ...
|