]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add simple interoperability test with Cloudflare quiche
authorTomas Mraz <tomas@openssl.org>
Thu, 16 Mar 2023 17:25:37 +0000 (18:25 +0100)
committerPauli <pauli@openssl.org>
Tue, 21 Mar 2023 23:13:30 +0000 (10:13 +1100)
commitfc11028089c374bb24655895c90eaf069c3cee6f
tree9c23b28c127a4b83de99bf9eb98a3f1a641f42b6
parentc6d14bfd5f16a103181c04614492be03e137d1a4
Add simple interoperability test with Cloudflare quiche

This is an external test which requires recursive checkout
of the cloudflare-quiche submodule.

We simply run a client against the example quiche-server
serving HTTP/0.9 requests.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20527)
.github/workflows/ci.yml
.gitmodules
cloudflare-quiche [new submodule]
test/build.info
test/quic_client_test.c [new file with mode: 0644]
test/recipes/95-test_external_cf_quiche.t [new file with mode: 0644]
test/recipes/95-test_external_cf_quiche_data/quiche-build.sh [new file with mode: 0755]
test/recipes/95-test_external_cf_quiche_data/quiche-server.sh [new file with mode: 0755]