xvzcf / tls-interop-runner

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

Ensure all servers run forever #37

Closed cjpatton closed 3 years ago

cjpatton commented 3 years ago

Partially addresses #27.

The scope of each test case is a single connection attempt. BoringSSL and Cloudflare-Go servers quit after one connection attempt, but the NSS and rustls servers listen forever. This change ensures that all of the servers run forever so that the code that calls docker-compose up is responsible for timing out.

chris-wood commented 3 years ago

@cjpatton can you please resolve conflicts? We can merge afterwards.

cjpatton commented 3 years ago

Rebased.