From: Ilia Shipitsin Date: Tue, 13 Aug 2024 19:11:28 +0000 (+0200) Subject: CI: QUIC Interop LibreSSL: document chacha20 test status X-Git-Tag: v3.1-dev6~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b422971eef400c49180f7773944119902a34356;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index d50a2a3658..94322e1294 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: