xvzcf / tls-interop-runner

Interoperability testing of TLS implementations.
Other
10 stars 13 forks source link

dc testcase: Add no-op support for cloudflare-go server #13

Closed cjpatton closed 3 years ago

cjpatton commented 3 years ago

This change refactors the cloudflare-go runner and adds server support. It also provides rudimentary support for the "dc" test case; the server is run, but it currently doesn't configure a DC.

This change also modifies the Dockerfile for cloudflare-go so that the runner is built into the image, rather than interpreted on the fly. This ensures that a client-side build error doesn't cause the server to hang.