]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: QUIC Interop LibreSSL: document chacha20 test status
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 13 Aug 2024 19:11:28 +0000 (21:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Aug 2024 03:13:26 +0000 (05:13 +0200)
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

index d50a2a3658debf60163849ba85266c0e674f6e6d..94322e129428cbe6fbd0dff7f4c8cb767ada04f0 100644 (file)
@@ -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: