From 79f214cf4a733d70914110ddc7b54e0569d3dd92 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 16 Aug 2024 15:11:10 -0400 Subject: [PATCH] Add openssl docker image for interop testing --- implementations.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/implementations.json b/implementations.json index 09e2fdde..caab25fc 100644 --- a/implementations.json +++ b/implementations.json @@ -83,5 +83,10 @@ "image": "us-central1-docker.pkg.dev/golang-interop-testing/quic/go-x-net:latest", "url": "https://pkg.go.dev/golang.org/x/net/internal/quic", "role": "both" + }, + "openssl": { + "image": "quay.io/openssl-ci/openssl-quic-interop", + "url": "https://github.com/openssl/openssl", + "role": "client" } }