openssl / project

Tracking of project related issues
2 stars 1 forks source link

Add quic server interoperability testing for quic-server branch #919

Open nhorman opened 1 week ago

nhorman commented 1 week ago

In order to better evaluate the readiness of our quic-server support, we should augment our quic-interop CI job such that we run the tests with openssl as a quic server. This involves

### Tasks
- [ ] https://github.com/openssl/project/issues/922
- [x] Either augment our quic-openssl-docker container to build from our quic-server branch , or create a separate quic server container, such that quic-server support is available for testing
- [x] Augment the run_endpoint.sh script in test/quic-openssl-docker to support server operation
- [ ] Augment the interop CI job for quic to specify quic as the server with every other supported client