aboutsummaryrefslogtreecommitdiffstats
path: root/test/quic_client_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Raise the timeout in quic_client_test.cTomas Mraz2023-08-281-1/+1
| | | | | | | | | | | Recently the Coveralls CI run started failing because it times out in this test. Outside of Coveralls it runs fine so assuming that this is caused by slow execution under Coveralls. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21844)
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-291-1/+1
| | | | | | | Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20879)
* Add simple interoperability test with Cloudflare quicheTomas Mraz2023-03-221-0/+176
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)