From: Neil Horman Date: Sat, 14 Dec 2024 20:56:22 +0000 (-0500) Subject: Add amplification limit test to interop quic testing X-Git-Tag: openssl-3.5.0-alpha1~816 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0ea913f11cf64d000556bbf7cb9f8acdf6be4cb;p=thirdparty%2Fopenssl.git Add amplification limit test to interop quic testing Because this ci job only runs from the master branch, we need to add the test here to validate that our server respects amplification limits in our ci runs. Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26181) --- diff --git a/.github/workflows/run_quic_interop_server.yml b/.github/workflows/run_quic_interop_server.yml index 6e9e192573e..5daabfef379 100644 --- a/.github/workflows/run_quic_interop_server.yml +++ b/.github/workflows/run_quic_interop_server.yml @@ -10,7 +10,7 @@ jobs: run_quic_interop: strategy: matrix: - tests: [http3, transfer, handshake, retry, chacha20, resumption] + tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit] servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy] clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl] fail-fast: false