Branch: refs/heads/master
Home:
https://github.com/openssl/openssl
Commit: 58ef864189a97b147986013a98c6694dd1f20ba1
https://github.com/openssl/openssl/commit/58ef864189a97b147986013a98c6694dd1f20ba1
Author: Neil Horman <
nho...@openssl.org>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M demos/http3/ossl-nghttp3-demo.c
M demos/http3/ossl-nghttp3.c
Log Message:
-----------
Update ossl-http3-demo to support multiple requests
In order to use our http3 demo to do interop testing, said demo needs to
be able to handle multiple requests and responses written to specific
output files.
Add that code here, allowing us to specify optionally a list of requests
on the command line to send to the server, as well as a download
directory, so that requests made get written locally to the same name as
the request in the specified download directory.
while we're at it, also clean up the code infrastructure to use SSL_poll
to do read-ready checking, rather than iterating/mutating the internal
hash table, which is questionable to do (i.e. we shouldn't be removing
elements from the hash table while iterating over it).
Reviewed-by: Saša Nedvědický <
sas...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
MergeDate: Fri Feb 6 12:46:24 2026
(Merged from
https://github.com/openssl/openssl/pull/29922)
Commit: df1ad5dbf8515654e32a7ee370fccc3d0c73dbab
https://github.com/openssl/openssl/commit/df1ad5dbf8515654e32a7ee370fccc3d0c73dbab
Author: Neil Horman <
nho...@openssl.org>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M test/quic-openssl-docker/Dockerfile
M test/quic-openssl-docker/run_endpoint.sh
Log Message:
-----------
replace curl in our interop testing
Since curl dropped support for using the OpenSSL quic stack, we have no
use for it anymore in our interop testing. Replace it with our own
http3 demonstration client.
Reviewed-by: Saša Nedvědický <
sas...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
MergeDate: Fri Feb 6 12:46:26 2026
(Merged from
https://github.com/openssl/openssl/pull/29922)
Compare:
https://github.com/openssl/openssl/compare/baf4156f7052...df1ad5dbf851
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications