From 8b422971eef400c49180f7773944119902a34356 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Tue, 13 Aug 2024 21:11:28 +0200 Subject: [PATCH] CI: QUIC Interop LibreSSL: document chacha20 test status due to https://github.com/haproxy/haproxy/issues/2569 chacha20 is disabled completely on LibreSSL. let's add a comment to not forget enabling it --- .github/workflows/quic-interop-libressl.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index d50a2a365..94322e129 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -1,3 +1,8 @@ +# +# chacha20 test must be enabled after LibreSSL-4.0 +# issue for tracking: https://github.com/haproxy/haproxy/issues/2569 +# + name: QUIC Interop LibreSSL on: