diff options
author | Tomas Mraz <tomas@openssl.org> | 2023-03-16 18:25:37 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-03-22 00:13:30 +0100 |
commit | fc11028089c374bb24655895c90eaf069c3cee6f (patch) | |
tree | 9c23b28c127a4b83de99bf9eb98a3f1a641f42b6 /.gitmodules | |
parent | Added `CERTIFICATE_VERIFY_MAX_LENGTH` constant (diff) | |
download | openssl-fc11028089c374bb24655895c90eaf069c3cee6f.tar.xz openssl-fc11028089c374bb24655895c90eaf069c3cee6f.zip |
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)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |