[openssl/openssl] 4dec92: quicserver.c: Use BIO_printf to stderr instead of ...
Tomáš Mráz
noreply at github.com
Mon Aug 14 13:59:20 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 4dec9285d3c833c26cfc589f31d896e93a36f498
https://github.com/openssl/openssl/commit/4dec9285d3c833c26cfc589f31d896e93a36f498
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M util/build.info
M util/quicserver.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/21677)
Commit: a5df3fc093c8ef17152e6c645be6fa9a77c56679
https://github.com/openssl/openssl/commit/a5df3fc093c8ef17152e6c645be6fa9a77c56679
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M test/helpers/ssltestlib.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/21677)
Commit: 4cc16b0557875829041547dc63c7600b1ca57a14
https://github.com/openssl/openssl/commit/4cc16b0557875829041547dc63c7600b1ca57a14
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M test/quic_record_test.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/21677)
Commit: 9d005bafacbaf9e8ac8c2e1bf90b124c4254022b
https://github.com/openssl/openssl/commit/9d005bafacbaf9e8ac8c2e1bf90b124c4254022b
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M ssl/quic/quic_record_shared.c
Log Message:
-----------
ossl_qrl_enc_level_set_provide_secret(): Clear el->md on error
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/21677)
Commit: f7b2942c041ee803557a009a4554760c56484c9d
https://github.com/openssl/openssl/commit/f7b2942c041ee803557a009a4554760c56484c9d
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-08-14 (Mon, 14 Aug 2023)
Changed paths:
M ssl/ssl_local.h
Log Message:
-----------
ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headers
Fixes #21626
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
(Merged from https://github.com/openssl/openssl/pull/21677)
Compare: https://github.com/openssl/openssl/compare/69b9a992961c...f7b2942c041e
More information about the openssl-commits
mailing list