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:
-- 
2.43.0.windows.1



Reply via email to