openssl/test/quic-openssl-docker
Neil Horman c8b050eef1 Update quic interop docker container for chacha20
Need to update the docker interop container to use the quic-hq-interop
client so that the right alpn is negotiated for chacha20 testing

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25528)
2024-10-04 17:42:49 +02:00
..
Dockerfile update quic docker container files 2024-09-13 15:37:08 -04:00
README.md
run_endpoint.sh Update quic interop docker container for chacha20 2024-10-04 17:42:49 +02:00

quic-openssl-docker

Dockerfile for quic working group interop testing

Overview

This Dockerfile builds a container for use with the QUIC working group interop testing facility It can also be used locally to test QUIC interoperability via the QUIC interop runner Please see instructions there for running local interop testing

Building the container

From this directory: docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .

Note the tag name is important, as the interop runner knows the container by this name. If you build locally with changes, the interop runner project will pick up the container from your local registry rather than downloading it