From fc11028089c374bb24655895c90eaf069c3cee6f Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 16 Mar 2023 18:25:37 +0100 Subject: 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20527) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 6531705b2a..ee878a96ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "oqs-provider"] path = oqs-provider url = https://github.com/open-quantum-safe/oqs-provider.git +[submodule "cloudflare-quiche"] + path = cloudflare-quiche + url = https://github.com/cloudflare/quiche -- cgit v1.2.3